Package net.sourceforge.plantuml
Class SpriteContainerEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.SpriteContainerEmpty
-
- All Implemented Interfaces:
ISkinSimple,SpriteContainer,SvgCharSizeHack
public class SpriteContainerEmpty extends Object implements SpriteContainer, ISkinSimple
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.SvgCharSizeHack
NO_HACK
-
-
Constructor Summary
Constructors Constructor Description SpriteContainerEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyAllFrom(ISkinSimple other)ColorMappergetColorMapper()intgetDpi()HColorSetgetIHtmlColorSet()StringgetMonospacedFamily()doublegetPadding()SpritegetSprite(String name)intgetTabSize()ThemeStylegetThemeStyle()StringgetValue(String key)Guillemetguillemet()doubleminClassWidth()StringtransformStringForSizeHack(String s)Map<String,String>values()LineBreakStrategywrapWidth()
-
-
-
Method Detail
-
getSprite
public Sprite getSprite(String name)
- Specified by:
getSpritein interfaceSpriteContainer
-
getValue
public String getValue(String key)
- Specified by:
getValuein interfaceISkinSimple
-
getPadding
public double getPadding()
- Specified by:
getPaddingin interfaceISkinSimple
-
guillemet
public Guillemet guillemet()
- Specified by:
guillemetin interfaceSpriteContainer
-
getMonospacedFamily
public String getMonospacedFamily()
- Specified by:
getMonospacedFamilyin interfaceISkinSimple
-
getTabSize
public int getTabSize()
- Specified by:
getTabSizein interfaceISkinSimple
-
getIHtmlColorSet
public HColorSet getIHtmlColorSet()
- Specified by:
getIHtmlColorSetin interfaceISkinSimple
-
getDpi
public int getDpi()
- Specified by:
getDpiin interfaceISkinSimple
-
wrapWidth
public LineBreakStrategy wrapWidth()
- Specified by:
wrapWidthin interfaceISkinSimple
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapperin interfaceSpriteContainer
-
copyAllFrom
public void copyAllFrom(ISkinSimple other)
- Specified by:
copyAllFromin interfaceISkinSimple
-
values
public Map<String,String> values()
- Specified by:
valuesin interfaceISkinSimple
-
minClassWidth
public double minClassWidth()
- Specified by:
minClassWidthin interfaceISkinSimple
-
transformStringForSizeHack
public String transformStringForSizeHack(String s)
- Specified by:
transformStringForSizeHackin interfaceSvgCharSizeHack
-
getThemeStyle
public ThemeStyle getThemeStyle()
- Specified by:
getThemeStylein interfaceISkinSimple- Specified by:
getThemeStylein interfaceSpriteContainer
-
-