Uses of Class
org.jfree.chart.renderer.AreaRendererEndType
Package
Description
Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.-
Uses of AreaRendererEndType in org.jfree.chart.renderer
Modifier and TypeFieldDescriptionstatic final AreaRendererEndType
AreaRendererEndType.LEVEL
The area is levelled at the first or last value.static final AreaRendererEndType
AreaRendererEndType.TAPER
The area tapers from the first or last value down to zero.static final AreaRendererEndType
AreaRendererEndType.TRUNCATE
The area is truncated at the first or last value. -
Uses of AreaRendererEndType in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionAreaRenderer.getEndType()
Returns a token that controls how the renderer draws the end points.Modifier and TypeMethodDescriptionvoid
AreaRenderer.setEndType
(AreaRendererEndType type) Sets a token that controls how the renderer draws the end points, and sends aRendererChangeEvent
to all registered listeners.