borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.view
borland.jbcl.view.SizeVector
Methods
Implemented by FixedSizeVector, VariableSizeVector
A small interface defining size properties for use by the internal JBCL classes FixedSizeVector and VariableSizeVector.
public int getSize(int index)
The size of the vector item at the specified position in the vector.
public int getSizeUpTo(int index)
Gets the total size required including the first item in the vector through the item at the specified index.
public void setSize(int index, int size)
Sets the size of each item in the vector.