Uses of Class
org.jfree.chart.ui.StrokeSample
-
Packages that use StrokeSample Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties.org.jfree.chart.ui Utility classes that relate to user interface items. -
-
Uses of StrokeSample in org.jfree.chart.editor
Fields in org.jfree.chart.editor declared as StrokeSample Modifier and Type Field Description private StrokeSample[]
DefaultPlotEditor. availableStrokeSamples
An array of stroke samples to choose from.private StrokeSample[]
DefaultValueAxisEditor. availableStrokeSamples
An array of stroke samples to choose from (since I haven't written a decent StrokeChooser component yet).private StrokeSample
DefaultValueAxisEditor. gridStrokeSample
The stroke selected for drawing the gridlines.private StrokeSample
DefaultPlotEditor. outlineStrokeSample
The stroke used to draw the outline of the plot. -
Uses of StrokeSample in org.jfree.chart.ui
Constructors in org.jfree.chart.ui with parameters of type StrokeSample Constructor Description StrokeChooserPanel(StrokeSample current, StrokeSample[] available)
Creates a panel containing a combo-box that allows the user to select one stroke from a list of available strokes.
-