com.stimulsoft.report.components.table
Class StiColumnSize

java.lang.Object
  extended by com.stimulsoft.report.components.table.StiColumnSize

public class StiColumnSize
extends java.lang.Object


Constructor Summary
StiColumnSize(int size)
           
 
Method Summary
 void Add(int indexCol, double width)
           
 void AddLastNotFixed(double width)
           
 int GetCountNotFixedColumn()
           
 boolean GetFixed(int index)
           
 int getLength()
           
 double GetWidth(int indexCol)
           
 void SetFixedColumn(int indexCol, double width)
           
 void SetWidth(int indexCol, double width)
           
 void Subtract(int indexCol, double width)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiColumnSize

public StiColumnSize(int size)
Method Detail

SetFixedColumn

public final void SetFixedColumn(int indexCol,
                                 double width)

Add

public final void Add(int indexCol,
                      double width)

AddLastNotFixed

public final void AddLastNotFixed(double width)

Subtract

public final void Subtract(int indexCol,
                           double width)

SetWidth

public final void SetWidth(int indexCol,
                           double width)

GetFixed

public final boolean GetFixed(int index)

getLength

public final int getLength()

GetCountNotFixedColumn

public final int GetCountNotFixedColumn()

GetWidth

public final double GetWidth(int indexCol)