Uses of Interface
org.jfree.chart.renderer.PaintScale
-
Packages that use PaintScale Package Description org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.org.jfree.data.general Data interfaces and classes. -
-
Uses of PaintScale in org.jfree.chart.renderer
Classes in org.jfree.chart.renderer that implement PaintScale Modifier and Type Class Description classGrayPaintScaleA paint scale that returns shades of gray.classLookupPaintScaleA paint scale that uses a lookup table to associate paint instances with data value ranges. -
Uses of PaintScale in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return PaintScale Modifier and Type Method Description PaintScaleXYBlockRenderer. getPaintScale()Returns the paint scale used by the renderer.PaintScaleXYShapeRenderer. getPaintScale()Returns the paint scale used by the renderer.Methods in org.jfree.chart.renderer.xy with parameters of type PaintScale Modifier and Type Method Description voidXYBlockRenderer. setPaintScale(PaintScale scale)Sets the paint scale used by the renderer and sends aRendererChangeEventto all registered listeners.voidXYShapeRenderer. setPaintScale(PaintScale scale)Sets the paint scale used by the renderer and sends aRendererChangeEventto all registered listeners. -
Uses of PaintScale in org.jfree.data.general
Methods in org.jfree.data.general with parameters of type PaintScale Modifier and Type Method Description static BufferedImageHeatMapUtils. createHeatMapImage(HeatMapDataset dataset, PaintScale paintScale)Creates an image that displays the values from the specified dataset.
-