Package net.sourceforge.plantuml
Interface ISkinSimple
-
- All Superinterfaces:
SpriteContainer
,SvgCharSizeHack
- All Known Subinterfaces:
ISkinParam
- All Known Implementing Classes:
Dictionary
,SkinParam
,SkinParamBackcolored
,SkinParamBackcoloredReference
,SkinParamColors
,SkinParamDelegator
,SkinParamForceColor
,SkinParamForecolored
,SkinParamSameClassWidth
,SpriteContainerEmpty
public interface ISkinSimple extends SpriteContainer
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.SvgCharSizeHack
NO_HACK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyAllFrom(ISkinSimple other)
ColorMapper
getColorMapper()
int
getDpi()
HColorSet
getIHtmlColorSet()
java.lang.String
getMonospacedFamily()
double
getPadding()
int
getTabSize()
java.lang.String
getValue(java.lang.String key)
double
minClassWidth()
java.util.Map<java.lang.String,java.lang.String>
values()
LineBreakStrategy
wrapWidth()
-
Methods inherited from interface net.sourceforge.plantuml.SpriteContainer
getSprite, getThemeStyle, guillemet
-
Methods inherited from interface net.sourceforge.plantuml.SvgCharSizeHack
transformStringForSizeHack
-
-
-
-
Method Detail
-
getValue
java.lang.String getValue(java.lang.String key)
-
values
java.util.Map<java.lang.String,java.lang.String> values()
-
getPadding
double getPadding()
-
getMonospacedFamily
java.lang.String getMonospacedFamily()
-
getTabSize
int getTabSize()
-
getIHtmlColorSet
HColorSet getIHtmlColorSet()
-
getDpi
int getDpi()
-
wrapWidth
LineBreakStrategy wrapWidth()
-
getColorMapper
ColorMapper getColorMapper()
-
copyAllFrom
void copyAllFrom(ISkinSimple other)
-
minClassWidth
double minClassWidth()
-
-