Uses of Enum Class
net.sourceforge.plantuml.klimt.geom.HorizontalAlignment
Packages that use HorizontalAlignment
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of HorizontalAlignment in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return HorizontalAlignment -
Uses of HorizontalAlignment in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return HorizontalAlignmentModifier and TypeMethodDescriptionfinal HorizontalAlignment
DisplayPositioned.getHorizontalAlignment()
Methods in net.sourceforge.plantuml.abel with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic DisplayPositioned
DisplayPositioned.none
(HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) static DisplayPositioned
DisplayPositioned.single
(Display display, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return HorizontalAlignmentModifier and TypeMethodDescriptionfinal HorizontalAlignment
AbstractConnection.arrowHorizontalAlignment()
AbstractFtile.arrowHorizontalAlignment()
Ftile.arrowHorizontalAlignment()
FtileAssemblySimple.arrowHorizontalAlignment()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionSnake.withLabel
(TextBlock textBlock, HorizontalAlignment horizontalAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical that return HorizontalAlignment -
Uses of HorizontalAlignment in net.sourceforge.plantuml.cucadiagram
Fields in net.sourceforge.plantuml.cucadiagram declared as HorizontalAlignmentMethods in net.sourceforge.plantuml.cucadiagram that return HorizontalAlignmentModifier and TypeMethodDescriptionfinal HorizontalAlignment
DisplaySection.getHorizontalAlignment()
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic TextBlock
BodyFactory.create1
(HorizontalAlignment align, List<CharSequence> rawBody, ISkinParam skinParam, Stereotype stereotype, Entity entity, Style style) static TextBlock
BodyFactory.create2
(HorizontalAlignment align, Display display, ISkinParam skinParam, Stereotype stereotype, Entity entity, Style style) static TextBlock
BodyFactory.create3
(Display rawBody, ISkinSimple skinParam, HorizontalAlignment align, FontConfiguration fc, LineBreakStrategy lineBreakStrategy, Style style) void
DisplaySection.putDisplay
(Display display, HorizontalAlignment horizontalAlignment) Constructors in net.sourceforge.plantuml.cucadiagram with parameters of type HorizontalAlignmentModifierConstructorDescriptionMethodsOrFieldsArea
(Display members, ISkinParam skinParam, HorizontalAlignment align, Entity leaf, Style style) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.decoration.symbol
Methods in net.sourceforge.plantuml.decoration.symbol with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionabstract TextBlock
USymbol.asBig
(TextBlock label, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, Fashion symbolContext, HorizontalAlignment stereoAlignment) USymbolFolder.asBig
(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, Fashion symbolContext, HorizontalAlignment stereoAlignment) USymbolHexagon.asBig
(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, Fashion symbolContext, HorizontalAlignment stereoAlignment) abstract TextBlock
USymbol.asSmall
(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment) USymbolFolder.asSmall
(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment) USymbolHexagon.asSmall
(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic TextBlock
StringWithArrow.addSeveralMagicArrows
(Display label, GuideLine guide, FontConfiguration font, HorizontalAlignment alignment, ISkinParam skinParam) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.klimt.creole
Methods in net.sourceforge.plantuml.klimt.creole that return HorizontalAlignmentModifier and TypeMethodDescriptionSheetBlock1.getCellAlignment()
final HorizontalAlignment
Sheet.getHorizontalAlignment()
SheetBlock1.getHorizontalAlignment()
Display.getNaturalHorizontalAlignment()
Methods in net.sourceforge.plantuml.klimt.creole with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionDisplay.create
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer) Display.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.create9
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize) Constructors in net.sourceforge.plantuml.klimt.creole with parameters of type HorizontalAlignment -
Uses of HorizontalAlignment in net.sourceforge.plantuml.klimt.creole.legacy
Methods in net.sourceforge.plantuml.klimt.creole.legacy that return HorizontalAlignmentMethods in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type HorizontalAlignmentConstructors in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type HorizontalAlignmentModifierConstructorDescriptionCreoleParser
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.klimt.geom
Methods in net.sourceforge.plantuml.klimt.geom that return HorizontalAlignmentModifier and TypeMethodDescriptionstatic HorizontalAlignment
HorizontalAlignment.fromString
(String s) static HorizontalAlignment
HorizontalAlignment.fromString
(String s, HorizontalAlignment defaultValue) static HorizontalAlignment
Returns the enum constant of this class with the specified name.static HorizontalAlignment[]
HorizontalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.klimt.geom with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic HorizontalAlignment
HorizontalAlignment.fromString
(String s, HorizontalAlignment defaultValue) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return HorizontalAlignmentModifier and TypeMethodDescriptionLine.getHorizontalAlignment()
SingleLine.getHorizontalAlignment()
Methods in net.sourceforge.plantuml.klimt.shape with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic TextBlock
TextBlockUtils.mergeTB
(TextBlock b1, TextBlock b2, HorizontalAlignment horizontalAlignment) static TextBlock
TextBlockUtils.mergeTB
(TextBlock b1, UImage image, HorizontalAlignment horizontalAlignment) static TextBlock
TextBlockUtils.withMinWidth
(TextBlock textBlock, double minWidth, HorizontalAlignment horizontalAlignment) static SingleLine
SingleLine.withSomeHtmlTag
(String text, FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, SpriteContainer spriteContainer) Constructors in net.sourceforge.plantuml.klimt.shape with parameters of type HorizontalAlignmentModifierConstructorDescriptionTextBlockSimple
(Display texts, FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, SpriteContainer spriteContainer, double maxMessageSize) TextBlockVertical2
(List<TextBlock> all, HorizontalAlignment horizontalAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionSpriteContainerEmpty.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) SpriteContainerEmpty.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.project
Constructors in net.sourceforge.plantuml.project with parameters of type HorizontalAlignmentModifierConstructorDescriptionLabelStrategy
(LabelPosition position, HorizontalAlignment alignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.salt
Methods in net.sourceforge.plantuml.salt with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionSaltDictionary.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) SaltDictionary.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptiondouble
SequenceDiagramArea.getFooterX
(HorizontalAlignment align) double
SequenceDiagramArea.getHeaderX
(HorizontalAlignment align) void
SequenceDiagramArea.setLegend
(XDimension2D dimLegend, boolean isLegendTop, HorizontalAlignment horizontalAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionvoid
LivingSpace.drawHead
(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment, HorizontalAlignment horizontalAlignment) void
SequenceDiagramFileMakerTeoz.printAligned
(UGraphic ug, HorizontalAlignment align, TextBlock layer) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return HorizontalAlignmentModifier and TypeMethodDescriptionSkinParam.getDefaultTextAlignment
(HorizontalAlignment defaultValue) SkinParamDelegator.getDefaultTextAlignment
(HorizontalAlignment defaultValue) final HorizontalAlignment
AlignmentParam.getDefaultValue()
final HorizontalAlignment
AbstractTextualComponent.getHorizontalAlignment()
SkinParam.getHorizontalAlignment
(AlignmentParam param, ArrowDirection arrowDirection, boolean isReverseDefine, HorizontalAlignment overrideDefault) SkinParamDelegator.getHorizontalAlignment
(AlignmentParam param, ArrowDirection arrowDirection, boolean isReverseDefine, HorizontalAlignment overrideDefault) SkinParam.getStereotypeAlignment()
SkinParamDelegator.getStereotypeAlignment()
Methods in net.sourceforge.plantuml.skin with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionSkinParam.getDefaultTextAlignment
(HorizontalAlignment defaultValue) SkinParamDelegator.getDefaultTextAlignment
(HorizontalAlignment defaultValue) SkinParam.getHorizontalAlignment
(AlignmentParam param, ArrowDirection arrowDirection, boolean isReverseDefine, HorizontalAlignment overrideDefault) SkinParamDelegator.getHorizontalAlignment
(AlignmentParam param, ArrowDirection arrowDirection, boolean isReverseDefine, HorizontalAlignment overrideDefault) SkinParam.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 HorizontalAlignment in net.sourceforge.plantuml.skin.rose
Constructors in net.sourceforge.plantuml.skin.rose with parameters of type HorizontalAlignmentModifierConstructorDescriptionComponentRoseArrow
(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, HorizontalAlignment messagePosition, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, boolean niceArrow, boolean belowForResponse) ComponentRoseNote
(Style style, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, HorizontalAlignment textAlignment, HorizontalAlignment position, Colors colors) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return HorizontalAlignmentModifier and TypeMethodDescriptionValue.asHorizontalAlignment()
ValueAbstract.asHorizontalAlignment()
ValueImpl.asHorizontalAlignment()
ValueNull.asHorizontalAlignment()
ISkinParam.getDefaultTextAlignment
(HorizontalAlignment defaultValue) ISkinParam.getHorizontalAlignment
(AlignmentParam param, ArrowDirection arrowDirection, boolean isReverseDefine, HorizontalAlignment overrideDefault) Style.getHorizontalAlignment()
ISkinParam.getStereotypeAlignment()
Methods in net.sourceforge.plantuml.style with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionISkinParam.getDefaultTextAlignment
(HorizontalAlignment defaultValue) ISkinParam.getHorizontalAlignment
(AlignmentParam param, ArrowDirection arrowDirection, boolean isReverseDefine, HorizontalAlignment overrideDefault) ISkinSimple.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode) ISkinSimple.sheet
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, CreoleMode creoleMode, FontConfiguration stereo) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic TextBlock
DecorateEntityImage.add
(TextBlock original, TextBlock text, HorizontalAlignment horizontal, VerticalAlignment verticalAlignment) static TextBlock
DecorateEntityImage.addBottom
(TextBlock original, TextBlock text, HorizontalAlignment horizontal) static TextBlock
DecorateEntityImage.addTop
(TextBlock original, TextBlock text, HorizontalAlignment horizontal) static TextBlock
DecorateEntityImage.addTopAndBottom
(TextBlock original, TextBlock text1, HorizontalAlignment horizontal1, TextBlock text2, HorizontalAlignment horizontal2) void
ClusterDecoration.drawU
(UGraphic ug, HColor backColor, HColor borderColor, double shadowing, double roundCorner, HorizontalAlignment titleAlignment, HorizontalAlignment stereoAlignment, double diagonalCorner)