Uses of Class
com.iizix.prop.GGradient
Packages that use GGradient Package Description com.iizigo.prop.editor com.iizigo.prop.editor.dialog com.iizix.prop Uses of GGradient in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GGradient Modifier and Type Method Description GGradient
GradientPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GGradient
GradientPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GGradient Modifier and Type Method Description java.lang.String
GradientPropEditor. formatValue(GGradient value)
Formats the value for user input as a String.void
GradientPropEditor. onUpdate(GGradient gradient)
Called when a property event has been fired and the edited entry needs to be updated.Uses of GGradient in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GGradient Modifier and Type Method Description GGradient
GradientDialog. open()
Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GGradient Constructor Description GradientDialog(org.eclipse.swt.widgets.Shell parent, GGradient gradient)
Create the dialog.Uses of GGradient in com.iizix.prop
Fields in com.iizix.prop declared as GGradient Modifier and Type Field Description static GGradient
GGradient. NONE
The no-swatches gradient.Methods in com.iizix.prop that return GGradient Modifier and Type Method Description GGradient
GGradient. clone()
Clones this instance.static GGradient
GGradient. createGGradient(java.lang.String string)
Creates a GGradient from a String.GGradient
Styles. getBackgroundGradient()
Returns the background gradient.GGradient
GFillGradient. getGradient()
Gets the gradient.GGradient
GradientProp. getGradient()
Gets the current value set as an GGradient.Methods in com.iizix.prop with parameters of type GGradient Modifier and Type Method Description boolean
GGradient. equals(GGradient gradient)
Checks if two gradient objects are equal.boolean
Styles. setBackgroundGradient(GGradient gradient)
Sets the background gradient.boolean
GradientProp. setGradient(GGradient gradient)
Sets new gradient for this property.boolean
GradientProp. setPropValue(GGradient newValue)
Sets a new value for this property.Constructors in com.iizix.prop with parameters of type GGradient Constructor Description GFillGradient(GGradient gradient)
Creates a solid fill from a color.GradientProp(Atom propertyAtom, GGradient newValue)
Creates a gradient property with the specified name and value.