Class StrokeDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.StrokeDialog

public class StrokeDialog extends Dialog
The stroke dialog to choose an ARGB color and the stroke.
Author:
Christopher Mindus
  • Field Details

    • STYLES

      public static final String[] STYLES
      The styles.
  • Constructor Details

    • StrokeDialog

      public StrokeDialog(Shell parent, GStroke stroke)
      Create the dialog.
  • Method Details

    • open

      public GStroke open()
      Open the dialog.
      Returns:
      the result, or null for cancel.