Uses of Class
net.sourceforge.plantuml.klimt.font.UFont
Packages that use UFont
Package
Description
-
Uses of UFont in com.plantuml.api.cheerpj
Methods in com.plantuml.api.cheerpj with parameters of type UFontModifier and TypeMethodDescriptionprotected XDimension2D
StringBounderCanvas.calculateDimensionInternal
(UFont font, String text) -
Uses of UFont in net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Constructors in net.sourceforge.plantuml.activitydiagram3.ftile.vertical with parameters of type UFontModifierConstructorDescriptionFtileCircleSpot
(ISkinParam skinParam, Swimlane swimlane, String spot, UFont font, HColor backColor, Style style) -
Uses of UFont in net.sourceforge.plantuml.activitydiagram3.gtile
Constructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type UFontModifierConstructorDescriptionGtileCircleSpot
(StringBounder stringBounder, ISkinParam skinParam, HColor backColor, Swimlane swimlane, String spot, UFont font) -
Uses of UFont in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart with parameters of type UFontModifier and TypeMethodDescriptionprotected XDimension2D
TextStringBounder.calculateDimensionInternal
(UFont font, String text) -
Uses of UFont in net.sourceforge.plantuml.descdiagram
Constructors in net.sourceforge.plantuml.descdiagram with parameters of type UFontModifierConstructorDescriptionBoxedCharacter
(char c, double size, UFont font, HColor innerCircle, HColor circle, HColor fontColor) -
Uses of UFont in net.sourceforge.plantuml.klimt.creole
Methods in net.sourceforge.plantuml.klimt.creole with parameters of type UFontModifier and TypeMethodDescriptionDisplay.create0
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, CreoleMode creoleMode, UFont fontForStereotype, HColor htmlColorForStereotype) Display.create0
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, CreoleMode creoleMode, UFont fontForStereotype, HColor htmlColorForStereotype, double marginX1, double marginX2) -
Uses of UFont in net.sourceforge.plantuml.klimt.drawing.debug
Methods in net.sourceforge.plantuml.klimt.drawing.debug with parameters of type UFontModifier and TypeMethodDescriptionprotected XDimension2D
StringBounderDebug.calculateDimensionInternal
(UFont font, String text) double
StringBounderDebug.getDescent
(UFont font, String text) -
Uses of UFont in net.sourceforge.plantuml.klimt.font
Methods in net.sourceforge.plantuml.klimt.font that return UFontModifier and TypeMethodDescriptionUFont.bold()
static UFont
static UFont
UFont.byDefault
(int size) static UFont
UFont.courier
(int size) FontConfiguration.getFont()
UFont.goTikz
(int delta) UFont.italic()
static UFont
UFont.monospaced
(int size) FontStyle.mutateFont
(UFont font) static UFont
UFont.sansSerif
(int size) static UFont
UFont.serif
(int size) UFont.withSize
(float size) UFont.withStyle
(int style) Methods in net.sourceforge.plantuml.klimt.font with parameters of type UFontModifier and TypeMethodDescriptionstatic FontConfiguration
FontConfiguration.blackBlueTrue
(UFont font) StringBounder.calculateDimension
(UFont font, String text) final XDimension2D
StringBounderRaw.calculateDimension
(UFont font, String text) protected abstract XDimension2D
StringBounderRaw.calculateDimensionInternal
(UFont font, String text) static FontConfiguration
FontConfiguration.create
(UFont font, HColor color, HColor hyperlinkColor, UStroke hyperlinkUnderlineStroke) static FontConfiguration
FontConfiguration.create
(UFont font, HColor color, HColor hyperlinkColor, UStroke hyperlinkUnderlineStroke, int tabSize) UFontContext.createTextLayout
(UFont font, String string) double
StringBounder.getDescent
(UFont font, String text) double
StringBounderRaw.getDescent
(UFont font, String text) static UnusedSpace
UnusedSpace.getUnusedSpace
(UFont font, char c) FontStyle.mutateFont
(UFont font) -
Uses of UFont in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return UFontConstructors in net.sourceforge.plantuml.klimt.shape with parameters of type UFontModifierConstructorDescriptionCircledCharacter
(char c, double radius, UFont font, HColor spotBackColor, HColor spotBorder, HColor fontColor) UCenteredCharacter
(char c, UFont font) -
Uses of UFont in net.sourceforge.plantuml.project.draw
Methods in net.sourceforge.plantuml.project.draw with parameters of type UFontModifier and TypeMethodDescriptionprotected final FontConfiguration
TimeHeader.getFontConfiguration
(UFont font, boolean bold, HColor color) -
Uses of UFont in net.sourceforge.plantuml.salt.element
Methods in net.sourceforge.plantuml.salt.element with parameters of type UFontModifier and TypeMethodDescriptionprotected final FontConfiguration
AbstractElement.blackBlueTrue
(UFont font) Constructors in net.sourceforge.plantuml.salt.element with parameters of type UFontModifierConstructorDescriptionElementButton
(String text, UFont font, ISkinSimple spriteContainer) ElementDroplist
(String text, UFont font, ISkinSimple spriteContainer) ElementMenuBar
(UFont font, ISkinSimple spriteContainer) ElementMenuEntry
(String text, UFont font, ISkinSimple spriteContainer) ElementMenuPopup
(UFont font, ISkinSimple spriteContainer) ElementRadioCheckbox
(List<String> text, UFont font, boolean radio, boolean checked, ISkinSimple spriteContainer) ElementTabBar
(UFont font, ISkinSimple spriteContainer) ElementText
(List<String> text, UFont font, ISkinSimple spriteContainer) ElementTextField
(String text, UFont font, ISkinSimple spriteContainer) ElementTree
(UFont font, ISkinSimple spriteContainer, TableStrategy strategy) -
Uses of UFont in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return UFontModifier and TypeMethodDescriptionprotected final UFont
AbstractTextualComponent.getFont()
SkinParam.getFont
(Stereotype stereotype, boolean inPackageTitle, FontParam... fontParam) SkinParamDelegator.getFont
(Stereotype stereotype, boolean inPackageTitle, FontParam... fontParam) static UFont
SkinParamUtils.getFont
(ISkinParam skinParam, FontParam fontParam, Stereotype stereo) -
Uses of UFont in net.sourceforge.plantuml.stereo
Methods in net.sourceforge.plantuml.stereo that return UFontMethods in net.sourceforge.plantuml.stereo with parameters of type UFont -
Uses of UFont in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return UFont -
Uses of UFont in net.sourceforge.plantuml.swing
Constructors in net.sourceforge.plantuml.swing with parameters of type UFont