net.sourceforge.plantuml.salt
Class Dictionary

java.lang.Object
  extended by net.sourceforge.plantuml.salt.Dictionary
All Implemented Interfaces:
SpriteContainer

public class Dictionary
extends Object
implements SpriteContainer


Constructor Summary
Dictionary()
           
 
Method Summary
 Element get(String name)
           
 Sprite getSprite(String name)
           
 void put(String name, Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()
Method Detail

put

public void put(String name,
                Element element)

get

public Element get(String name)

getSprite

public Sprite getSprite(String name)
Specified by:
getSprite in interface SpriteContainer


Copyright © 2013. All Rights Reserved.