|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.engine.engineV2.StiColumnsOnPanel
public class StiColumnsOnPanel
A class to output columns on the Panel.
| Field Summary | |
|---|---|
StiEngine |
engine
|
| Constructor Summary | |
|---|---|
StiColumnsOnPanel(StiEngine engine)
|
|
| Method Summary | |
|---|---|
double |
getColumnGaps()
Returns interval between two columns in the current output container. |
double |
GetColumnWidth()
Returns the width of a column in the current output container. |
int |
getCount()
Returns the number of columns in the current container for output. |
int |
getCurrentColumn()
A number of a column in the currrent output container. |
boolean |
getRightToLeft()
Returns the direction of columns output in the current output container. |
void |
setCurrentColumn(int value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public StiEngine engine
| Constructor Detail |
|---|
public StiColumnsOnPanel(StiEngine engine)
| Method Detail |
|---|
public final int getCount()
public final boolean getRightToLeft()
public final double getColumnGaps()
public final int getCurrentColumn()
public final void setCurrentColumn(int value)
public final double GetColumnWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||