Uses of Enum Class
net.sourceforge.plantuml.klimt.creole.CreoleMode
Packages that use CreoleMode
Package
Description
-
Uses of CreoleMode in net.sourceforge.plantuml.klimt.creole
Methods in net.sourceforge.plantuml.klimt.creole that return CreoleModeModifier and TypeMethodDescriptionstatic CreoleMode
Returns the enum constant of this class with the specified name.static CreoleMode[]
CreoleMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.klimt.creole with parameters of type CreoleModeModifier 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) Display.create7
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, CreoleMode creoleMode) Display.create8
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, CreoleMode modeSimpleLine, LineBreakStrategy maxMessageSize) Display.withCreoleMode
(CreoleMode mode) -
Uses of CreoleMode in net.sourceforge.plantuml.klimt.creole.legacy
Constructors in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type CreoleModeModifierConstructorDescriptionCreoleParser
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype) CreoleStripeSimpleParser
(String line, CreoleContext creoleContext, FontConfiguration fontConfiguration, ISkinSimple skinParam, CreoleMode mode) StripeSimple
(FontConfiguration fontConfiguration, StripeStyle style, CreoleContext context, ISkinSimple skinParam, CreoleMode modeSimpleLine) -
Uses of CreoleMode in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite with parameters of type CreoleModeModifier and TypeMethodDescriptionSpriteContainerEmpty.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) SpriteContainerEmpty.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) -
Uses of CreoleMode in net.sourceforge.plantuml.salt
Methods in net.sourceforge.plantuml.salt with parameters of type CreoleModeModifier and TypeMethodDescriptionSaltDictionary.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) SaltDictionary.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) -
Uses of CreoleMode in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin with parameters of type CreoleModeModifier and TypeMethodDescriptionSkinParam.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) SkinParam.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) SkinParamDelegator.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) SkinParamDelegator.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) -
Uses of CreoleMode in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style with parameters of type CreoleModeModifier and TypeMethodDescriptionISkinSimple.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) ISkinSimple.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo)