Package org.jfree.chart.renderer
Class AreaRendererEndType
java.lang.Object
org.jfree.chart.renderer.AreaRendererEndType
- All Implemented Interfaces:
Serializable
An enumeration of the 'end types' for an area renderer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AreaRendererEndType
The area is levelled at the first or last value.private final String
The name.private static final long
For serialization.static final AreaRendererEndType
The area tapers from the first or last value down to zero.static final AreaRendererEndType
The area is truncated at the first or last value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization.- See Also:
-
TAPER
The area tapers from the first or last value down to zero. -
TRUNCATE
The area is truncated at the first or last value. -
LEVEL
The area is levelled at the first or last value. -
name
The name.
-
-
Constructor Details
-
AreaRendererEndType
Private constructor.- Parameters:
name
- the name.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException
- if there is a problem.
-