org.jfree.chart.plot

Class DialShape

public final class DialShape extends Object implements Serializable

Used to indicate the background shape for a MeterPlot.
Field Summary
static DialShapeCHORD
Chord.
static DialShapeCIRCLE
Circle.
static DialShapePIE
Pie.
Method Summary
booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
StringtoString()
Returns a string representing the object.

Field Detail

CHORD

public static final DialShape CHORD
Chord.

CIRCLE

public static final DialShape CIRCLE
Circle.

PIE

public static final DialShape PIE
Pie.

Method Detail

equals

public boolean equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.

Parameters: obj the other object.

Returns: A boolean.

toString

public String toString()
Returns a string representing the object.

Returns: The string.