com.asprise.util.jtwain.lowlevel
Class ValueContainerRange
java.lang.Object
com.asprise.util.jtwain.lowlevel.ValueContainer
com.asprise.util.jtwain.lowlevel.ValueContainerRange
- public class ValueContainerRange
- extends ValueContainer
Java wrapper for TWAIN value container: RANGE
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValueContainerRange
public ValueContainerRange()
getCurrentValue
public ItemType getCurrentValue()
- Returns:
getDefaultValue
public ItemType getDefaultValue()
- Returns:
getMaxValue
public ItemType getMaxValue()
- Returns:
getMinValue
public ItemType getMinValue()
- Returns:
getStepSize
public ItemType getStepSize()
- Returns:
getItem
public ItemType getItem(int index)
setCurrentValue
public void setCurrentValue(ItemType type)
- Parameters:
type -
setDefaultValue
public void setDefaultValue(ItemType type)
- Parameters:
type -
setMaxValue
public void setMaxValue(ItemType type)
- Parameters:
type -
setMinValue
public void setMinValue(ItemType type)
- Parameters:
type -
setStepSize
public void setStepSize(ItemType type)
- Parameters:
type -
getContainerType
public int getContainerType()
- Overrides:
getContainerType in class ValueContainer
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class ValueContainer
getObject
public java.lang.Object getObject()
- Description copied from class:
ValueContainer
- Gets an object representing this value container.
Subclasses should override this method.
- Overrides:
getObject in class ValueContainer
- Returns: