ElVis Java Interface

sv.graph
Class Surface

java.lang.Object
  extended bysv.graph.Fx
      extended bysv.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

Field Summary
 
Fields inherited from class sv.graph.Fx
ALGEBRAIC, AUTOMATIC, LINEAR, LOGARITHMIC, SCIENTIFIC, shot, units
 
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.
 
Method Summary
 int compare(java.lang.Object a, java.lang.Object b)
           
 void setGraphFrame(GraphFrame gf)
           
 
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
 

Constructor Detail

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.

Method Detail

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

ElVis Java Interface