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 intendCoordprotected static intMINUS_INFprotected static intPLUS_INFprotected intstartCoord
-
Constructor Summary
Constructors Constructor Description DimensionEntry(int startCoord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DimensionEntry o)intgetEndCoord()intgetExtent()intgetStartCoord()StringtoString()
-
-
-
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:
compareToin interfaceComparable<DimensionEntry>
-
-