org.jgnuplot
Class Graph
java.lang.Object
org.jgnuplot.Graph
public class Graph
- extends java.lang.Object
This class models graphs, defined in terms of functions or data files, that
are used by the plot command.
- Author:
- Pander
Constructor Summary |
Graph(Graph theGraph)
|
Graph(java.lang.String theFunction)
|
Graph(java.lang.String theFunction,
int theAxes)
|
Graph(java.lang.String theFunction,
int theAxes,
java.lang.String theName)
|
Graph(java.lang.String theFunction,
int theAxes,
java.lang.String theName,
int theStyle)
|
Graph(java.lang.String theFunction,
int theAxes,
java.lang.String theName,
int theStyle,
int theLineType,
int thePointType)
|
Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
int theAxes,
int theStyle,
int theLineType,
int thePointType)
|
Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
int theAxes,
java.lang.String theName,
int theStyle)
|
Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
int theAxes,
java.lang.String theName,
int theStyle,
int theLineType,
int thePointType)
|
Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
java.lang.String theDataModifiers,
int theAxes,
java.lang.String theName,
int theStyle,
int theLineType,
int thePointType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
itsDataFileName
private java.lang.String itsDataFileName
itsUsing
private java.lang.String itsUsing
itsDataModifiers
private java.lang.String itsDataModifiers
itsFunction
private java.lang.String itsFunction
itsAxes
private java.lang.String itsAxes
itsName
private java.lang.String itsName
itsStyle
private int itsStyle
itsLineType
private int itsLineType
itsPointType
private int itsPointType
Graph
public Graph(java.lang.String theFunction,
int theAxes,
java.lang.String theName,
int theStyle,
int theLineType,
int thePointType)
Graph
public Graph(java.lang.String theFunction,
int theAxes,
java.lang.String theName,
int theStyle)
Graph
public Graph(java.lang.String theFunction,
int theAxes,
java.lang.String theName)
Graph
public Graph(java.lang.String theFunction,
int theAxes)
Graph
public Graph(java.lang.String theFunction)
Graph
public Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
java.lang.String theDataModifiers,
int theAxes,
java.lang.String theName,
int theStyle,
int theLineType,
int thePointType)
Graph
public Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
int theAxes,
java.lang.String theName,
int theStyle,
int theLineType,
int thePointType)
Graph
public Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
int theAxes,
int theStyle,
int theLineType,
int thePointType)
Graph
public Graph(java.lang.String theDataFileName,
java.lang.String theUsing,
int theAxes,
java.lang.String theName,
int theStyle)
Graph
public Graph(Graph theGraph)
setFunction
public final void setFunction(java.lang.String theFunction)
setName
public final void setName(java.lang.String theName)
getFunction
public final java.lang.String getFunction()
getDataFileName
public final java.lang.String getDataFileName()
getUsing
public final java.lang.String getUsing()
getDataModifiers
public final java.lang.String getDataModifiers()
getAxes
public final java.lang.String getAxes()
getName
public final java.lang.String getName()
getStyle
public final int getStyle()
getLineType
public final int getLineType()
getPointType
public final int getPointType()
isFunction
public final boolean isFunction()