org.geotools.renderer.lite
Class GlyphProperty

Object
  extended by GlyphProperty

public class GlyphProperty
extends Object

Author:
jfc173
Module:
modules/library/render (gt-render.jar)

Constructor Summary
GlyphProperty(String s, Class<?> c, Object o)
          Creates a new instance of GlyphProperty
 
Method Summary
 String getName()
           
 Class<?> getType()
           
 Object getValue()
           
 void setValue(Object v)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphProperty

public GlyphProperty(String s,
                     Class<?> c,
                     Object o)
Creates a new instance of GlyphProperty

Method Detail

getName

public String getName()

getType

public Class<?> getType()

getValue

public Object getValue()

setValue

public void setValue(Object v)


Copyright © 1996-2010 Geotools. All Rights Reserved.