Uses of Interface
org.jfree.chart.renderer.PaintScale
Package
Description
-
Uses of PaintScale in org.jfree.chart.renderer
Modifier and TypeClassDescriptionclass
A paint scale that returns shades of gray.class
A paint scale that uses a lookup table to associate paint instances with data value ranges. -
Uses of PaintScale in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionXYBlockRenderer.getPaintScale()
Returns the paint scale used by the renderer.XYShapeRenderer.getPaintScale()
Returns the paint scale used by the renderer.Modifier and TypeMethodDescriptionvoid
XYBlockRenderer.setPaintScale
(PaintScale scale) Sets the paint scale used by the renderer and sends aRendererChangeEvent
to all registered listeners.void
XYShapeRenderer.setPaintScale
(PaintScale scale) Sets the paint scale used by the renderer and sends aRendererChangeEvent
to all registered listeners. -
Uses of PaintScale in org.jfree.chart.title
Modifier and TypeMethodDescriptionPaintScaleLegend.getScale()
Returns the scale used to convert values to colors.Modifier and TypeMethodDescriptionvoid
PaintScaleLegend.setScale
(PaintScale scale) Sets the scale and sends aTitleChangeEvent
to all registered listeners.ModifierConstructorDescriptionPaintScaleLegend
(PaintScale scale, ValueAxis axis) Creates a new instance. -
Uses of PaintScale in org.jfree.data.general
Modifier and TypeMethodDescriptionstatic BufferedImage
HeatMapUtils.createHeatMapImage
(HeatMapDataset dataset, PaintScale paintScale) Creates an image that displays the values from the specified dataset.