com.stimulsoft.report.engine.engineV2
Class StiIndex
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiIndex
public class StiIndex
- extends java.lang.Object
A class describesindex in a container. The index is represented as Index.IndexInColumnContainer,
where Index is the index in the current container of output, IndexInColumnContainer is the index
in the container of columns. If the index does not indicate the column container, then
IndexInColumnContainer is -1.
Constructor Summary |
StiIndex(int index)
|
StiIndex(int index,
int indexInColumnContainer)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Index
public int Index
IndexInColumnContainer
public int IndexInColumnContainer
StiIndex
public StiIndex(int index)
StiIndex
public StiIndex(int index,
int indexInColumnContainer)