Uses of Class
org.jfree.chart.renderer.AreaRendererEndType
-
Packages that use AreaRendererEndType Package Description org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class. -
-
Uses of AreaRendererEndType in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer declared as AreaRendererEndType Modifier and Type Field Description static AreaRendererEndType
AreaRendererEndType. LEVEL
The area is levelled at the first or last value.static AreaRendererEndType
AreaRendererEndType. TAPER
The area tapers from the first or last value down to zero.static AreaRendererEndType
AreaRendererEndType. TRUNCATE
The area is truncated at the first or last value. -
Uses of AreaRendererEndType in org.jfree.chart.renderer.category
Fields in org.jfree.chart.renderer.category declared as AreaRendererEndType Modifier and Type Field Description private AreaRendererEndType
AreaRenderer. endType
A flag that controls how the ends of the areas are drawn.Methods in org.jfree.chart.renderer.category that return AreaRendererEndType Modifier and Type Method Description AreaRendererEndType
AreaRenderer. getEndType()
Returns a token that controls how the renderer draws the end points.Methods in org.jfree.chart.renderer.category with parameters of type AreaRendererEndType Modifier and Type Method Description void
AreaRenderer. setEndType(AreaRendererEndType type)
Sets a token that controls how the renderer draws the end points, and sends aRendererChangeEvent
to all registered listeners.
-