Uses of Class
com.iizix.prop.GFill
Package
Description
Uses of GFill in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionFillPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GFill
Gets the property value for a user input.Modifier and TypeMethodDescriptionFillPropEditor.formatValue
(GFill 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 GFill in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionFillDialog
(org.eclipse.swt.widgets.Shell parent, GFill fill) Create the dialog.Uses of GFill in com.iizix.prop
Modifier and TypeClassDescriptionclass
Gradient fill for a shape with a close relation to dojox/gfx.LinearGradient and dojox/gfx.RadialGradient.class
Pattern fill for a shape with a close relation to dojox/gfx.Pattern.class
Solid fill using a single color to fill a shape.Modifier and TypeFieldDescriptionstatic final GFill
GFill.DEFAULT
The default fill: solid transparent.Modifier and TypeMethodDescriptionabstract GFill
GFill.clone()
Clones this instance.default GFill
IPropCnrFillSettings.get
(FILL_OPTION option) Gets a fill option.IPropCnrFill.getDefaultValue()
Gets the default value when the property is not set.FillProp.getFill()
Gets the current value set as an GFill.default GFill
IPropCnrFillSettings.getNoDefault
(FILL_OPTION option) Gets a fill option without default value, i.e.Modifier and TypeMethodDescriptiondefault boolean
IPropCnrFillSettings.set
(FILL_OPTION option, GFill fill) Sets a fill option.boolean
Sets new fill for this property.boolean
FillProp.setPropValue
(GFill newValue) Sets a new value for this property.Uses of GFill in com.iizix.prop.ui.chart.plot2d
Modifier and TypeMethodDescriptionPlotFill.getDefaultValue()
Gets the default value when the property is not set.Uses of GFill in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionSeriesFill.getDefaultValue()
Gets the default value when the property is not set.