Groovy Documentation

griffon.resourcemanager
[Groovy] Class RadialGradientPaintEditor

java.lang.Object
  java.beans.PropertyEditorSupport
      griffon.resourcemanager.RadialGradientPaintEditor

class RadialGradientPaintEditor
extends PropertyEditorSupport

Authors:
Alexander Klein


Field Summary
private ColorEditor colorEditor

private GroovyShell shell

 
Constructor Summary
RadialGradientPaintEditor()

 
Method Summary
private Map convertColors(Map map)

private CycleMethod convertCycleMethod(def value)

void setAsText(String text)

void setValue(Object o)

 
Methods inherited from class PropertyEditorSupport
getValue, setValue, addPropertyChangeListener, firePropertyChange, getSource, removePropertyChangeListener, setSource, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, setAsText, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

colorEditor

private ColorEditor colorEditor


shell

private GroovyShell shell


 
Constructor Detail

RadialGradientPaintEditor

RadialGradientPaintEditor()


 
Method Detail

convertColors

private Map convertColors(Map map)


convertCycleMethod

private CycleMethod convertCycleMethod(def value)


setAsText

@Override
void setAsText(String text)


setValue

@Override
void setValue(Object o)


 

Groovy Documentation