Package VASSAL.counters
Interface PropertyExporter
- All Superinterfaces:
PropertyNameSource,PropertySource
- All Known Implementing Classes:
ActionButton,AreaOfEffect,BasicPiece,CalculatedProperty,Clone,CounterGlobalKeyCommand,Decorator,Delete,DynamicProperty,Embellishment,Embellishment0,Footprint,FreeRotator,GlobalHotKey,Hideable,Immobilized,Labeler,Marker,MenuSeparator,MovementMarkable,NonRectangular,Obscurable,Pivot,PlaceMarker,PlaySound,PropertySheet,Replace,ReportState,RestrictCommands,Restricted,ReturnToDeck,SendToLocation,SetGlobalProperty,SubMenu,TableInfo,Translate,TriggerAction,UsePrototype
public interface PropertyExporter extends PropertyNameSource, PropertySource
-
Field Summary
Fields Modifier and Type Field Description static StringLOCALIZED_NAME -
Method Summary
Modifier and Type Method Description default Map<String,Object>getProperties()Methods inherited from interface VASSAL.build.module.properties.PropertySource
getLocalizedProperty, getProperty
-
Field Details
-
LOCALIZED_NAME
- See Also:
- Constant Field Values
-
-
Method Details