Package org.jfree.chart.plot.dial
Class StandardDialScale
java.lang.Object
org.jfree.chart.plot.dial.AbstractDialLayer
org.jfree.chart.plot.dial.StandardDialScale
- All Implemented Interfaces:
Serializable
,Cloneable
,DialLayer
,DialScale
,PublicCloneable
public class StandardDialScale
extends AbstractDialLayer
implements DialScale, Cloneable, PublicCloneable, Serializable
A scale for a
DialPlot
.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance of DialScale.StandardDialScale
(double lowerBound, double upperBound, double startAngle, double extent, double majorTickIncrement, int minorTickCount) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiondouble
angleToValue
(double angle) Converts the given angle to a data value, based on this scale.clone()
Returns a clone of this instance.void
draw
(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view) Draws the scale on the dial plot.boolean
Tests thisStandardDialScale
for equality with an arbitrary object.double
Returns the extent.boolean
Returns a flag that controls whether or not the first tick label is visible.double
Returns the lower bound for the scale.double
Returns the increment (in data units) between major tick labels.double
Returns the length factor for the major tick marks.Returns the major tick paint.Returns the stroke used to draw the major tick marks.int
Returns the number of minor tick marks between major tick marks.double
Returns the length factor for the minor tick marks.Returns the paint used to draw the minor tick marks.Returns the stroke used to draw the minor tick marks.double
Returns the start angle for the scale (in degrees using the same orientation as Java'sArc2D
class).Returns the font used to draw the tick labels.Returns the number formatter used to convert the tick label values to strings.double
Returns the tick label offset.Returns the paint used to draw the tick labels.boolean
Returnstrue
if the tick labels should be displayed, andfalse
otherwise.double
Returns the radius (as a percentage of the maximum space available) of the outer limit of the tick marks.double
Returns the upper bound for the scale.int
hashCode()
Returns a hash code for this instance.boolean
Returnstrue
to indicate that this layer should be clipped within the dial window.void
setExtent
(double extent) Sets the extent and sends aDialLayerChangeEvent
to all registered listeners.void
setFirstTickLabelVisible
(boolean visible) Sets a flag that controls whether or not the first tick label is visible, and sends aDialLayerChangeEvent
to all registered listeners.void
setLowerBound
(double lower) Sets the lower bound for the scale and sends aDialLayerChangeEvent
to all registered listeners.void
setMajorTickIncrement
(double increment) Sets the increment (in data units) between major tick labels and sends aDialLayerChangeEvent
to all registered listeners.void
setMajorTickLength
(double length) Sets the length factor for the major tick marks and sends aDialLayerChangeEvent
to all registered listeners.void
setMajorTickPaint
(Paint paint) Sets the major tick paint and sends aDialLayerChangeEvent
to all registered listeners.void
setMajorTickStroke
(Stroke stroke) Sets the stroke used to draw the major tick marks and sends aDialLayerChangeEvent
to all registered listeners.void
setMinorTickCount
(int count) Sets the number of minor tick marks between major tick marks and sends aDialLayerChangeEvent
to all registered listeners.void
setMinorTickLength
(double length) Sets the length factor for the minor tick marks and sends aDialLayerChangeEvent
to all registered listeners.void
setMinorTickPaint
(Paint paint) Sets the paint used to draw the minor tick marks and sends aDialLayerChangeEvent
to all registered listeners.void
setMinorTickStroke
(Stroke stroke) Sets the stroke used to draw the minor tick marks and sends aDialLayerChangeEvent
to all registered listeners.void
setStartAngle
(double angle) Sets the start angle for the scale and sends aDialLayerChangeEvent
to all registered listeners.void
setTickLabelFont
(Font font) Sets the font used to display the tick labels and sends aDialLayerChangeEvent
to all registered listeners.void
setTickLabelFormatter
(NumberFormat formatter) Sets the number formatter used to convert the tick label values to strings, and sends aDialLayerChangeEvent
to all registered listeners.void
setTickLabelOffset
(double offset) Sets the tick label offset and sends aDialLayerChangeEvent
to all registered listeners.void
setTickLabelPaint
(Paint paint) Sets the paint used to draw the tick labels and sends aDialLayerChangeEvent
to all registered listeners.void
setTickLabelsVisible
(boolean visible) Sets the flag that controls whether or not the tick labels are displayed, and sends aDialLayerChangeEvent
to all registered listeners.void
setTickRadius
(double radius) Sets the tick radius and sends aDialLayerChangeEvent
to all registered listeners.void
setUpperBound
(double upper) Sets the upper bound for the scale and sends aDialLayerChangeEvent
to all registered listeners.double
valueToAngle
(double value) Converts a data value to an angle against this scale.Methods inherited from class org.jfree.chart.plot.dial.AbstractDialLayer
addChangeListener, hasListener, isVisible, notifyListeners, removeChangeListener, setVisible
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jfree.chart.plot.dial.DialLayer
addChangeListener, hasListener, isVisible, removeChangeListener
-
Constructor Details
-
StandardDialScale
public StandardDialScale()Creates a new instance of DialScale. -
StandardDialScale
public StandardDialScale(double lowerBound, double upperBound, double startAngle, double extent, double majorTickIncrement, int minorTickCount) Creates a new instance.- Parameters:
lowerBound
- the lower bound of the scale.upperBound
- the upper bound of the scale.startAngle
- the start angle (in degrees, using the same orientation as Java'sArc2D
class).extent
- the extent (in degrees, counter-clockwise).majorTickIncrement
- the interval between major tick marks (must be > 0).minorTickCount
- the number of minor ticks between major tick marks.
-
-
Method Details
-
getLowerBound
Returns the lower bound for the scale.- Returns:
- The lower bound for the scale.
- See Also:
-
setLowerBound
Sets the lower bound for the scale and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
lower
- the lower bound.- See Also:
-
getUpperBound
Returns the upper bound for the scale.- Returns:
- The upper bound for the scale.
- See Also:
-
setUpperBound
Sets the upper bound for the scale and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
upper
- the upper bound.- See Also:
-
getStartAngle
Returns the start angle for the scale (in degrees using the same orientation as Java'sArc2D
class).- Returns:
- The start angle.
- See Also:
-
setStartAngle
Sets the start angle for the scale and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
angle
- the angle (in degrees).- See Also:
-
getExtent
Returns the extent.- Returns:
- The extent.
- See Also:
-
setExtent
Sets the extent and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
extent
- the extent.- See Also:
-
getTickRadius
Returns the radius (as a percentage of the maximum space available) of the outer limit of the tick marks.- Returns:
- The tick radius.
- See Also:
-
setTickRadius
Sets the tick radius and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
radius
- the radius.- See Also:
-
getMajorTickIncrement
Returns the increment (in data units) between major tick labels.- Returns:
- The increment between major tick labels.
- See Also:
-
setMajorTickIncrement
Sets the increment (in data units) between major tick labels and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
increment
- the increment (must be > 0).- See Also:
-
getMajorTickLength
Returns the length factor for the major tick marks. The value is subtracted from the tick radius to determine the inner starting point for the tick marks.- Returns:
- The length factor.
- See Also:
-
setMajorTickLength
Sets the length factor for the major tick marks and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
length
- the length.- See Also:
-
getMajorTickPaint
Returns the major tick paint.- Returns:
- The major tick paint (never
null
). - See Also:
-
setMajorTickPaint
Sets the major tick paint and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
paint
- the paint (null
not permitted).- See Also:
-
getMajorTickStroke
Returns the stroke used to draw the major tick marks.- Returns:
- The stroke (never
null
). - See Also:
-
setMajorTickStroke
Sets the stroke used to draw the major tick marks and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
stroke
- the stroke (null
not permitted).- See Also:
-
getMinorTickCount
Returns the number of minor tick marks between major tick marks.- Returns:
- The number of minor tick marks between major tick marks.
- See Also:
-
setMinorTickCount
Sets the number of minor tick marks between major tick marks and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
count
- the count.- See Also:
-
getMinorTickLength
Returns the length factor for the minor tick marks. The value is subtracted from the tick radius to determine the inner starting point for the tick marks.- Returns:
- The length factor.
- See Also:
-
setMinorTickLength
Sets the length factor for the minor tick marks and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
length
- the length.- See Also:
-
getMinorTickPaint
Returns the paint used to draw the minor tick marks.- Returns:
- The paint (never
null
). - See Also:
-
setMinorTickPaint
Sets the paint used to draw the minor tick marks and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
paint
- the paint (null
not permitted).- See Also:
-
getMinorTickStroke
Returns the stroke used to draw the minor tick marks.- Returns:
- The paint (never
null
). - See Also:
-
setMinorTickStroke
Sets the stroke used to draw the minor tick marks and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
stroke
- the stroke (null
not permitted).- See Also:
-
getTickLabelOffset
Returns the tick label offset.- Returns:
- The tick label offset.
- See Also:
-
setTickLabelOffset
Sets the tick label offset and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
offset
- the offset.- See Also:
-
getTickLabelFont
Returns the font used to draw the tick labels.- Returns:
- The font (never
null
). - See Also:
-
setTickLabelFont
Sets the font used to display the tick labels and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
font
- the font (null
not permitted).- See Also:
-
getTickLabelPaint
Returns the paint used to draw the tick labels.- Returns:
- The paint (
null
not permitted). - See Also:
-
setTickLabelPaint
Sets the paint used to draw the tick labels and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
paint
- the paint (null
not permitted).
-
getTickLabelsVisible
Returnstrue
if the tick labels should be displayed, andfalse
otherwise.- Returns:
- A boolean.
- See Also:
-
setTickLabelsVisible
Sets the flag that controls whether or not the tick labels are displayed, and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
visible
- the new flag value.- See Also:
-
getTickLabelFormatter
Returns the number formatter used to convert the tick label values to strings.- Returns:
- The formatter (never
null
). - See Also:
-
setTickLabelFormatter
Sets the number formatter used to convert the tick label values to strings, and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
formatter
- the formatter (null
not permitted).- See Also:
-
getFirstTickLabelVisible
Returns a flag that controls whether or not the first tick label is visible.- Returns:
- A boolean.
- See Also:
-
setFirstTickLabelVisible
Sets a flag that controls whether or not the first tick label is visible, and sends aDialLayerChangeEvent
to all registered listeners.- Parameters:
visible
- the new flag value.- See Also:
-
isClippedToWindow
Returnstrue
to indicate that this layer should be clipped within the dial window.- Specified by:
isClippedToWindow
in interfaceDialLayer
- Returns:
true
.
-
draw
Draws the scale on the dial plot.- Specified by:
draw
in interfaceDialLayer
- Parameters:
g2
- the graphics target (null
not permitted).plot
- the dial plot (null
not permitted).frame
- the reference frame that is used to construct the geometry of the plot (null
not permitted).view
- the visible part of the plot (null
not permitted).
-
valueToAngle
Converts a data value to an angle against this scale.- Specified by:
valueToAngle
in interfaceDialScale
- Parameters:
value
- the data value.- Returns:
- The angle (in degrees, using the same specification as Java's Arc2D class).
- See Also:
-
angleToValue
Converts the given angle to a data value, based on this scale.- Specified by:
angleToValue
in interfaceDialScale
- Parameters:
angle
- the angle (in degrees).- Returns:
- The data value.
- See Also:
-
equals
Tests thisStandardDialScale
for equality with an arbitrary object.- Overrides:
equals
in classAbstractDialLayer
- Parameters:
obj
- the object (null
permitted).- Returns:
- A boolean.
-
hashCode
Returns a hash code for this instance.- Overrides:
hashCode
in classAbstractDialLayer
- Returns:
- A hash code.
-
clone
Returns a clone of this instance.- Specified by:
clone
in interfacePublicCloneable
- Overrides:
clone
in classAbstractDialLayer
- Returns:
- A clone.
- Throws:
CloneNotSupportedException
- if this instance is not cloneable.
-