|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.PolarGrid
The polar grid consists of circles painted outwards starting from the center of the polar graph. Each circle's radius length corresponds to the distance from the polar graph center to a tick mark of the horizontal or vertical scale. The polar grid can also display spokes, which are straight lines painted from the graph center towards the outer grid circle. The spokes are displayed at a user-defined angle relative to the right horizontal radius of the polar graph and measured counterclockwise.
PolarGraph| Method Summary | |
void |
setColor(java.awt.Color color)
Sets polar grid color. |
void |
setEnabled(boolean isEnabled)
Enables/disables the polar grid. |
void |
setSpokesColors(java.awt.Color[] spokesColors)
Sets the color of each grid spoke. |
void |
setSpokesDegrees(int[] spokesDegrees)
Sets the degrees of the polar graph's spokes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setColor(java.awt.Color color)
color - A Color object.public void setSpokesDegrees(int[] spokesDegrees)
spokesDegrees - setSpokesColors(java.awt.Color[]),
XAxis,
YAxispublic void setSpokesColors(java.awt.Color[] spokesColors)
setSpokesDegrees are associated
by their indexes.
Default color is the polar grid color.
spokesColors - An array of Color objects.setSpokesDegrees(int[]),
setColor(java.awt.Color)public void setEnabled(boolean isEnabled)
isEnabled - A boolean value(true/false).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||