com.cosylab.vdct.db
Class DBSheetColWidth

java.lang.Object
  extended by com.cosylab.vdct.db.DBSheetColWidth

public class DBSheetColWidth
extends java.lang.Object

Author:
ssah

Constructor Summary
DBSheetColWidth(int splitIndex, int width)
           
 
Method Summary
 int getSplitIndex()
           
 int getWidth()
           
 void setSplitIndex(int splitIndex)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBSheetColWidth

public DBSheetColWidth(int splitIndex,
                       int width)
Parameters:
splitIndex -
width -
Method Detail

getSplitIndex

public int getSplitIndex()
Returns:
the splitIndex

setSplitIndex

public void setSplitIndex(int splitIndex)
Parameters:
splitIndex - the splitIndex to set

getWidth

public int getWidth()
Returns:
the width

setWidth

public void setWidth(int width)
Parameters:
width - the width to set