Package net.sourceforge.plantuml
Class SpriteContainerEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.SpriteContainerEmpty
-
- All Implemented Interfaces:
ISkinSimple
,SpriteContainer
public class SpriteContainerEmpty extends java.lang.Object implements SpriteContainer, ISkinSimple
-
-
Constructor Summary
Constructors Constructor Description SpriteContainerEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
boolean
useGuillemet()
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
-
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
-
wrapWidth
public LineBreakStrategy wrapWidth()
- Specified by:
wrapWidth
in interfaceISkinSimple
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceISkinSimple
-
-