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 GFillFillPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GFillFillPropEditor. 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.StringFillPropEditor. formatValue(GFill value)Formats the value for user input as a String.voidFillPropEditor. 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 GFillFillDialog. 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 classGFillGradientGradient fill for a shape with a close relation to dojox/gfx.LinearGradient and dojox/gfx.RadialGradient.classGFillPatternPattern fill for a shape with a close relation to dojox/gfx.Pattern.classGFillSolidSolid fill using a single color to fill a shape.Fields in com.iizix.prop declared as GFill Modifier and Type Field Description static GFillGFill. DEFAULTThe default fill: solid transparent.Methods in com.iizix.prop that return GFill Modifier and Type Method Description abstract GFillGFill. clone()Clones this instance.default GFillIPropCnrFillSettings. get(FILL_OPTION option)Gets a fill option.GFillIPropCnrFill. getDefaultValue()Gets the default value when the property is not set.GFillFillProp. 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 GFill Modifier and Type Method Description default booleanIPropCnrFillSettings. set(FILL_OPTION option, GFill fill)Sets a fill option.booleanFillProp. setFill(GFill fill)Sets 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 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 GFillPlotFill. 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 GFillSeriesFill. getDefaultValue()Gets the default value when the property is not set.