Package VASSAL.build.module.properties
Interface IncrementProperty.Constraints
- All Superinterfaces:
PropertySource
- All Known Subinterfaces:
PropertyChangerConfigurer.Constraints
- All Known Implementing Classes:
ChangePropertyButton
,DynamicProperty
,SetGlobalProperty
- Enclosing class:
- IncrementProperty
public static interface IncrementProperty.Constraints extends PropertySource
-
Method Summary
Modifier and Type Method Description int
getMaximumValue()
int
getMinimumValue()
PropertySource
getPropertySource()
boolean
isWrap()
Methods inherited from interface VASSAL.build.module.properties.PropertySource
getLocalizedProperty, getProperty
-
Method Details
-
getMinimumValue
int getMinimumValue() -
getMaximumValue
int getMaximumValue() -
isWrap
boolean isWrap() -
getPropertySource
PropertySource getPropertySource()
-