Package cz.cuni.amis.pogamut.multi.communication.worldview.property


Class Summary
AbstractSharedProperty<TYPE> Abstract implementation of the ISharedProperty object, this class manages the methods every ISharedProperty needs to have, regardless of its type.
AbstractSharedProperty.GenericPropertyUpdate  
BooleanProperty Implementation of the ISharedProperty interface for boolean value type.
ColorProperty Implementation of the ISharedProperty interface for Color value type.
Dimension2DProperty Implementation of the ISharedProperty interface for Dimension2D value type.
DoubleProperty Implementation of the ISharedProperty interface for Double value type.
FloatProperty Implementation of the ISharedProperty interface for Double value type.
IntegerProperty Implementation of the ISharedProperty interface for Integer value type.
IntProperty Implementation of the ISharedProperty interface for Integer value type.
LocationProperty Implementation of the ISharedProperty interface for Location value type.
LongProperty  
PropertyId Unique Id for each SharedProperty in the world.
RotationProperty Implementation of the ISharedProperty interface for Double value type.
StringProperty Implementation of the ISharedProperty interface for String value type.
Vector3dProperty Implementation of the ISharedProperty interface for Vector3d value type.
VelocityProperty Implementation of the ISharedProperty interface for Velocity value type.