|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.RadarScale
A radar graph displays a scale along each radial axis. A radar
scale shows the range of values within which a variable is measured.
Data points' coordinates are calculated with respect to a scale
range.
The class RadarScale implements the properties of a radar scale.
| Constructor Summary | |
RadarScale()
Creates a RadarScale object. |
|
RadarScale(double minValue,
double maxValue,
double increment)
Creates a RadarScale object, passing the minimum, maximum and increment values. |
|
| Method Summary | |
protected void |
finalize()
|
void |
setColor(java.awt.Color color)
Sets the color of a radar scale labels. |
void |
setEnabled(boolean isEnabled)
Enables/disables a radar scale. |
void |
setFont(java.awt.Font font)
Sets the font used to display the labels of a radar scale. |
void |
setLabels(java.lang.String[] labels)
Sets the scale labels to replace the scale values that are automatically calculated. |
void |
setLabelsGap(int labelsGap)
Sets the gap in pixels between a radar scale label and respective scale tick. |
void |
setRange(double minValue,
double maxValue,
double increment)
Sets the range and increment values of a radar scale. |
void |
setTickLength(int tickLength)
Sets the tick length in pixels. |
void |
setTicksColor(java.awt.Color ticksColor)
Sets the color of the ticks marks of a radar scale. |
void |
setValueFormat(java.lang.String valueFormat)
Sets the format of a radar scale values. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RadarScale()
RadarGraph.addScale(com.jinsight.jetchart.RadarScale),
RadarGraph.removeScale(com.jinsight.jetchart.RadarScale),
RadarGraph.removeAllScales(),
RadarGraph.getScale(int),
RadarGraph.getScalesCount()
public RadarScale(double minValue,
double maxValue,
double increment)
minValue - A double precision number.maxValue - A double precision number.increment - A double precision number.setRange(double, double, double)| Method Detail |
public void setRange(double minValue,
double maxValue,
double increment)
minValue - A double precision number.
param maxValue A double precision number.increment - A double precision number.public void setValueFormat(java.lang.String valueFormat)
valueFormat - A String object.public void setEnabled(boolean isEnabled)
isEnabled - A boolean value(true/false).public void setColor(java.awt.Color color)
color - A Color object.public void setTicksColor(java.awt.Color ticksColor)
ticksColor - A Color object.public void setFont(java.awt.Font font)
font - A Font object.public void setLabels(java.lang.String[] labels)
labels - An array of strings.public void setTickLength(int tickLength)
tickLength - An integer number.public void setLabelsGap(int labelsGap)
labelsGap - An integer number.
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||