| java.lang.Object org.geotools.renderer.lite.GlyphPropertiesList
GlyphPropertiesList | public class GlyphPropertiesList (Code) | | author: jfc173 |
GlyphPropertiesList | public GlyphPropertiesList()(Code) | | Creates a new instance of GlyphPropertiesList
|
getPropertyIndex | public int getPropertyIndex(String name)(Code) | | |
getPropertyName | public String getPropertyName(int i)(Code) | | the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.
|
getPropertyType | public Class getPropertyType(int i)(Code) | | the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.
|
getPropertyValue | public Object getPropertyValue(int i)(Code) | | the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.
|
setPropertyValue | public void setPropertyValue(String name, int value)(Code) | | |
setPropertyValue | public void setPropertyValue(String name, double value)(Code) | | |
|
|