public class GlyphPropertiesList extends Object
Constructor and Description |
---|
GlyphPropertiesList()
Creates a new instance of GlyphPropertiesList
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name,
Class type,
Object value) |
int |
getPropertyIndex(String name) |
String |
getPropertyName(int i)
the index i starts counting at 0, not 1.
|
Class |
getPropertyType(int i)
the index i starts counting at 0, not 1.
|
Class |
getPropertyType(String name) |
Object |
getPropertyValue(int i)
the index i starts counting at 0, not 1.
|
Object |
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) |
public GlyphPropertiesList()
public String getPropertyName(int i)
public int getPropertyIndex(String name)
public Class getPropertyType(int i)
public boolean hasProperty(String name)
public Object getPropertyValue(int i)
public void setPropertyValue(String name, int value)
public void setPropertyValue(String name, double value)
Copyright © 1996–2019 Geotools. All rights reserved.