Package net.sourceforge.plantuml.graphic
Class FontConfiguration
java.lang.Object
net.sourceforge.plantuml.graphic.FontConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbigger(double delta) static FontConfigurationblackBlueTrue(UFont font) bold()changeAttributes(SvgAttributes toBeAdded) changeColor(HColor newHtmlColor) changeFamily(String family) changeFontPosition(FontPosition fontPosition) changeSize(float size) booleancontainsStyle(FontStyle style) static FontConfigurationcreate(ISkinParam skinParam, FontParam fontParam, Stereotype stereo) static FontConfigurationcreate(ISkinParam skinParam, Style style) static FontConfigurationstatic FontConfigurationcreate(UFont font, HColor color, HColor hyperlinkColor, boolean useUnderlineForHyperlink, int tabSize) getColor()getFont()doubleintgetSpace()intitalic()toString()unbold()unitalic()final boolean
-
Method Details
-
toStringDebug
-
create
public static FontConfiguration create(UFont font, HColor color, HColor hyperlinkColor, boolean useUnderlineForHyperlink) -
create
public static FontConfiguration create(UFont font, HColor color, HColor hyperlinkColor, boolean useUnderlineForHyperlink, int tabSize) -
blackBlueTrue
-
create
public static FontConfiguration create(ISkinParam skinParam, FontParam fontParam, Stereotype stereo) -
create
-
useUnderlineForHyperlink
public final boolean useUnderlineForHyperlink() -
toString
-
forceFont
-
changeAttributes
-
changeColor
-
mute
-
changeSize
-
bigger
-
changeFontPosition
-
changeFamily
-
resetFont
-
add
-
italic
-
bold
-
unbold
-
unitalic
-
underline
-
wave
-
hyperlink
-
remove
-
getFont
-
getColor
-
getExtendedColor
-
containsStyle
-
getSpace
public int getSpace() -
getAttributes
-
getSize2D
public double getSize2D() -
getTabSize
public int getTabSize()
-