Package net.sourceforge.plantuml.style
Interface ISkinSimple
- All Superinterfaces:
SpriteContainer,SvgCharSizeHack
- All Known Subinterfaces:
ISkinParam
- All Known Implementing Classes:
SaltDictionary,SkinParam,SkinParamBackcolored,SkinParamBackcoloredReference,SkinParamColors,SkinParamDelegator,SkinParamForceColor,SkinParamForecolored,SpriteContainerEmpty
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.text.SvgCharSizeHack
NO_HACK -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyAllFrom(Map<String, String> other) intgetDpi()doubleintsheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) values()Methods inherited from interface net.sourceforge.plantuml.klimt.sprite.SpriteContainer
getSprite, guillemetMethods inherited from interface net.sourceforge.plantuml.text.SvgCharSizeHack
transformStringForSizeHack
-
Method Details
-
getValue
-
values
-
getPadding
double getPadding() -
getMonospacedFamily
String getMonospacedFamily() -
getTabSize
int getTabSize() -
getIHtmlColorSet
HColorSet getIHtmlColorSet() -
getDpi
int getDpi() -
copyAllFrom
-
sheet
SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) -
sheet
SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)
-