Class LabelMeasure
java.lang.Object
ch.tocco.nice2.reporting.impl.sync.labelformat.LabelMeasure
-
Constructor Summary
ConstructorDescriptionLabelMeasure
(BigDecimal horizontalPitch, BigDecimal verticalPitch, BigDecimal width, BigDecimal height, BigDecimal leftMargin, BigDecimal topMargin, int columns, int rows) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static LabelMeasure
fromString
(String measure) int
int
getRows()
getWidth()
int
hashCode()
toString()
-
Constructor Details
-
LabelMeasure
public LabelMeasure(BigDecimal horizontalPitch, BigDecimal verticalPitch, BigDecimal width, BigDecimal height, BigDecimal leftMargin, BigDecimal topMargin, int columns, int rows)
-
-
Method Details
-
fromString
-
getHorizontalPitch
-
getVerticalPitch
-
getWidth
-
getHeight
-
getLeftMargin
-
getTopMargin
-
getColumns
public int getColumns() -
getRows
public int getRows() -
toString
-
equals
-
hashCode
public int hashCode()
-