Class DialPointer

java.lang.Object
org.jfree.chart.plot.dial.AbstractDialLayer
org.jfree.chart.plot.dial.DialPointer
All Implemented Interfaces:
Serializable, Cloneable, DialLayer, org.jfree.util.PublicCloneable
Direct Known Subclasses:
DialPointer.Pin, DialPointer.Pointer

public abstract class DialPointer extends AbstractDialLayer implements DialLayer, Cloneable, org.jfree.util.PublicCloneable, Serializable
A base class for the pointer in a DialPlot.
Since:
1.0.7
See Also:
  • Constructor Details

    • DialPointer

      protected DialPointer()
      Creates a new DialPointer instance.
    • DialPointer

      protected DialPointer(int datasetIndex)
      Creates a new pointer for the specified dataset.
      Parameters:
      datasetIndex - the dataset index.
  • Method Details