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 GGradientGets 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.voidCalled 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 GGradientGGradient.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 TypeMethodDescriptionbooleanChecks if two gradient objects are equal.booleanStyles.setBackgroundGradient(GGradient gradient) Sets the background gradient.booleanGradientProp.setGradient(GGradient gradient) Sets new gradient for this property.booleanGradientProp.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.