com.esri.core.symbol.advanced
Class SymbolProperties

java.lang.Object
  extended by com.esri.core.symbol.advanced.SymbolProperties

public class SymbolProperties
extends Object


Method Summary
 BufferedImage getImage(int width, int height)
           
 ArrayList<String> getKeywords()
           
 String getName()
           
 HashMap<String,String> getValues()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns:
the name

getKeywords

public ArrayList<String> getKeywords()
Returns:
the keywords

getValues

public HashMap<String,String> getValues()
Returns:
the _filters

getImage

public BufferedImage getImage(int width,
                              int height)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.