Uses of Class
com.panayotis.gnuplot.plot.Page

Packages that use Page
com.panayotis.gnuplot   
com.panayotis.gnuplot.layout   
 

Uses of Page in com.panayotis.gnuplot
 

Methods in com.panayotis.gnuplot that return Page
 Page GNUPlot.getPage()
          Get a Page containing all Graphs.
 Page GNUPlotParameters.getPage()
          Retrieve the whole page object, defining the various graph plots
 

Uses of Page in com.panayotis.gnuplot.layout
 

Methods in com.panayotis.gnuplot.layout with parameters of type Page
 void AutoGraphLayout.setDefinition(Page page, java.lang.StringBuffer buffer)
          Update the capacity of this layout.
 void GraphLayout.setDefinition(Page page, java.lang.StringBuffer buffer)
          Sets the required definitions in the "set multiplot" part of gnuplot commands.
 void GridGraphLayout.setDefinition(Page page, java.lang.StringBuffer buffer)
          Deprecated. Update the capacity of this layout.
 void ManualGraphLayout.setDefinition(Page page, java.lang.StringBuffer buffer)
          This is a dummy layout manager, which actually does nothing