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 void
addSprite(java.lang.String name, Sprite sprite)
Element
get(java.lang.String name)
ColorMapper
getColorMapper()
int
getDpi()
IHtmlColorSet
getIHtmlColorSet()
java.lang.String
getMonospacedFamily()
double
getPadding()
Sprite
getSprite(java.lang.String name)
int
getTabSize()
java.lang.String
getValue(java.lang.String key)
void
put(java.lang.String name, Element element)
boolean
useGuillemet()
LineBreakStrategy
wrapWidth()
-
-
-
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:
getSprite
in interfaceSpriteContainer
-
getValue
public java.lang.String getValue(java.lang.String key)
- Specified by:
getValue
in interfaceISkinSimple
-
getPadding
public double getPadding()
- Specified by:
getPadding
in interfaceISkinSimple
-
useGuillemet
public boolean useGuillemet()
- Specified by:
useGuillemet
in interfaceSpriteContainer
-
getMonospacedFamily
public java.lang.String getMonospacedFamily()
- Specified by:
getMonospacedFamily
in interfaceISkinSimple
-
getTabSize
public int getTabSize()
- Specified by:
getTabSize
in interfaceISkinSimple
-
getIHtmlColorSet
public IHtmlColorSet getIHtmlColorSet()
- Specified by:
getIHtmlColorSet
in interfaceISkinSimple
-
getDpi
public int getDpi()
- Specified by:
getDpi
in interfaceISkinSimple
-
addSprite
public void addSprite(java.lang.String name, Sprite sprite)
-
wrapWidth
public LineBreakStrategy wrapWidth()
- Specified by:
wrapWidth
in interfaceISkinSimple
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceISkinSimple
-
-