org.geotools.renderer.lite
Class GlyphPropertiesList

Object
  extended by GlyphPropertiesList

public class GlyphPropertiesList
extends Object

Author:
jfc173
Module:

Constructor Summary
GlyphPropertiesList()
          Creates a new instance of GlyphPropertiesList
 
Method Summary
 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)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphPropertiesList

public GlyphPropertiesList()
Creates a new instance of GlyphPropertiesList

Method Detail

addProperty

public void addProperty(String name,
                        Class type,
                        Object value)

getPropertyName

public String getPropertyName(int i)
the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.


getPropertyIndex

public int getPropertyIndex(String name)

getPropertyType

public Class getPropertyType(int i)
the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.


getPropertyType

public Class getPropertyType(String name)

hasProperty

public boolean hasProperty(String name)

getPropertyValue

public Object getPropertyValue(int i)
the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.


getPropertyValue

public Object getPropertyValue(String name)

setPropertyValue

public void setPropertyValue(String name,
                             int value)

setPropertyValue

public void setPropertyValue(String name,
                             double value)

setPropertyValue

public void setPropertyValue(String name,
                             Object value)


Copyright © 1996-2009 Geotools. All Rights Reserved.