public abstract class IlvCompiledSymbolRangeInteractor extends IlvCompiledSymbolInteractor
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description | 
|---|
| IlvCompiledSymbolRangeInteractor()Creates a range interactor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | applySet(IlvCompositeGraphic cg,
        double val)Sets the parameter value in an  IlvApplyObject. | 
| double | applyStep(double value)Applies the step to the given value. | 
| double | getMaximum()Returns the maximum value that this interactor can compute. | 
| double | getMinimum()Returns the minimum value that this interactor can compute. | 
| abstract double | getParameterValue()Returns the parameter value. | 
| double | getStep()Gets the progression step of the value computed by the interactor. | 
| void | setMaximum(double max)Sets the maximum value that this interactor can compute. | 
| void | setMinimum(double min)Sets the minimum value that this interactor can compute. | 
| abstract void | setParameterValue(double value)Sets the parameter value. | 
| void | setStep(double step)Sets the progression step of the value computed by the interactor The default value is 0. | 
actionPerformed, actionPerformed, getEvent, getLogger, getParameterToModify, setParameterToModifyaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic IlvCompiledSymbolRangeInteractor()
public abstract void setParameterValue(double value)
value - The new parameter value.public abstract double getParameterValue()
protected void applySet(IlvCompositeGraphic cg, double val)
IlvApplyObject.cg - The compiled symbol instance.val - The new value.public double getMaximum()
public void setMaximum(double max)
max - The maximum value.public double getMinimum()
public void setMinimum(double min)
min - The minimum valuepublic double getStep()
public void setStep(double step)
public double applyStep(double value)
value - The value to which the step is applied© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.