Package org.geotools.renderer.lite
Class GlyphProperty
- Object
-
- GlyphProperty
-
public class GlyphProperty extends Object
- Author:
- jfc173
-
-
Constructor Summary
Constructors Constructor Description GlyphProperty(String s, Class<?> c, Object o)
Creates a new instance of GlyphProperty
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Class<?>
getType()
Object
getValue()
void
setValue(Object v)
-