| Package | Description |
|---|---|
| com.lhkbob.entreri | |
| com.lhkbob.entreri.property |
| Class and Description |
|---|
| Property
Property represents a generic field or property of a Component definition.
|
| PropertyFactory
A PropertyFactory is a simple factory that can be used to create Property instances.
|
| Class and Description |
|---|
| Attribute
Attribute is used to declare that other annotation types are 'attributes' of a Property
declaration in a ComponentData type definition.
|
| Attributes
Attributes represents the collection of attributes that have been provided on a
property declaration within a ComponentData definition.
|
| BooleanProperty
BooleanProperty is an implementation of Property that stores a single boolean
property.
|
| ByteProperty
ByteProperty is an implementation of Property that stores a single byte value.
|
| CharProperty
CharProperty is an implementation of Property that stores a single char value.
|
| Clone.Policy
Policy is an enum describing a number of different behaviors performed by a
PropertyFactory when its PropertyFactory.clone(Property, int, Property,
int) method is invoked in response to Entity.add(com.lhkbob.entreri.Component)
or EntitySystem.addEntity(Entity). |
| DoubleProperty
DoubleProperty is an implementation of Property that stores a single double value.
|
| Factory
The Factory annotation can be placed on a Property implementation or the getter method
in a Component definition to specify the type of PropertyFactory to use when creating
instances of the Property for the component.
|
| FloatProperty
FloatProperty is an implementation of Property that stores a single float value.
|
| IntProperty
IntProperty is an implementation of Property that stores a single int value.
|
| LongProperty
LongProperty is an implementation of Property that stores a single long value.
|
| ObjectProperty
ObjectProperty is an implementation of Property that stores the property data as a
number of packed Object references for each property.
|
| Property
Property represents a generic field or property of a Component definition.
|
| PropertyFactory
A PropertyFactory is a simple factory that can be used to create Property instances.
|
| ShortProperty
ShortProperty is an implementation of Property that stores a single short value.
|
Copyright © 2013. All Rights Reserved.