| javax.swing.JPanel org.jfree.ui.StrokeChooserPanel
StrokeChooserPanel | public class StrokeChooserPanel extends JPanel (Code) | | A component for choosing a stroke from a list of available strokes. This class needs work.
author: David Gilbert |
StrokeChooserPanel | public StrokeChooserPanel(StrokeSample current, StrokeSample[] available)(Code) | | Creates a panel containing a combo-box that allows the user to select
one stroke from a list of available strokes.
Parameters: current - the current stroke sample. Parameters: available - an array of 'available' stroke samples. |
getSelectedStroke | public Stroke getSelectedStroke()(Code) | | Returns the selected stroke.
the selected stroke. |
getSelector | final protected JComboBox getSelector()(Code) | | Returns the selector component.
Returns the selector. |
|
|