plugins.big.bigsnakeutils.icy.gui.pair
Class EzVarPair.Double

java.lang.Object
  extended by plugins.adufour.ezplug.EzComponent
      extended by plugins.adufour.ezplug.EzVar<Pair>
          extended by plugins.big.bigsnakeutils.icy.gui.pair.EzVarPair
              extended by plugins.big.bigsnakeutils.icy.gui.pair.EzVarPair.Double
All Implemented Interfaces:
plugins.adufour.vars.util.VarListener<Pair>
Enclosing class:
EzVarPair

public static class EzVarPair.Double
extends EzVarPair

EzVarPair for a double values (convenient class)

Version:
October 17, 2013
Author:
Julien Jacquemot

Nested Class Summary
 
Nested classes/interfaces inherited from class plugins.big.bigsnakeutils.icy.gui.pair.EzVarPair
EzVarPair.Double, EzVarPair.Integer
 
Field Summary
 
Fields inherited from class plugins.adufour.ezplug.EzComponent
name
 
Constructor Summary
EzVarPair.Double(java.lang.String varName)
           
EzVarPair.Double(java.lang.String varName, double min, double max, double step)
           
EzVarPair.Double(java.lang.String varName, Pair.Double[] defaultValues, boolean allowUserInput)
           
EzVarPair.Double(java.lang.String varName, Pair.Double[] defaultValues, int defaultValueIndex, boolean allowUserInput)
           
EzVarPair.Double(java.lang.String varName, Pair.Double value, double min, double max, double step)
           
EzVarPair.Double(java.lang.String varName, plugins.adufour.vars.gui.model.VarEditorModel<Pair> constraint)
           
 
Method Summary
 
Methods inherited from class plugins.big.bigsnakeutils.icy.gui.pair.EzVarPair
getFirstMaximum, getFirstMinimum, getFirstStepSize, getLinkingWord, getSecondMaximum, getSecondMinimum, getSecondStepSize, setBounds, setFirstBounds, setFirstMaximum, setFirstMinimum, setFirstStepSize, setLinkingWord, setMaximum, setMinimum, setSecondBounds, setSecondMaximum, setSecondMinimum, setSecondStepSize, setStepSize
 
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

EzVarPair.Double

public EzVarPair.Double(java.lang.String varName)

EzVarPair.Double

public EzVarPair.Double(java.lang.String varName,
                        double min,
                        double max,
                        double step)

EzVarPair.Double

public EzVarPair.Double(java.lang.String varName,
                        Pair.Double value,
                        double min,
                        double max,
                        double step)

EzVarPair.Double

public EzVarPair.Double(java.lang.String varName,
                        plugins.adufour.vars.gui.model.VarEditorModel<Pair> constraint)

EzVarPair.Double

public EzVarPair.Double(java.lang.String varName,
                        Pair.Double[] defaultValues,
                        boolean allowUserInput)
                 throws java.lang.NullPointerException
Throws:
java.lang.NullPointerException

EzVarPair.Double

public EzVarPair.Double(java.lang.String varName,
                        Pair.Double[] defaultValues,
                        int defaultValueIndex,
                        boolean allowUserInput)
                 throws java.lang.NullPointerException
Throws:
java.lang.NullPointerException