Uses of Class
org.jfree.chart.renderer.AreaRendererEndType
| Package | Description |
|---|---|
| org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
-
Uses of AreaRendererEndType in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer declared as AreaRendererEndType Modifier and Type Field Description static AreaRendererEndTypeAreaRendererEndType. LEVELThe area is levelled at the first or last value.static AreaRendererEndTypeAreaRendererEndType. TAPERThe area tapers from the first or last value down to zero.static AreaRendererEndTypeAreaRendererEndType. TRUNCATEThe area is truncated at the first or last value. -
Uses of AreaRendererEndType in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category that return AreaRendererEndType Modifier and Type Method Description AreaRendererEndTypeAreaRenderer. 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 voidAreaRenderer. setEndType(AreaRendererEndType type)Sets a token that controls how the renderer draws the end points, and sends aRendererChangeEventto all registered listeners.