Uses of Class
com.iizix.prop.GFill
Packages that use GFill Package Description com.iizigo.prop.editor com.iizigo.prop.editor.dialog com.iizix.prop com.iizix.prop.ui.chart.plot2d com.iizix.prop.ui.chart.series Uses of GFill in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GFill Modifier and Type Method Description GFill
FillPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GFill
FillPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GFill Modifier and Type Method Description java.lang.String
FillPropEditor. formatValue(GFill value)
Formats the value for user input as a String.void
FillPropEditor. onUpdate(GFill fill)
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 GFill Modifier and Type Method Description GFill
FillDialog. open()
Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GFill Constructor Description FillDialog(org.eclipse.swt.widgets.Shell parent, GFill fill)
Create the dialog.Uses of GFill in com.iizix.prop
Subclasses of GFill in com.iizix.prop Modifier and Type Class Description class
GFillGradient
Gradient fill for a shape with a close relation to dojox/gfx.LinearGradient and dojox/gfx.RadialGradient.class
GFillPattern
Pattern fill for a shape with a close relation to dojox/gfx.Pattern.class
GFillSolid
Solid fill using a single color to fill a shape.Fields in com.iizix.prop declared as GFill Modifier and Type Field Description static GFill
GFill. DEFAULT
The default fill: solid transparent.Methods in com.iizix.prop that return GFill Modifier and Type Method Description abstract GFill
GFill. clone()
Clones this instance.default GFill
IPropCnrFillSettings. get(FILL_OPTION option)
Gets a fill option.GFill
IPropCnrFill. getDefaultValue()
Gets the default value when the property is not set.GFill
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 GFill Modifier and Type Method Description default boolean
IPropCnrFillSettings. set(FILL_OPTION option, GFill fill)
Sets a fill option.boolean
FillProp. setFill(GFill fill)
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 GFill Constructor Description FillProp(Atom propertyAtom, GFill newValue)
Creates a fill property with the specified name and value.Uses of GFill in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return GFill Modifier and Type Method Description GFill
PlotFill. 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 GFill Modifier and Type Method Description GFill
SeriesFill. getDefaultValue()
Gets the default value when the property is not set.