Package net.sourceforge.plantuml
Class SpriteContainerEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.SpriteContainerEmpty
-
- All Implemented Interfaces:
ISkinSimple
,SpriteContainer
,SvgCharSizeHack
public class SpriteContainerEmpty extends java.lang.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 void
copyAllFrom(ISkinSimple other)
ColorMapper
getColorMapper()
int
getDpi()
HColorSet
getIHtmlColorSet()
java.lang.String
getMonospacedFamily()
double
getPadding()
Sprite
getSprite(java.lang.String name)
int
getTabSize()
java.lang.String
getValue(java.lang.String key)
Guillemet
guillemet()
double
minClassWidth()
java.lang.String
transformStringForSizeHack(java.lang.String s)
java.util.Map<java.lang.String,java.lang.String>
values()
LineBreakStrategy
wrapWidth()
-
-
-
Method Detail
-
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
-
guillemet
public Guillemet guillemet()
- Specified by:
guillemet
in interfaceSpriteContainer
-
getMonospacedFamily
public java.lang.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
-
wrapWidth
public LineBreakStrategy wrapWidth()
- Specified by:
wrapWidth
in interfaceISkinSimple
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceISkinSimple
-
copyAllFrom
public void copyAllFrom(ISkinSimple other)
- Specified by:
copyAllFrom
in interfaceISkinSimple
-
values
public java.util.Map<java.lang.String,java.lang.String> values()
- Specified by:
values
in interfaceISkinSimple
-
minClassWidth
public double minClassWidth()
- Specified by:
minClassWidth
in interfaceISkinSimple
-
transformStringForSizeHack
public java.lang.String transformStringForSizeHack(java.lang.String s)
- Specified by:
transformStringForSizeHack
in interfaceSvgCharSizeHack
-
-