com.panayotis.gnuplot.layout
Interface GraphLayout

All Known Implementing Classes:
AutoGraphLayout, GridGraphLayout, ManualGraphLayout, StripeLayout

public interface GraphLayout

This Object is used to define how graphs will be positioned on the whole page


Method Summary
 void setDefinition(Page page, java.lang.StringBuffer buffer)
          Sets the required definitions in the "set multiplot" part of gnuplot commands.
 

Method Detail

setDefinition

void setDefinition(Page page,
                   java.lang.StringBuffer buffer)
Sets the required definitions in the "set multiplot" part of gnuplot commands. It can be also used to set various parameters, such as X/Y position or dimension.

Parameters:
page - The Page we are referring to
buffer - Where to send commands, just after the "set multiplot" part. It might not be used.