Uses of Class
com.iizix.prop.GFill
Packages that use GFill
Package
Description
Uses of GFill in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GFillModifier 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.Methods in com.iizigo.prop.editor with parameters of type GFillModifier 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
Methods in com.iizigo.prop.editor.dialog that return GFillConstructors in com.iizigo.prop.editor.dialog with parameters of type GFillModifierConstructorDescriptionFillDialog
(org.eclipse.swt.widgets.Shell parent, GFill fill) Create the dialog.Uses of GFill in com.iizix.prop
Subclasses of GFill in com.iizix.propModifier 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.Fields in com.iizix.prop declared as GFillModifier and TypeFieldDescriptionstatic final GFill
GFill.DEFAULT
The default fill: solid transparent.Methods in com.iizix.prop that return GFillModifier 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.Methods in com.iizix.prop with parameters of type GFillModifier 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.Constructors in com.iizix.prop with parameters of type GFillUses of GFill in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return GFillModifier and TypeMethodDescriptionPlotFill.getDefaultValue()
Gets the default value when the property is not set.Uses of GFill in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series that return GFillModifier and TypeMethodDescriptionSeriesFill.getDefaultValue()
Gets the default value when the property is not set.