Class SpriteContainerEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.sprite.SpriteContainerEmpty
-
- All Implemented Interfaces:
SpriteContainer,ISkinSimple,SvgCharSizeHack
public class SpriteContainerEmpty extends Object implements SpriteContainer, ISkinSimple
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.text.SvgCharSizeHack
NO_HACK
-
-
Constructor Summary
Constructors Constructor Description SpriteContainerEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyAllFrom(Map<String,String> other)intgetDpi()HColorSetgetIHtmlColorSet()StringgetMonospacedFamily()doublegetPadding()SpritegetSprite(String name)intgetTabSize()StringgetValue(String key)Guillemetguillemet()doubleminClassWidthTOBEREMOVED(Style style)SheetBuildersheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode)SheetBuildersheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)StringtransformStringForSizeHack(String s)Map<String,String>values()
-
-
-
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
-
copyAllFrom
public void copyAllFrom(Map<String,String> other)
- Specified by:
copyAllFromin interfaceISkinSimple
-
values
public Map<String,String> values()
- Specified by:
valuesin interfaceISkinSimple
-
minClassWidthTOBEREMOVED
public double minClassWidthTOBEREMOVED(Style style)
-
transformStringForSizeHack
public String transformStringForSizeHack(String s)
- Specified by:
transformStringForSizeHackin interfaceSvgCharSizeHack
-
sheet
public SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode)
- Specified by:
sheetin interfaceISkinSimple
-
sheet
public SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)
- Specified by:
sheetin interfaceISkinSimple
-
-