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 PaintSample
DefaultChartEditor. background
The chart background color.private PaintSample
DefaultPlotEditor. backgroundPaintSample
The paint (color) used to fill the background of the plot.private PaintSample
DefaultValueAxisEditor. gridPaintSample
The paint selected for drawing the gridlines.private PaintSample
DefaultAxisEditor. labelPaintSample
The label paint.private PaintSample
DefaultPlotEditor. outlinePaintSample
The paint (color) used to draw the outline of the plot.private PaintSample
DefaultAxisEditor. tickLabelPaintSample
The paint (color) for the tick labels.private PaintSample
DefaultTitleEditor. titlePaint
The paint (color) used to draw the title.
-