org.geotools.renderer.lite
Class GlyphProperty

java.lang.Object
  extended by org.geotools.renderer.lite.GlyphProperty

public class GlyphProperty
extends java.lang.Object

Author:
jfc173

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

Constructor Detail

GlyphProperty

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

Method Detail

getName

public java.lang.String getName()

getType

public java.lang.Class<?> getType()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object v)


Copyright © 1996-2010 Geotools. All Rights Reserved.