Uses of Enum Class
net.sourceforge.plantuml.klimt.font.FontParam
Packages that use FontParam
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of FontParam in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml with parameters of type FontParamModifier and TypeMethodDescriptionfinal DisplaySection
UmlDiagram.getFooterOrHeaderTeoz
(FontParam param) -
Uses of FontParam in net.sourceforge.plantuml.klimt.font
Methods in net.sourceforge.plantuml.klimt.font that return FontParamModifier and TypeMethodDescriptionstatic FontParam
Returns the enum constant of this class with the specified name.static FontParam[]
FontParam.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.klimt.font with parameters of type FontParamModifier and TypeMethodDescriptionstatic FontConfiguration
FontConfiguration.create
(ISkinParam skinParam, FontParam fontParam, Stereotype stereo) -
Uses of FontParam in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return FontParamMethods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type FontParamModifier and TypeMethodDescriptionSequenceDiagramFileMakerTeoz.getFooterOrHeader
(FontParam param) Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type FontParamModifierConstructorDescriptionTeozLayer
(PngTitler titler, StringBounder stringBounder, FontParam param) -
Uses of FontParam in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin with parameters of type FontParamModifier and TypeMethodDescriptionSkinParam.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) static HColor
SkinParamUtils.getFontColor
(ISkinParam skinParam, FontParam fontParam, Stereotype stereo) SkinParam.getFontHtmlColor
(Stereotype stereotype, FontParam... param) SkinParamColors.getFontHtmlColor
(Stereotype stereotype, FontParam... param) SkinParamDelegator.getFontHtmlColor
(Stereotype stereotype, FontParam... param) -
Uses of FontParam in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style with parameters of type FontParamModifier and TypeMethodDescriptionISkinParam.getFont
(Stereotype stereotype, boolean inPackageTitle, FontParam... fontParam) ISkinParam.getFontHtmlColor
(Stereotype stereotype, FontParam... param)