Uses of Class
com.iizix.prop.GGradient
Uses of GGradient in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionGradientPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GGradient
Gets the property value for a user input.Modifier and TypeMethodDescriptionGradientPropEditor.formatValue
(GGradient 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 GGradient in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionGradientDialog
(org.eclipse.swt.widgets.Shell parent, GGradient gradient) Create the dialog.Uses of GGradient in com.iizix.prop
Modifier and TypeMethodDescriptionGGradient.clone()
Clones this instance.static GGradient
GGradient.createGGradient
(String string) Creates a GGradient from a String.Styles.getBackgroundGradient()
Returns the background gradient.GFillGradient.getGradient()
Gets the gradient.GradientProp.getGradient()
Gets the current value set as an GGradient.Modifier and TypeMethodDescriptionboolean
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.ModifierConstructorDescriptionGFillGradient
(GGradient gradient) Creates a solid fill from a color.GradientProp
(Atom propertyAtom, GGradient newValue) Creates a gradient property with the specified name and value.