public class SpriteProviderPropertySetter extends PropertySetter<SpriteProvider[]>
Setter for the ApplicationConfig.SPRITE_PROVIDER_CLASS_NAME property.
Uris array is specified as a String containing each value separated by a '|' character.
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString| Constructor and Description |
|---|
SpriteProviderPropertySetter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyKey()
Gets the property key supported by this setter.
|
protected void |
set(Object value)
Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type.
|
get, init, put, setPropertypublic String getPropertyKey()
Gets the property key supported by this setter.
getPropertyKey in class PropertySetter<SpriteProvider[]>protected void set(Object value)
Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type.
set in class PropertySetter<SpriteProvider[]>value - the valueCopyright © 2012-2015. All Rights Reserved.