Package org.geotools.renderer.lite
Class GlyphPropertiesList
Object
GlyphPropertiesList
- Author:
- jfc173
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String name, Class<?> type, Object value) intgetPropertyIndex(String name) getPropertyName(int i) the index i starts counting at 0, not 1.getPropertyType(int i) the index i starts counting at 0, not 1.getPropertyType(String name) getPropertyValue(int i) the index i starts counting at 0, not 1.getPropertyValue(String name) booleanhasProperty(String name) voidsetPropertyValue(String name, double value) voidsetPropertyValue(String name, int value) voidsetPropertyValue(String name, Object value)
-
Constructor Details
-
GlyphPropertiesList
public GlyphPropertiesList()Creates a new instance of GlyphPropertiesList
-
-
Method Details
-
addProperty
-
getPropertyName
the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1. -
getPropertyIndex
-
getPropertyType
the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1. -
getPropertyType
-
hasProperty
-
getPropertyValue
the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1. -
getPropertyValue
-
setPropertyValue
-
setPropertyValue
-
setPropertyValue
-