Class LabelFormatContribution
java.lang.Object
ch.tocco.nice2.reporting.api.description.LabelFormatContribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getName()
int
getRows()
void
setColumns
(int columns) void
void
setHorizontalPitch
(String horizontalPitch) void
void
setLeftMargin
(String leftMargin) void
void
setRows
(int rows) void
setTopMargin
(String topMargin) void
setVerticalPitch
(String verticalPitch) void
-
Constructor Details
-
LabelFormatContribution
public LabelFormatContribution()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getHorizontalPitchDecimal
-
setHorizontalPitch
-
getVerticalPitchDecimal
-
setVerticalPitch
-
getWidthDecimal
-
setWidth
-
getHeightDecimal
-
setHeight
-
getLeftMarginDecimal
-
setLeftMargin
-
getTopMarginDecimal
-
setTopMargin
-
getColumns
public int getColumns() -
setColumns
public void setColumns(int columns) -
getRows
public int getRows() -
setRows
public void setRows(int rows)
-