|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.adufour.vars.lang.Var<Curve>
plugins.big.bigsnakeutils.icy.gui.curve.VarCurve
public class VarCurve
Var for Curve objects. The String value of a VarCurve is the list of the control points. Each point is separated by a ';' and the point coordinates are separated by a space.
Field Summary |
---|
Fields inherited from class plugins.adufour.vars.lang.Var |
---|
NO_VALUE, XML_KEY_ID |
Constructor Summary | |
---|---|
VarCurve(java.lang.String name,
Curve defaultValue)
Default constructor. |
Method Summary | |
---|---|
plugins.adufour.vars.gui.VarEditor<Curve> |
createVarEditor()
|
java.lang.String |
getValueAsString()
|
Curve |
parse(java.lang.String text)
|
Methods inherited from class plugins.adufour.vars.lang.Var |
---|
addListener, createVarEditor, createVarViewer, getDefaultEditorModel, getDefaultValue, getIterableReferrers, getName, getReference, getReferencingPolicy, getReferrers, getType, getTypeAsString, getValue, getValue, getValueAsString, isAssignableFrom, isEnabled, isOptional, isReferenced, loadFromXML, prettyPrint, referenceChanged, removeListener, removeListeners, saveToXML, setDefaultEditorModel, setEnabled, setOptional, setReference, setReferencingPolicy, setValue, toString, valueChanged |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VarCurve(java.lang.String name, Curve defaultValue) throws java.lang.NullPointerException
java.lang.NullPointerException
Method Detail |
---|
public plugins.adufour.vars.gui.VarEditor<Curve> createVarEditor()
createVarEditor
in class plugins.adufour.vars.lang.Var<Curve>
public java.lang.String getValueAsString()
getValueAsString
in class plugins.adufour.vars.lang.Var<Curve>
public Curve parse(java.lang.String text)
parse
in class plugins.adufour.vars.lang.Var<Curve>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |