Drawable, DrawableAxesAbstractPolarAxis, PolarType1, PolarType2public interface PolarAxes extends DrawableAxes
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
getInteriorBackground, getTitle, getXLabel, getYLabel, resizeFonts, setShowMajorXGrid, setShowMajorYGrid, setShowMinorXGrid, setShowMinorYGrid, setTitle, setVisible, setXLabel, setYLabelvoid 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