|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.panayotis.gnuplot.layout.GridGraphLayout
public class GridGraphLayout
Align graphs evenly on the page, in a grid layout
If you manually set metrics and use this, these metrics will be lost. Do not use this layout, use AutoGraphLayout instead.
| Nested Class Summary | |
|---|---|
static class |
GridGraphLayout.Start
Deprecated. Where the first graph will be put |
| Field Summary | |
|---|---|
static boolean |
HORIZONTAL
Deprecated. Orientation of the graph layout |
static boolean |
VERTICAL
Deprecated. Orientation of the graph layout |
| Constructor Summary | |
|---|---|
GridGraphLayout()
Deprecated. Create a new grid layout |
|
| Method Summary | |
|---|---|
void |
setDefinition(Page page,
java.lang.StringBuffer buffer)
Deprecated. Update the capacity of this layout. |
void |
setOrientation(boolean orientation)
Deprecated. Sey the orientation of the graphs, as being put |
void |
setStartPosition(GridGraphLayout.Start start)
Deprecated. Set where the first graph will be put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean HORIZONTAL
public static final boolean VERTICAL
| Constructor Detail |
|---|
public GridGraphLayout()
| Method Detail |
|---|
public void setStartPosition(GridGraphLayout.Start start)
start - Position of the first graphpublic void setOrientation(boolean orientation)
orientation - Selected orientation
public void setDefinition(Page page,
java.lang.StringBuffer buffer)
setDefinition in interface GraphLayoutpage - The page with the elements we would like to positionbuffer - Where to send commands - not used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||