Uses of Class
com.iizix.prop.GGradient
Packages that use GGradient
Uses of GGradient in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GGradientModifier 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.Methods in com.iizigo.prop.editor with parameters of type GGradientModifier 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
Methods in com.iizigo.prop.editor.dialog that return GGradientConstructors in com.iizigo.prop.editor.dialog with parameters of type GGradientModifierConstructorDescriptionGradientDialog
(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 GGradientMethods in com.iizix.prop that return GGradientModifier 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.Methods in com.iizix.prop with parameters of type GGradientModifier 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.Constructors in com.iizix.prop with parameters of type GGradientModifierConstructorDescriptionGFillGradient
(GGradient gradient) Creates a solid fill from a color.GradientProp
(Atom propertyAtom, GGradient newValue) Creates a gradient property with the specified name and value.