Uses of Class
com.iizix.prop.GStroke
Packages that use GStroke
Package
Description
Uses of GStroke in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GStrokeModifier and TypeMethodDescriptionStrokePropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.static GStroke
StrokePropEditor.getLastStroke()
Gets a last-stroke.protected GStroke
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GStrokeModifier and TypeMethodDescriptionStrokePropEditor.formatValue
(GStroke value) Formats the value for user input as a String.void
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 GStrokeConstructors in com.iizigo.prop.editor.dialog with parameters of type GStrokeModifierConstructorDescriptionStrokeDialog
(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 GStrokeModifier and TypeFieldDescriptionstatic final 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 GStrokeModifier and TypeMethodDescriptiondefault GStroke
IPropCnrStrokeSettings.get
(STROKE_OPTION option) Gets a stroke option.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.StrokeProp.getStroke()
Gets the current value set as an GStroke.Methods in com.iizix.prop with parameters of type GStrokeModifier and TypeMethodDescriptionboolean
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
Sets new stroke for this property.Constructors in com.iizix.prop with parameters of type GStrokeModifierConstructorDescriptionStrokeProp
(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 GStrokeModifier and TypeMethodDescriptionAxisStroke.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 GStrokeModifier and TypeMethodDescriptionPlotStroke.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 GStrokeModifier and TypeMethodDescriptionSeriesStroke.getDefaultValue()
Gets the default value when the property is not set.