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 void
copyAllFrom(Map<String,String> other)
int
getDpi()
HColorSet
getIHtmlColorSet()
String
getMonospacedFamily()
double
getPadding()
Sprite
getSprite(String name)
int
getTabSize()
String
getValue(String key)
Guillemet
guillemet()
double
minClassWidthTOBEREMOVED(Style style)
SheetBuilder
sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode)
SheetBuilder
sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)
String
transformStringForSizeHack(String s)
Map<String,String>
values()
-
-
-
Method Detail
-
getSprite
public Sprite getSprite(String name)
- Specified by:
getSprite
in interfaceSpriteContainer
-
getValue
public String getValue(String key)
- Specified by:
getValue
in interfaceISkinSimple
-
getPadding
public double getPadding()
- Specified by:
getPadding
in interfaceISkinSimple
-
guillemet
public Guillemet guillemet()
- Specified by:
guillemet
in interfaceSpriteContainer
-
getMonospacedFamily
public String getMonospacedFamily()
- Specified by:
getMonospacedFamily
in interfaceISkinSimple
-
getTabSize
public int getTabSize()
- Specified by:
getTabSize
in interfaceISkinSimple
-
getIHtmlColorSet
public HColorSet getIHtmlColorSet()
- Specified by:
getIHtmlColorSet
in interfaceISkinSimple
-
getDpi
public int getDpi()
- Specified by:
getDpi
in interfaceISkinSimple
-
copyAllFrom
public void copyAllFrom(Map<String,String> other)
- Specified by:
copyAllFrom
in interfaceISkinSimple
-
values
public Map<String,String> values()
- Specified by:
values
in interfaceISkinSimple
-
minClassWidthTOBEREMOVED
public double minClassWidthTOBEREMOVED(Style style)
-
transformStringForSizeHack
public String transformStringForSizeHack(String s)
- Specified by:
transformStringForSizeHack
in interfaceSvgCharSizeHack
-
sheet
public SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode)
- Specified by:
sheet
in interfaceISkinSimple
-
sheet
public SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)
- Specified by:
sheet
in interfaceISkinSimple
-
-