Package org.jfree.chart.plot
Class PieLabelLinkStyle
java.lang.Object
org.jfree.chart.plot.PieLabelLinkStyle
- All Implemented Interfaces:
Serializable
Used to indicate the style for the lines linking pie sections to their
corresponding labels.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PieLabelLinkStyle
CUBIC_CURVE.static final PieLabelLinkStyle
QUAD_CURVE.static final PieLabelLinkStyle
STANDARD. -
Method Summary
-
Field Details
-
STANDARD
STANDARD. -
QUAD_CURVE
QUAD_CURVE. -
CUBIC_CURVE
CUBIC_CURVE.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code for this instance.
-