Class StiColumnsOnPanel

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

public class StiColumnsOnPanel extends Object
A class to output columns on the Panel.
  • Field Details

  • Constructor Details

    • StiColumnsOnPanel

      public StiColumnsOnPanel(StiEngine engine)
  • 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: