public interface PolarAxes extends DrawableAxes
Modifier and Type | Method and 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.
|
getTitle, getXLabel, getYLabel, resizeFonts, setShowMajorXGrid, setShowMajorYGrid, setShowMinorXGrid, setShowMinorYGrid, setTitle, setVisible, setXLabel, setYLabel
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