org.jgnuplot
Class Graph

java.lang.Object
  extended by 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

Field Summary
private  java.lang.String itsAxes
           
private  java.lang.String itsDataFileName
           
private  java.lang.String itsDataModifiers
           
private  java.lang.String itsFunction
           
private  int itsLineType
           
private  java.lang.String itsName
           
private  int itsPointType
           
private  int itsStyle
           
private  java.lang.String itsUsing
           
 
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)
           
 
Method Summary
 java.lang.String getAxes()
           
 java.lang.String getDataFileName()
           
 java.lang.String getDataModifiers()
           
 java.lang.String getFunction()
           
 int getLineType()
           
 java.lang.String getName()
           
 int getPointType()
           
 int getStyle()
           
 java.lang.String getUsing()
           
 boolean isFunction()
           
 void setFunction(java.lang.String theFunction)
           
 void setName(java.lang.String theName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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()