Class StiColumnsOnPanel
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiColumnsOnPanel
A class to output columns on the Panel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doubleReturns interval between two columns in the current output container.final doubleReturns the width of a column in the current output container.final intgetCount()Returns the number of columns in the current container for output.final intA number of a column in the currrent output container.final booleanReturns the direction of columns output in the current output container.final voidsetCurrentColumn(int value)
-
Field Details
-
engine
-
-
Constructor Details
-
StiColumnsOnPanel
-
-
Method Details
-
getCount
public final int getCount()Returns the number of columns in the current container for output. If there is no columns then returns 0. -
getRightToLeft
public final boolean getRightToLeft()Returns the direction of columns output in the current output container. -
getColumnGaps
public final double getColumnGaps()Returns interval between two columns in the current output container. -
getCurrentColumn
public final int getCurrentColumn()A number of a column in the currrent output container. Numbering starts with 1. -
setCurrentColumn
public final void setCurrentColumn(int value) -
GetColumnWidth
public final double GetColumnWidth()Returns the width of a column in the current output container.- Returns:
-