Package | Description |
---|---|
com.panayotis.gnuplot | |
com.panayotis.gnuplot.layout |
Modifier and Type | Method and Description |
---|---|
Page |
GNUPlot.getPage()
Get a Page containing all Graphs.
|
Page |
GNUPlotParameters.getPage()
Retrieve the whole page object, defining the various graph plots
|
Modifier and Type | Method and Description |
---|---|
void |
AutoGraphLayout.setDefinition(Page page,
java.lang.StringBuilder buffer)
Update the capacity of this layout.
|
void |
GraphLayout.setDefinition(Page page,
java.lang.StringBuilder buffer)
Sets the required definitions in the "set multiplot" part of gnuplot
commands.
|
void |
GridGraphLayout.setDefinition(Page page,
java.lang.StringBuilder buffer)
Deprecated.
Update the capacity of this layout.
|
void |
ManualGraphLayout.setDefinition(Page page,
java.lang.StringBuilder buffer)
This is a dummy layout manager, which actually does nothing
|