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 XDimension2DStringBounderCanvas.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 XDimension2DTextStringBounder.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 XDimension2DStringBounderDebug.calculateDimensionInternal(UFont font, String text) doubleStringBounderDebug.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 UFontstatic UFontUFont.byDefault(int size) static UFontUFont.courier(int size) FontConfiguration.getFont()UFont.goTikz(int delta) UFont.italic()static UFontUFont.monospaced(int size) FontStyle.mutateFont(UFont font) static UFontUFont.sansSerif(int size) static UFontUFont.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 FontConfigurationFontConfiguration.blackBlueTrue(UFont font) StringBounder.calculateDimension(UFont font, String text) final XDimension2DStringBounderRaw.calculateDimension(UFont font, String text) protected abstract XDimension2DStringBounderRaw.calculateDimensionInternal(UFont font, String text) static FontConfigurationFontConfiguration.create(UFont font, HColor color, HColor hyperlinkColor, UStroke hyperlinkUnderlineStroke) static FontConfigurationFontConfiguration.create(UFont font, HColor color, HColor hyperlinkColor, UStroke hyperlinkUnderlineStroke, int tabSize) UFontContext.createTextLayout(UFont font, String string) doubleStringBounder.getDescent(UFont font, String text) doubleStringBounderRaw.getDescent(UFont font, String text) static UnusedSpaceUnusedSpace.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.salt.element
Methods in net.sourceforge.plantuml.salt.element with parameters of type UFontModifier and TypeMethodDescriptionprotected final FontConfigurationAbstractElement.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 UFontAbstractTextualComponent.getFont()SkinParam.getFont(Stereotype stereotype, boolean inPackageTitle, FontParam... fontParam) SkinParamDelegator.getFont(Stereotype stereotype, boolean inPackageTitle, FontParam... fontParam) static UFontSkinParamUtils.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