com.panayotis.gnuplot.layout
Class ManualGraphLayout
java.lang.Object
com.panayotis.gnuplot.layout.ManualGraphLayout
- All Implemented Interfaces:
- GraphLayout, Serializable
public class ManualGraphLayout
- extends Object
- implements GraphLayout, Serializable
Position graphs in absolute coordinates. This is actually a dummy layout - no layout information is used.
- Author:
- teras
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManualGraphLayout
public ManualGraphLayout()
setDefinition
public void setDefinition(Page page,
StringBuffer buffer)
- This is a dummy layout manager, which actually does nothing
- Specified by:
setDefinition in interface GraphLayout
- Parameters:
page - The Page which layout we want to calculatebuffer - The definition part of the multiplot layout
Copyright © 2013. All Rights Reserved.