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
public interface ISkinSimple extends SpriteContainer
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.text.SvgCharSizeHack
NO_HACK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyAllFrom(java.util.Map<java.lang.String,java.lang.String> other)
int
getDpi()
HColorSet
getIHtmlColorSet()
java.lang.String
getMonospacedFamily()
double
getPadding()
Pragma
getPragma()
int
getTabSize()
java.lang.String
getValue(java.lang.String key)
ConfigurationStore<OptionKey>
option()
SheetBuilder
sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode)
SheetBuilder
sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)
java.util.Map<java.lang.String,java.lang.String>
values()
-
Methods inherited from interface net.sourceforge.plantuml.klimt.sprite.SpriteContainer
getSprite, guillemet
-
Methods inherited from interface net.sourceforge.plantuml.text.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()
-
copyAllFrom
void copyAllFrom(java.util.Map<java.lang.String,java.lang.String> other)
-
sheet
SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode)
-
sheet
SheetBuilder sheet(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)
-
getPragma
Pragma getPragma()
-
option
ConfigurationStore<OptionKey> option()
-
-