Package net.sourceforge.plantuml
Interface ISkinSimple
-
- All Superinterfaces:
SpriteContainer
- All Known Subinterfaces:
ISkinParam
- All Known Implementing Classes:
Dictionary,SkinParam,SkinParamBackcolored,SkinParamBackcoloredReference,SkinParamColors,SkinParamDelegator,SkinParamForceColor,SkinParamForecolored,SkinParamSameClassWidth,SpriteContainerEmpty
public interface ISkinSimple extends SpriteContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorMappergetColorMapper()intgetDpi()IHtmlColorSetgetIHtmlColorSet()java.lang.StringgetMonospacedFamily()doublegetPadding()intgetTabSize()java.lang.StringgetValue(java.lang.String key)LineBreakStrategywrapWidth()-
Methods inherited from interface net.sourceforge.plantuml.SpriteContainer
getSprite, useGuillemet
-
-
-
-
Method Detail
-
getValue
java.lang.String getValue(java.lang.String key)
-
getPadding
double getPadding()
-
getMonospacedFamily
java.lang.String getMonospacedFamily()
-
getTabSize
int getTabSize()
-
getIHtmlColorSet
IHtmlColorSet getIHtmlColorSet()
-
getDpi
int getDpi()
-
wrapWidth
LineBreakStrategy wrapWidth()
-
getColorMapper
ColorMapper getColorMapper()
-
-