| java.lang.Object | ||
| ↳ | org.jfree.chart.plot.dial.AbstractDialLayer | |
| ↳ | org.jfree.chart.plot.dial.DialValueIndicator | |
A value indicator for a DialPlot.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Creates a new instance of  DialValueIndicator. | |||||||||||
| Creates a new instance of  DialValueIndicator. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns a clone of this instance. | |||||||||||
| Draws the background to the specified graphics device. | |||||||||||
| Tests this instance for equality with an arbitrary object. | |||||||||||
| Returns the angle for the anchor point. | |||||||||||
| Returns the background paint. | |||||||||||
| Returns the index of the dataset from which this indicator fetches its
 current value. | |||||||||||
| Returns the font. | |||||||||||
| Returns the frame anchor. | |||||||||||
| Returns the insets. | |||||||||||
| Returns the formatter used to format the value. | |||||||||||
| Returns the outline paint. | |||||||||||
| Returns the outline stroke. | |||||||||||
| Returns the paint. | |||||||||||
| Returns the radius. | |||||||||||
| Returns the template value. | |||||||||||
| Returns the text anchor. | |||||||||||
| Returns the value anchor. | |||||||||||
| Returns a hash code for this instance. | |||||||||||
| Returns  trueto indicate that this layer should be
 clipped within the dial window. | |||||||||||
| Sets the angle for the anchor point and sends a
  DialLayerChangeEventto all registered listeners. | |||||||||||
| Sets the background paint and sends a  DialLayerChangeEventto
 all registered listeners. | |||||||||||
| Sets the dataset index and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the font and sends a  DialLayerChangeEventto all registered
 listeners. | |||||||||||
| Sets the frame anchor and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the insets and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the formatter used to format the value and sends a
  DialLayerChangeEventto all registered listeners. | |||||||||||
| Sets the outline paint and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the outline stroke and sends a  DialLayerChangeEventto
 all registered listeners. | |||||||||||
| Sets the paint and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the radius and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the template value and sends a  DialLayerChangeEventto
 all registered listeners. | |||||||||||
| Sets the text anchor and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| Sets the value anchor and sends a  DialLayerChangeEventto all
 registered listeners. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  org.jfree.chart.plot.dial.AbstractDialLayer | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.jfree.chart.plot.dial.DialLayer | |||||||||||
Creates a new instance of DialValueIndicator.
Creates a new instance of DialValueIndicator.
| datasetIndex | the dataset index. | 
|---|
Returns a clone of this instance.
| CloneNotSupportedException | if some attribute of this instance cannot be cloned. | 
|---|
Draws the background to the specified graphics device. If the dial frame specifies a window, the clipping region will already have been set to this window before this method is called.
| g2 | the graphics device ( nullnot permitted). | 
|---|---|
| plot | the plot (ignored here). | 
| frame | the dial frame (ignored here). | 
| view | the view rectangle ( nullnot permitted). | 
Tests this instance for equality with an arbitrary object.
| obj | the object ( nullpermitted). | 
|---|
Returns the angle for the anchor point.  The angle is specified in
 degrees using the same orientation as Java's Arc2D class.
Returns the index of the dataset from which this indicator fetches its current value.
Returns the formatter used to format the value.
null).Returns the outline stroke.
null).Returns the template value.
null).Returns the value anchor.
null).Returns a hash code for this instance.
Returns true to indicate that this layer should be
 clipped within the dial window.
true.
Sets the angle for the anchor point and sends a
 DialLayerChangeEvent to all registered listeners.
| angle | the angle (in degrees). | 
|---|
Sets the background paint and sends a DialLayerChangeEvent to
 all registered listeners.
| paint | the paint ( nullnot permitted). | 
|---|
Sets the dataset index and sends a DialLayerChangeEvent to all
 registered listeners.
| index | the index. | 
|---|
Sets the font and sends a DialLayerChangeEvent to all registered
 listeners.
| font | the font ( nullnot permitted). | 
|---|
Sets the frame anchor and sends a DialLayerChangeEvent to all
 registered listeners.
| anchor | the anchor ( nullnot permitted). | 
|---|
Sets the insets and sends a DialLayerChangeEvent to all
 registered listeners.
| insets | the insets ( nullnot permitted). | 
|---|
Sets the formatter used to format the value and sends a
 DialLayerChangeEvent to all registered listeners.
| formatter | the formatter ( nullnot permitted). | 
|---|
Sets the outline paint and sends a DialLayerChangeEvent to all
 registered listeners.
| paint | the paint ( nullnot permitted). | 
|---|
Sets the outline stroke and sends a DialLayerChangeEvent to
 all registered listeners.
| stroke | the stroke ( nullnot permitted). | 
|---|
Sets the paint and sends a DialLayerChangeEvent to all
 registered listeners.
| paint | the paint ( nullnot permitted). | 
|---|
Sets the radius and sends a DialLayerChangeEvent to all
 registered listeners.
| radius | the radius. | 
|---|
Sets the template value and sends a DialLayerChangeEvent to
 all registered listeners.
| value | the value ( nullnot permitted). | 
|---|
Sets the text anchor and sends a DialLayerChangeEvent to all
 registered listeners.
| anchor | the anchor ( nullnot permitted). | 
|---|
Sets the value anchor and sends a DialLayerChangeEvent to all
 registered listeners.
| anchor | the anchor ( nullnot permitted). | 
|---|