Uses of Class
org.jfree.chart.ui.StrokeSample
Packages that use StrokeSample
Package
Description
Provides a simple (but so far incomplete) framework for editing chart
properties.
Utility classes that relate to user interface items.
-
Uses of StrokeSample in org.jfree.chart.editor
Fields in org.jfree.chart.editor declared as StrokeSampleModifier and TypeFieldDescriptionprivate StrokeSample[]DefaultPlotEditor.availableStrokeSamplesAn array of stroke samples to choose from.private StrokeSample[]DefaultValueAxisEditor.availableStrokeSamplesAn array of stroke samples to choose from (since I haven't written a decent StrokeChooser component yet).private StrokeSampleDefaultValueAxisEditor.gridStrokeSampleThe stroke selected for drawing the gridlines.private StrokeSampleDefaultPlotEditor.outlineStrokeSampleThe 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 StrokeSampleModifierConstructorDescriptionStrokeChooserPanel(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.