public final class

PieLabelLinkStyle

extends Object
implements Serializable
java.lang.Object
   ↳ org.jfree.chart.plot.PieLabelLinkStyle

Class Overview

Used to indicate the style for the lines linking pie sections to their corresponding labels.

Summary

Fields
public static final PieLabelLinkStyle CUBIC_CURVE CUBIC_CURVE.
public static final PieLabelLinkStyle QUAD_CURVE QUAD_CURVE.
public static final PieLabelLinkStyle STANDARD STANDARD.
Public Methods
boolean equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
int hashCode()
Returns a hash code for this instance.
String toString()
Returns a string representing the object.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final PieLabelLinkStyle CUBIC_CURVE

CUBIC_CURVE.

public static final PieLabelLinkStyle QUAD_CURVE

QUAD_CURVE.

public static final PieLabelLinkStyle STANDARD

STANDARD.

Public Methods

public boolean equals (Object obj)

Returns true if this object is equal to the specified object, and false otherwise.

Parameters
obj the object (null permitted).
Returns
  • A boolean.

public int hashCode ()

Returns a hash code for this instance.

Returns
  • A hash code.

public String toString ()

Returns a string representing the object.

Returns
  • The string.