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
Modifier and TypeFieldDescriptionstatic final AreaRendererEndType
The area is levelled at the first or last value.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. -
Method Summary
-
Field Details
-
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.
-
-
Method Details