|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.RadarGrid
The radar chart grid consists of concentric circles painted with respect to the ticks coordinates of the first RadarScale object, the one that is painted along the 90 degrees radial axis. An instance of a RadarGrid is created and owned by a RadarGraph object.
RadarGraph.getGrid(),
RadarScale| Method Summary | |
protected void |
finalize()
|
void |
setColor(java.awt.Color color)
Sets the color of the radar grid. |
void |
setEnabled(boolean isEnabled)
Enables/disables the radar grid. |
void |
setRadialColors(java.awt.Color[] radialColors)
Sets the colors of the radial areas between the grid lines. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setEnabled(boolean isEnabled)
isEnabled - A boolean value(true/false).public void setColor(java.awt.Color color)
color - A Color object.public void setRadialColors(java.awt.Color[] radialColors)
radialColors - An array of Color objects.RadarGraph.setCenterGap(int),
RadarGraph.setCenterGapColor(java.awt.Color)
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 | |||||||||