@PropertyEditorFor(value=javafx.scene.paint.LinearGradient.class) public class LinearGradientPropertyEditor extends AbstractPropertyEditor
Constructor and Description |
---|
LinearGradientPropertyEditor() |
Modifier and Type | Method and Description |
---|---|
String |
getAsText() |
protected Object |
getMapValue(Map<?,?> map,
String key,
Object defaultValue) |
protected void |
handleAsList(List<?> list) |
protected void |
handleAsMap(Map<?,?> map) |
protected void |
handleAsString(String str) |
protected double |
parse(Number val) |
protected double |
parse(String val) |
protected CycleMethod |
parseCyclicMethod(Object source,
String str) |
protected double |
parseValue(Object value) |
protected void |
setValueInternal(Object value) |
getAsTextInternal, getFormat, getFormattedValue, getValueInternal, illegalValue, illegalValue, resolveFormatter, setAsText, setAsTextInternal, setFormat, setFormattedValue, setValue
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class AbstractPropertyEditor
protected void setValueInternal(Object value)
setValueInternal
in class AbstractPropertyEditor
protected void handleAsString(String str)
protected void handleAsList(List<?> list)
protected void handleAsMap(Map<?,?> map)
protected CycleMethod parseCyclicMethod(Object source, String str)
protected double parse(String val)
protected double parseValue(Object value)
protected double parse(Number val)