|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcox.jmatt.java.MathTools.graphing.noop.NORenderable
cox.jmatt.java.MathTools.graphing.noop.NOGraphable
public class NOGraphable
Field Summary |
---|
Fields inherited from interface cox.jmatt.java.MathTools.graphing.Graphable |
---|
PARAMETRIC_GRAPH, PARAMETRIC_X, PARAMETRIC_Y, POLAR_GRAPH, STANDARD_GRAPH |
Constructor Summary | |
---|---|
NOGraphable()
|
Method Summary | |
---|---|
boolean |
addExpression(java.lang.String pKey,
java.lang.Object pExpression)
Add an expression to the current graph. |
boolean |
addLimit(java.lang.String pKey,
java.lang.Object pLimit)
Add a limit to the current graph. |
Methods inherited from class cox.jmatt.java.MathTools.graphing.noop.NORenderable |
---|
render, setParameter, setType, testCondition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cox.jmatt.java.MathTools.graphing.Renderable |
---|
render, setParameter, setType, testCondition |
Constructor Detail |
---|
public NOGraphable()
Method Detail |
---|
public boolean addExpression(java.lang.String pKey, java.lang.Object pExpression)
Graphable
addExpression
in interface Graphable
pKey
- A String identifying the expression to be added. Usage is optional.pExpression
- The Object representing the graph-generating entity.
public boolean addLimit(java.lang.String pKey, java.lang.Object pLimit)
Graphable
Constraint
or it may be entirely implementation-defined. As with addExpression()
,
a String key is provided for identification or classification. Usage is optional but strongly suggested!
addLimit
in interface Graphable
pKey
- A String used to identify the limit being added. Not required.pLimit
- An Object representing the limit to be enforced.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |