Package repast.simphony.visualization
Class UnitSizeLayoutProperties
java.lang.Object
repast.simphony.visualization.UnitSizeLayoutProperties
- All Implemented Interfaces:
VisualizationProperties
Properties for a layout that needs a "unit size".
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
Gets an iterable over all the valid keys for these properties.getProperty
(String id) Gets the property associated with the specified key.float
void
setUnitSize
(float unitSize)
-
Field Details
-
UNIT_SIZE
- See Also:
-
UNIT_SIZE_LAYOUT_PROPERTIES_ID
-
-
Constructor Details
-
UnitSizeLayoutProperties
public UnitSizeLayoutProperties()
-
-
Method Details
-
getProperty
Description copied from interface:VisualizationProperties
Gets the property associated with the specified key.- Specified by:
getProperty
in interfaceVisualizationProperties
- Returns:
- the property associated with the specified key.
-
getUnitSize
public float getUnitSize() -
setUnitSize
public void setUnitSize(float unitSize) -
getKeys
Gets an iterable over all the valid keys for these properties.- Specified by:
getKeys
in interfaceVisualizationProperties
- Returns:
- an iterable over all the keys for these properties.
-