sv.graph
Class Surface
java.lang.Object
sv.graph.Fx
sv.graph.Surface
- All Implemented Interfaces:
- java.util.Comparator, java.io.Serializable
- public class Surface
- extends Fx
- implements java.util.Comparator
The Surface graph class contains all the elements of a surface graph.
A surface consists of an indexed graph containing 2 or more datasets.
- See Also:
- Serialized Form
Constructor Summary |
Surface(java.lang.String surfaceName)
Create an empty surface graph. |
Surface(java.lang.String surfaceName,
Fxi graph)
Create a surface from an indexed graph. |
Methods inherited from class sv.graph.Fx |
addDataset, addLabel, addLegendTitle, findClosestDataset, getLegendTitle, getTitleLabel, getXLabel, getXNumberStyle, getXRange, getYLabel, getYNumberStyle, getYRange, isLegend, isShowLines, isShowMarkers, isXGridlines, isYGridlines, setLegendTitle, setLocation, setPlotOrigin, setPlotSize, setScalable, setTitleLabel, setTitleLabel, setXLabel, setXLabel, setXNumberStyle, setXRange, setYLabel, setYLabel, setYLabel, setYNumberStyle, setYRange, showGridlines, showLegend, showLines, showMarkers |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
equals |
Surface
public Surface(java.lang.String surfaceName)
- Create an empty surface graph.
Surface
public Surface(java.lang.String surfaceName,
Fxi graph)
- Create a surface from an indexed graph.
setGraphFrame
public void setGraphFrame(GraphFrame gf)
compare
public int compare(java.lang.Object a,
java.lang.Object b)
- Specified by:
compare
in interface java.util.Comparator