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 GStroke
StrokePropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.static GStroke
StrokePropEditor. getLastStroke()
Gets a last-stroke.protected GStroke
StrokePropEditor. 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.String
StrokePropEditor. formatValue(GStroke value)
Formats the value for user input as a String.void
StrokePropEditor. 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 GStroke
StrokeDialog. 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 GStroke
GStroke. DEFAULT
The 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 GStroke
IPropCnrStrokeSettings. get(STROKE_OPTION option)
Gets a stroke option.GStroke
IPropCnrStroke. getDefaultValue()
Gets the default value when the property is not set.default GStroke
IPropCnrStrokeSettings. getNoDefault(STROKE_OPTION option)
Gets a stroke option without default value, i.e.GStroke
StrokeProp. getStroke()
Gets the current value set as an GStroke.Methods in com.iizix.prop with parameters of type GStroke Modifier and Type Method Description boolean
GStroke. equals(GStroke stroke)
Checks if two strokes objects are equal.default boolean
IPropCnrStrokeSettings. set(STROKE_OPTION option, GStroke stroke)
Sets a stroke option.boolean
StrokeProp. setPropValue(GStroke newValue)
Sets a new value for this property.boolean
StrokeProp. 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 GStroke
AxisStroke. 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 GStroke
PlotStroke. 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 GStroke
SeriesStroke. getDefaultValue()
Gets the default value when the property is not set.