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 AreaRendererEndTypeThe area is levelled at the first or last value.private final StringThe name.private static final longFor serialization.static final AreaRendererEndTypeThe area tapers from the first or last value down to zero.static final AreaRendererEndTypeThe 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
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException- if there is a problem.
-