ElVis Java Interface

sv.graph
Class Fxt

java.lang.Object
  extended bysv.graph.Fx
      extended bysv.graph.Fxi
          extended bysv.graph.Fxt
All Implemented Interfaces:
java.io.Serializable

public class Fxt
extends Fxi

The Fxt graph class contains datasets indexed by time.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sv.graph.Fx
ALGEBRAIC, AUTOMATIC, LINEAR, LOGARITHMIC, SCIENTIFIC, shot, units
 
Constructor Summary
Fxt(java.lang.String graphName)
          Create a graph containing datasets indexed by time.
 
Methods inherited from class sv.graph.Fxi
addDataset, setIndexLabel, showLines, showMarkers
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fxt

public Fxt(java.lang.String graphName)
Create a graph containing datasets indexed by time.

Parameters:
graphName - - Name of the graph.

ElVis Java Interface