plugins.big.bigsnakeutils.icy.gui.curve
Class EzVarCurve.Polynomial

java.lang.Object
  extended by plugins.adufour.ezplug.EzComponent
      extended by plugins.adufour.ezplug.EzVar<Curve>
          extended by plugins.big.bigsnakeutils.icy.gui.curve.EzVarCurve
              extended by plugins.big.bigsnakeutils.icy.gui.curve.EzVarCurve.Polynomial
All Implemented Interfaces:
plugins.adufour.vars.util.VarListener<Curve>
Enclosing class:
EzVarCurve

public static class EzVarCurve.Polynomial
extends EzVarCurve

EzVarCurve for PolynomialCurve (convenient class)

Author:
Julien Jacquemot

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

EzVarCurve.Polynomial

public EzVarCurve.Polynomial(java.lang.String name)
Constructs an empty variable with the given name.


EzVarCurve.Polynomial

public EzVarCurve.Polynomial(java.lang.String name,
                             java.util.Vector<java.awt.geom.Point2D> points)
Constructs a variable using a set of control points.


EzVarCurve.Polynomial

public 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.