| Added Methods |
void addAlignmentButtonsTo(JToolBar, DrawingEditor, List<Disposable>)
|
Creates toolbar buttons and adds them to the specified JToolBar. |
JButton createApplyAttributesButton(DrawingEditor, List<Disposable>)
|
|
Collection<Action> createDrawingActions(DrawingEditor, List<Disposable>)
|
|
JPopupButton createDrawingColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, List<Disposable>)
|
Creates a color button, with an action region and a popup menu. |
JPopupButton createFontButton(DrawingEditor, AttributeKey<Font>, ResourceBundleUtil, List<Disposable>)
|
|
JButton createFontStyleBoldButton(DrawingEditor, ResourceBundleUtil, List<Disposable>)
|
|
JButton createFontStyleItalicButton(DrawingEditor, ResourceBundleUtil, List<Disposable>)
|
|
JButton createFontStyleUnderlineButton(DrawingEditor, ResourceBundleUtil, List<Disposable>)
|
|
JButton createPickAttributesButton(DrawingEditor, List<Disposable>)
|
|
JPopupButton createSelectionColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, List<Disposable>)
|
Creates a color button, with an action region and a popup menu. |
JPopupButton createStrokeCapButton(DrawingEditor, ResourceBundleUtil, List<Disposable>)
|
|
JPopupButton createStrokeDashesButton(DrawingEditor, double[][], ResourceBundleUtil, List<Disposable>)
|
|
JPopupButton createStrokeJoinButton(DrawingEditor, ResourceBundleUtil, List<Disposable>)
|
|