|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PolarAxes
PolarAxes defines common polar coordinate methods.
| Method Summary | |
|---|---|
void |
autospaceRings(boolean autoscale)
Automatically sets the spacing of the radial gridlines. |
double |
drawRings(double rmax,
DrawingPanel panel,
java.awt.Graphics g)
Draws the rings for the polar plot. |
void |
drawSpokes(double rmax,
DrawingPanel panel,
java.awt.Graphics g)
Draws the spokes for the polar plot. |
double |
getDeltaR()
Gets the spacing of the radial gridlines. |
double |
getDeltaTheta()
Gets the spacing of the radial gridlines. |
void |
setDeltaR(double dr)
Sets the spacing of the radial gridlines. |
void |
setDeltaTheta(double dtheta)
Sets the spacing of the radial gridlines. |
void |
setInteriorBackground(java.awt.Color color)
Sets the interior background color. |
| Methods inherited from interface org.opensourcephysics.display.axes.DrawableAxes |
|---|
getInteriorBackground, getTitle, getXLabel, getYLabel, resizeFonts, setShowMajorXGrid, setShowMajorYGrid, setShowMinorXGrid, setShowMinorYGrid, setTitle, setVisible, setXLabel, setYLabel |
| Methods inherited from interface org.opensourcephysics.display.Drawable |
|---|
draw |
| Method Detail |
|---|
void setDeltaR(double dr)
dr - void autospaceRings(boolean autoscale)
dr - double getDeltaR()
void setDeltaTheta(double dtheta)
dtheta - in degreedouble getDeltaTheta()
double drawRings(double rmax,
DrawingPanel panel,
java.awt.Graphics g)
panel - g -
void drawSpokes(double rmax,
DrawingPanel panel,
java.awt.Graphics g)
panel - g - void setInteriorBackground(java.awt.Color color)
setInteriorBackground in interface DrawableAxes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||