com.stimulsoft.report.engine.engineV2
Class StiColumnsOnPanel

java.lang.Object
  extended by com.stimulsoft.report.engine.engineV2.StiColumnsOnPanel

public class StiColumnsOnPanel
extends java.lang.Object

A class to output columns on the Panel.


Field Summary
 StiEngine engine
           
 
Constructor Summary
StiColumnsOnPanel(StiEngine engine)
           
 
Method Summary
 double getColumnGaps()
          Returns interval between two columns in the current output container.
 double GetColumnWidth()
          Returns the width of a column in the current output container.
 int getCount()
          Returns the number of columns in the current container for output.
 int getCurrentColumn()
          A number of a column in the currrent output container.
 boolean getRightToLeft()
          Returns the direction of columns output in the current output container.
 void setCurrentColumn(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

public StiEngine engine
Constructor Detail

StiColumnsOnPanel

public StiColumnsOnPanel(StiEngine engine)
Method Detail

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: