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 GFillGets 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.voidCalled 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 TypeClassDescriptionclassGradient fill for a shape with a close relation to dojox/gfx.LinearGradient and dojox/gfx.RadialGradient.classPattern fill for a shape with a close relation to dojox/gfx.Pattern.classSolid fill using a single color to fill a shape.Fields in com.iizix.prop declared as GFillModifier and TypeFieldDescriptionstatic final GFillGFill.DEFAULTThe default fill: solid transparent.Methods in com.iizix.prop that return GFillModifier and TypeMethodDescriptionabstract GFillGFill.clone()Clones this instance.default GFillIPropCnrFillSettings.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 GFillIPropCnrFillSettings.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 booleanIPropCnrFillSettings.set(FILL_OPTION option, GFill fill) Sets a fill option.booleanSets new fill for this property.booleanFillProp.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.