Package net.sourceforge.plantuml.salt
Class Dictionary
- java.lang.Object
-
- net.sourceforge.plantuml.salt.Dictionary
-
- All Implemented Interfaces:
ISkinSimple,SpriteContainer
public class Dictionary extends java.lang.Object implements SpriteContainer, ISkinSimple
-
-
Constructor Summary
Constructors Constructor Description Dictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSprite(java.lang.String name, Sprite sprite)Elementget(java.lang.String name)ColorMappergetColorMapper()intgetDpi()IHtmlColorSetgetIHtmlColorSet()java.lang.StringgetMonospacedFamily()doublegetPadding()SpritegetSprite(java.lang.String name)intgetTabSize()java.lang.StringgetValue(java.lang.String key)voidput(java.lang.String name, Element element)booleanuseGuillemet()LineBreakStrategywrapWidth()
-
-
-
Method Detail
-
put
public void put(java.lang.String name, Element element)
-
get
public Element get(java.lang.String name)
-
getSprite
public Sprite getSprite(java.lang.String name)
- Specified by:
getSpritein interfaceSpriteContainer
-
getValue
public java.lang.String getValue(java.lang.String key)
- Specified by:
getValuein interfaceISkinSimple
-
getPadding
public double getPadding()
- Specified by:
getPaddingin interfaceISkinSimple
-
useGuillemet
public boolean useGuillemet()
- Specified by:
useGuillemetin interfaceSpriteContainer
-
getMonospacedFamily
public java.lang.String getMonospacedFamily()
- Specified by:
getMonospacedFamilyin interfaceISkinSimple
-
getTabSize
public int getTabSize()
- Specified by:
getTabSizein interfaceISkinSimple
-
getIHtmlColorSet
public IHtmlColorSet getIHtmlColorSet()
- Specified by:
getIHtmlColorSetin interfaceISkinSimple
-
getDpi
public int getDpi()
- Specified by:
getDpiin interfaceISkinSimple
-
addSprite
public void addSprite(java.lang.String name, Sprite sprite)
-
wrapWidth
public LineBreakStrategy wrapWidth()
- Specified by:
wrapWidthin interfaceISkinSimple
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapperin interfaceISkinSimple
-
-