Package org.jfree.chart.plot
Class DialShape
- java.lang.Object
-
- org.jfree.chart.plot.DialShape
-
- All Implemented Interfaces:
Serializable
public final class DialShape extends Object implements Serializable
Used to indicate the background shape for aMeterPlot
.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.int
hashCode()
Returns a hash code for this instance.String
toString()
Returns a string representing the object.
-