ImageGearJava Project > com.accusoft.imagegear.formats Package : ImGearControlParameter Class |
The following tables list the members exposed by ImGearControlParameter.
Name | Description | |
---|---|---|
getDefaultValue | Gets default value of the parameter. | |
getName | Gets the name of the parameter.
| |
getValue | Returns current value of the parameter.
| |
setToDefault | Sets parameter to its default value. | |
setValue | Sets current value of the parameter.
When setting this value, please make sure that the type of the object representing a new value is the same as that of the old value. Otherwise an exception will be thrown. |