|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.panayotis.gnuplot.layout.AutoGraphLayout
com.panayotis.gnuplot.layout.StripeLayout
public class StripeLayout
Align graphs evenly on the page This Layout is based on AutoGraphLayout
| Field Summary | |
|---|---|
static boolean |
EXPANDCOLUMNS
Information if rows or columns are added automatically |
static boolean |
EXPANDROWS
Information if rows or columns are added automatically |
| Fields inherited from class com.panayotis.gnuplot.layout.AutoGraphLayout |
|---|
COLUMNSFIRST, DOWNWARDS, ROWSFIRST, UPWARDS |
| Constructor Summary | |
|---|---|
StripeLayout()
Create a new Strip layout. |
|
| Method Summary | |
|---|---|
void |
setColumns(int cols)
Set behaviour, depending on the number of columns. |
void |
setRows(int rows)
Set behaviour, depending on the number of rows. |
void |
setType(boolean type)
Set the default behaviour |
| Methods inherited from class com.panayotis.gnuplot.layout.AutoGraphLayout |
|---|
setDefinition, setDrawFirst, setOrientation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean EXPANDROWS
public static final boolean EXPANDCOLUMNS
| Constructor Detail |
|---|
public StripeLayout()
| Method Detail |
|---|
public void setType(boolean type)
type - Whether EXPANDROWS or EXPANDCOLUMNS is desired.#EXPANDCOLUMNSpublic void setRows(int rows)
setRows in class AutoGraphLayoutrows - Number of desired rowspublic void setColumns(int cols)
setColumns in class AutoGraphLayoutcols - Number of desired columns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||