Package overit.geocall.basic.ui.report
Class ReportRow
java.lang.Object
overit.geocall.basic.ui.report.ReportRow
This class implements (and allow to manage) a row instance inside a pdf report.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetH()Gets the height of the row.
The calculated height is composed by the note and body row's sections height.floatGets the row's closing height of the current instance.floatGets the row's opening height of the current instance.
-
Field Details
-
BREAK
public static final int BREAK- See Also:
-
BREAKABLE
public static final int BREAKABLE- See Also:
-
UNBREAKABLE
public static final int UNBREAKABLE- See Also:
-
b
-
note
-
onclose
-
onopen
-
-
Constructor Details
-
ReportRow
public ReportRow()Creates new ReportRow
-
-
Method Details
-
getH
public float getH()Gets the height of the row.
The calculated height is composed by the note and body row's sections height.- Returns:
- The height of the row.
-
getOnCloseH
public float getOnCloseH()Gets the row's closing height of the current instance.- Returns:
- The row's closing height of the current instance.
-
getOnOpenH
public float getOnOpenH()Gets the row's opening height of the current instance.- Returns:
- The row's opening height of the current instance.
-