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 GGradientGradientPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GGradientGradientPropEditor. 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.StringGradientPropEditor. formatValue(GGradient value)Formats the value for user input as a String.voidGradientPropEditor. 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 GGradientGradientDialog. 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 GGradientGGradient. NONEThe no-swatches gradient.Methods in com.iizix.prop that return GGradient Modifier and Type Method Description GGradientGGradient. clone()Clones this instance.static GGradientGGradient. createGGradient(java.lang.String string)Creates a GGradient from a String.GGradientStyles. getBackgroundGradient()Returns the background gradient.GGradientGFillGradient. getGradient()Gets the gradient.GGradientGradientProp. getGradient()Gets the current value set as an GGradient.Methods in com.iizix.prop with parameters of type GGradient Modifier and Type Method Description booleanGGradient. equals(GGradient gradient)Checks 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 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.