|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.adufour.ezplug.EzComponent
plugins.adufour.ezplug.EzVar<Curve>
plugins.big.bigsnakeutils.icy.gui.curve.EzVarCurve
plugins.big.bigsnakeutils.icy.gui.curve.EzVarCurve.Polynomial
public static class EzVarCurve.Polynomial
EzVarCurve for PolynomialCurve (convenient class)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class plugins.big.bigsnakeutils.icy.gui.curve.EzVarCurve |
---|
EzVarCurve.Polynomial |
Field Summary |
---|
Fields inherited from class plugins.adufour.ezplug.EzComponent |
---|
name |
Constructor Summary | |
---|---|
EzVarCurve.Polynomial(java.lang.String name)
Constructs an empty variable with the given name. |
|
EzVarCurve.Polynomial(java.lang.String name,
double y0,
double y1)
Constructs a variable specifying the position of the first and last points of the curve. |
|
EzVarCurve.Polynomial(java.lang.String name,
java.util.Vector<java.awt.geom.Point2D> points)
Constructs a variable using a set of control points. |
Method Summary |
---|
Methods inherited from class plugins.adufour.ezplug.EzVar |
---|
addVarChangeListener, addVisibilityTriggerTo, getDefaultValues, getValue, getValue, getVariable, isEnabled, referenceChanged, removeAllVarChangeListeners, removeVarChangeListener, setDefaultValues, setEnabled, setOptional, setToolTipText, setValue, setVisible, toString, valueChanged |
Methods inherited from class plugins.adufour.ezplug.EzComponent |
---|
getVisible, isVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EzVarCurve.Polynomial(java.lang.String name)
public EzVarCurve.Polynomial(java.lang.String name, java.util.Vector<java.awt.geom.Point2D> points)
public EzVarCurve.Polynomial(java.lang.String name, double y0, double y1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |