cox.jmatt.java.MathTools.graphing.Graph
Class GraphKeysPDK

java.lang.Object
  extended by cox.jmatt.java.MathTools.graphing.Graph.GraphKeysPDK
All Implemented Interfaces:
GraphKeys

public class GraphKeysPDK
extends java.lang.Object
implements GraphKeys

This class is defined and is used solely as a rendering context Object. It is handled automatically and need not be created by a script or application.


Constructor Summary
GraphKeysPDK()
          The only constructor needed.
 
Method Summary
 int getCount()
          Used internally and automatically.
 java.lang.String getFrom()
          Internal use only.
 java.lang.String getTo()
          Internal use only.
 void setCount(int pCount)
          Used internally and automatically.
 void setRange(java.lang.String pFrom, java.lang.String pTo)
          Used internally.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphKeysPDK

public GraphKeysPDK()
The only constructor needed.

Method Detail

setCount

public void setCount(int pCount)
Used internally and automatically.


getCount

public int getCount()
Used internally and automatically.


setRange

public void setRange(java.lang.String pFrom,
                     java.lang.String pTo)
Used internally. Do not touch!


getFrom

public java.lang.String getFrom()
Internal use only.


getTo

public java.lang.String getTo()
Internal use only.