Uses of Class
com.iizix.prop.GStroke
Packages that use GStroke Package Description com.iizigo.prop.editor com.iizigo.prop.editor.dialog com.iizix.prop com.iizix.prop.ui.chart.axis2d com.iizix.prop.ui.chart.plot2d com.iizix.prop.ui.chart.series Uses of GStroke in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GStroke Modifier and Type Method Description GStrokeStrokePropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.static GStrokeStrokePropEditor. getLastStroke()Gets a last-stroke.protected GStrokeStrokePropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GStroke Modifier and Type Method Description java.lang.StringStrokePropEditor. formatValue(GStroke value)Formats the value for user input as a String.voidStrokePropEditor. onUpdate(GStroke stroke)Called when a property event has been fired and the edited entry needs to be updated.Uses of GStroke in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GStroke Modifier and Type Method Description GStrokeStrokeDialog. open()Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GStroke Constructor Description StrokeDialog(org.eclipse.swt.widgets.Shell parent, GStroke stroke)Create the dialog.Uses of GStroke in com.iizix.prop
Fields in com.iizix.prop declared as GStroke Modifier and Type Field Description static GStrokeGStroke. DEFAULTThe default stroke: "butt" with "miter" join, black color, solid and width of 1, with a miter limit of 4.Methods in com.iizix.prop that return GStroke Modifier and Type Method Description default GStrokeIPropCnrStrokeSettings. get(STROKE_OPTION option)Gets a stroke option.GStrokeIPropCnrStroke. getDefaultValue()Gets the default value when the property is not set.default GStrokeIPropCnrStrokeSettings. getNoDefault(STROKE_OPTION option)Gets a stroke option without default value, i.e.GStrokeStrokeProp. getStroke()Gets the current value set as an GStroke.Methods in com.iizix.prop with parameters of type GStroke Modifier and Type Method Description booleanGStroke. equals(GStroke stroke)Checks if two strokes objects are equal.default booleanIPropCnrStrokeSettings. set(STROKE_OPTION option, GStroke stroke)Sets a stroke option.booleanStrokeProp. setPropValue(GStroke newValue)Sets a new value for this property.booleanStrokeProp. setStroke(GStroke stroke)Sets new stroke for this property.Constructors in com.iizix.prop with parameters of type GStroke Constructor Description StrokeProp(Atom propertyAtom, GStroke newValue)Creates a stroke property with the specified name and value.Uses of GStroke in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that return GStroke Modifier and Type Method Description GStrokeAxisStroke. getDefaultValue()Gets the default value when the property is not set.Uses of GStroke in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return GStroke Modifier and Type Method Description GStrokePlotStroke. getDefaultValue()Gets the default value when the property is not set.Uses of GStroke in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series that return GStroke Modifier and Type Method Description GStrokeSeriesStroke. getDefaultValue()Gets the default value when the property is not set.