Package com.iizigo.prop.editor.dialog
Class StrokeDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- com.iizigo.prop.editor.dialog.StrokeDialog
-
public class StrokeDialog extends org.eclipse.swt.widgets.Dialog
The stroke dialog to choose an ARGB color and the stroke.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
STYLES
The styles.
-
Constructor Summary
Constructors Constructor Description StrokeDialog(org.eclipse.swt.widgets.Shell parent, GStroke stroke)
Create the dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GStroke
open()
Open the dialog.
-