org.jfree.chart.plot

Class DialShape

Implemented Interfaces:
Serializable

public final class DialShape
extends java.lang.Object
implements Serializable

Used to indicate the background shape for a MeterPlot.

Field Summary

static DialShape
CHORD
Chord.
static DialShape
CIRCLE
Circle.
static DialShape
PIE
Pie.

Method Summary

boolean
equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
String
toString()
Returns a string representing the object.

Field Details

CHORD

public static final DialShape CHORD
Chord.

CIRCLE

public static final DialShape CIRCLE
Circle.

PIE

public static final DialShape PIE
Pie.

Method Details

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.