Package org.geotools.renderer.lite
Class GlyphPropertiesList
Object
GlyphPropertiesList
- Author:
- jfc173
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String name, Class<?> type, Object value) int
getPropertyIndex
(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) boolean
hasProperty
(String name) void
setPropertyValue
(String name, double value) void
setPropertyValue
(String name, int value) void
setPropertyValue
(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
-