Uses of Class
org.jfree.chart.ui.PaintSample
-
Packages that use PaintSample Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of PaintSample in org.jfree.chart.editor
Fields in org.jfree.chart.editor declared as PaintSample Modifier and Type Field Description private PaintSampleDefaultChartEditor. backgroundThe chart background color.private PaintSampleDefaultPlotEditor. backgroundPaintSampleThe paint (color) used to fill the background of the plot.private PaintSampleDefaultValueAxisEditor. gridPaintSampleThe paint selected for drawing the gridlines.private PaintSampleDefaultAxisEditor. labelPaintSampleThe label paint.private PaintSampleDefaultPlotEditor. outlinePaintSampleThe paint (color) used to draw the outline of the plot.private PaintSampleDefaultAxisEditor. tickLabelPaintSampleThe paint (color) for the tick labels.private PaintSampleDefaultTitleEditor. titlePaintThe paint (color) used to draw the title.
-