|
||||||||||
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<Pair>
plugins.big.bigsnakeutils.icy.gui.pair.EzVarPair
public class EzVarPair
EzVar for a Pair object.
Nested Class Summary | |
---|---|
static class |
EzVarPair.Double
EzVarPair for a double values (convenient class) |
static class |
EzVarPair.Integer
EzVarPair for a integer values (convenient class) |
Field Summary |
---|
Fields inherited from class plugins.adufour.ezplug.EzComponent |
---|
name |
Method Summary | |
---|---|
double |
getFirstMaximum()
Returns the maximum for the first value of the pair. |
double |
getFirstMinimum()
Returns the minimum for the first value of the pair. |
double |
getFirstStepSize()
Returns the step size for the first value of the pair. |
java.lang.String |
getLinkingWord()
Returns the linking word displayed between the first and the second value of the pair. |
double |
getSecondMaximum()
Returns the maximum for the second value of the pair. |
double |
getSecondMinimum()
Returns the minimum for the second value of the pair. |
double |
getSecondStepSize()
Returns the step size for the second value of the pair. |
void |
setBounds(double min,
double max)
Set the bounds for both values of the pair. |
void |
setFirstBounds(double min,
double max)
Set the bounds for the first value of the pair. |
void |
setFirstMaximum(double max)
Set the maximum for the first value of the pair. |
void |
setFirstMinimum(double min)
Set the minimum for the first value of the pair. |
void |
setFirstStepSize(double step)
Set the step size for the first value of the pair. |
void |
setLinkingWord(java.lang.String word)
Set the linking word displayed between the first and the second value of the pair. |
void |
setMaximum(double max)
Set the maximum for both values of the pair. |
void |
setMinimum(double min)
Set the minimum for both values of the pair. |
void |
setSecondBounds(double min,
double max)
Set the bounds for the second value of the pair. |
void |
setSecondMaximum(double max)
Set the maximum for the second value of the pair. |
void |
setSecondMinimum(double min)
Set the minimum for the second value of the pair. |
void |
setSecondStepSize(double step)
Set the step size for the second value of the pair. |
void |
setStepSize(double step)
Set the step size for both values of the pair. |
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 |
Method Detail |
---|
public void setFirstMinimum(double min)
public double getFirstMinimum()
public void setFirstMaximum(double max)
public double getFirstMaximum()
public void setFirstBounds(double min, double max)
public void setSecondMinimum(double min)
public double getSecondMinimum()
public void setSecondMaximum(double max)
public double getSecondMaximum()
public void setSecondBounds(double min, double max)
public void setMinimum(double min)
public void setMaximum(double max)
public void setBounds(double min, double max)
public void setFirstStepSize(double step)
public double getFirstStepSize()
public void setSecondStepSize(double step)
public double getSecondStepSize()
public void setStepSize(double step)
public void setLinkingWord(java.lang.String word)
public java.lang.String getLinkingWord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |