|
JMSLTM Numerical Library 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.chart.AbstractChartNode com.imsl.chart.ChartNode com.imsl.chart.AxisR
The R-axis in a polar plot.
AxisR
is created by Polar
as its child. It can be
retrieved using the method Polar.getAxisR()
.
It in turn creates the following child nodes: AxisRLine
,
AxisRLabel
and AxisRMajorTick
.
The number of tick marks ("Number" attribute) is set to 4, but autoscaling can change this value.
Polar
,
Serialized FormField Summary | |
static long |
serialVersionUID
|
Fields inherited from class com.imsl.chart.AbstractChartNode |
AUTOSCALE_DATA, AUTOSCALE_DENSITY, AUTOSCALE_NUMBER, AUTOSCALE_OFF, AUTOSCALE_WINDOW, AXIS_X, AXIS_Y, AXIS_Z, LABEL_TYPE_NONE, LABEL_TYPE_TITLE, LABEL_TYPE_X, LABEL_TYPE_Y, LABEL_TYPE_Z, TRANSFORM_CUSTOM, TRANSFORM_LINEAR, TRANSFORM_LOG |
Method Summary | |
AxisRLabel |
getAxisRLabel()
Returns the AxisRLabel node. |
AxisRLine |
getAxisRLine()
Returns the AxisRLine node. |
AxisRMajorTick |
getAxisRMajorTick()
Returns the major tick node associated with this axis. |
double |
getTickInterval()
Retrieves the tick interval. |
double[] |
getTicks()
Returns the value of the "Ticks" attribute, if set. |
double |
getWindow()
Returns the Window attribute. |
void |
paint(Draw draw)
Paints this node and all of its children. |
void |
setTickInterval(double tickInterval)
Sets the tick interval. |
void |
setWindow(double rmax)
Sets the Window attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long serialVersionUID
Method Detail |
public AxisRLabel getAxisRLabel()
AxisRLabel
node.
public AxisRLine getAxisRLine()
AxisRLine
node.
public AxisRMajorTick getAxisRMajorTick()
MajorTick
node created as a child by this nodepublic double getTickInterval()
double
which indicates the tick intervalpublic double[] getTicks()
double
values of the "Ticks" attribute, if
defined. Otherwise, computed tick values are returned.public double getWindow()
double
which specifies the Window valuesetWindow(double)
public void paint(Draw draw)
paint
in class ChartNode
draw
- the Draw
object to be paintedpublic void setTickInterval(double tickInterval)
tickInterval
- a double
which specifies the tick
intervalpublic void setWindow(double rmax)
rmax
- a double
specifying the radius at which the
AxisTheta
is drawn.
|
JMSLTM Numerical Library 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |