Class DimensionEntry
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.DimensionEntry
-
- All Implemented Interfaces:
Comparable<DimensionEntry>
public abstract class DimensionEntry extends Object implements Comparable<DimensionEntry>
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected int
endCoord
protected static int
MINUS_INF
protected static int
PLUS_INF
protected int
startCoord
-
Constructor Summary
Constructors Constructor Description DimensionEntry(int startCoord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(DimensionEntry o)
int
getEndCoord()
int
getExtent()
int
getStartCoord()
String
toString()
-
-
-
Field Detail
-
MINUS_INF
protected static final int MINUS_INF
- See Also:
- Constant Field Values
-
PLUS_INF
protected static final int PLUS_INF
- See Also:
- Constant Field Values
-
startCoord
protected int startCoord
-
endCoord
protected int endCoord
-
-
Method Detail
-
getStartCoord
public int getStartCoord()
-
getEndCoord
public int getEndCoord()
-
getExtent
public int getExtent()
-
compareTo
public int compareTo(DimensionEntry o)
- Specified by:
compareTo
in interfaceComparable<DimensionEntry>
-
-