|
|||||||||
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.NOAxis
public class NOAxis
Constructor Summary | |
---|---|
NOAxis()
|
Method Summary | |
---|---|
boolean |
setScale(java.lang.Object pScale)
The scale of an axis determines how measurements and comparisons are made. |
boolean |
setTickMarks(java.lang.Object pMarks)
Tick marks are small marks placed on an axis at appropriate intervals. |
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 NOAxis()
Method Detail |
---|
public boolean setScale(java.lang.Object pScale)
Axis
setScale
in interface Axis
pScale
- The Object representing the scale used for this Axis.
public boolean setTickMarks(java.lang.Object pMarks)
Axis
setTickMarks
in interface Axis
pMarks
- The Object representing the tick-mark configuration to be used for this Axis.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |