Package net.sourceforge.plantuml.graphic
Class FontConfiguration
java.lang.Object
net.sourceforge.plantuml.graphic.FontConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionFontConfiguration(ISkinParam skinParam, FontParam fontParam, Stereotype stereo) FontConfiguration(ISkinParam skinParam, Style style) FontConfiguration(UFont font, HColor color, HColor hyperlinkColor, boolean useUnderlineForHyperlink) FontConfiguration(UFont font, HColor color, HColor hyperlinkColor, boolean useUnderlineForHyperlink, int tabSize) -
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) getColor()getFont()doubleintgetSpace()intitalic()toString()unbold()unitalic()final boolean
-
Constructor Details
-
FontConfiguration
-
FontConfiguration
-
FontConfiguration
-
FontConfiguration
-
-
Method Details
-
toStringDebug
-
blackBlueTrue
-
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()
-