|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcox.jmatt.java.MathTools.graphing.noop.NOGraphEngine
cox.jmatt.java.MathTools.graphing.Graph.GraphEnginePDK
public class GraphEnginePDK
The Graph implementation uses two Renderable classes and one concrete class besides this one. All graphing functionality is contained within the
GraphablePDK
and GraphPaperPDK
classes. The GraphKeysPDK
class is used as a context object (ONLY) but this is handled
automatically. All key Objects in this class are ignored.
Since there are several Renderable
classes that are not used this class extends graphing.noop.NOGraphEngine
. All get__()
methods return non-null instances and the set/test feature methods work even though only three GraphEngine
methods are defined here.
Constructor Summary | |
---|---|
GraphEnginePDK()
Required for GraphEngineFactory |
Method Summary | |
---|---|
Graphable |
getGraph(java.lang.Object pKey)
Returns a GraphablePDK instance. |
GraphKeys |
getGraphKeys()
Returns a GraphKeysPDK, but shouldn't be needed. |
GraphPaper |
getGraphPaper(java.lang.Object pKey)
Returns a GraphPaperPDK. |
Methods inherited from class cox.jmatt.java.MathTools.graphing.noop.NOGraphEngine |
---|
getAxis, getPolygon, setFeature, testFeature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphEnginePDK()
GraphEngineFactory
Method Detail |
---|
public GraphKeys getGraphKeys()
getGraphKeys
in interface GraphEngine
getGraphKeys
in class NOGraphEngine
public GraphPaper getGraphPaper(java.lang.Object pKey)
getGraphPaper
in interface GraphEngine
getGraphPaper
in class NOGraphEngine
public Graphable getGraph(java.lang.Object pKey)
GraphablePDK
instance. The key parameter is ignored.
getGraph
in interface GraphEngine
getGraph
in class NOGraphEngine
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |