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 HorizontalAlignmentMethods in net.sourceforge.plantuml with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionvoidTitledDiagram.updateFooter(LineLocation location, Display display, HorizontalAlignment horizontalAlignment) voidTitledDiagram.updateHeader(LineLocation location, Display display, HorizontalAlignment horizontalAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return HorizontalAlignmentModifier and TypeMethodDescriptionfinal HorizontalAlignmentDisplayPositioned.getHorizontalAlignment()Methods in net.sourceforge.plantuml.abel with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic DisplayPositionedDisplayPositioned.none(HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) static DisplayPositionedDisplayPositioned.single(Display display, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) static DisplayPositionedDisplayPositioned.single(LineLocation location, Display display, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) DisplayPositioned.withHorizontalAlignment(HorizontalAlignment horizontalAlignment) -
Uses of HorizontalAlignment in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return HorizontalAlignmentModifier and TypeMethodDescriptionfinal HorizontalAlignmentAbstractConnection.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 with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic TextBlockBodyFactory.create1(HorizontalAlignment align, List<CharSequence> rawBody, ISkinParam skinParam, Stereotype stereotype, Entity entity, Style style) static TextBlockBodyFactory.create2(HorizontalAlignment align, Display display, ISkinParam skinParam, Stereotype stereotype, Entity entity, Style style) static TextBlockBodyFactory.create3(Display rawBody, ISkinSimple skinParam, HorizontalAlignment align, FontConfiguration fc, LineBreakStrategy lineBreakStrategy, Style style) 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 TextBlockUSymbol.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 TextBlockUSymbol.asSmall(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment) USymbolFolder.asSmall(TextBlock title, 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 TextBlockStringWithArrow.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 HorizontalAlignmentSheet.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 HorizontalAlignmentHorizontalAlignment.fromString(String s) static HorizontalAlignmentHorizontalAlignment.fromString(String s, HorizontalAlignment defaultValue) static HorizontalAlignmentReturns 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 HorizontalAlignmentHorizontalAlignment.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 TextBlockTextBlockUtils.mergeTB(TextBlock b1, TextBlock b2, HorizontalAlignment horizontalAlignment) static TextBlockTextBlockUtils.mergeTB(TextBlock b1, UImage image, HorizontalAlignment horizontalAlignment) static TextBlockTextBlockUtils.withMinWidth(TextBlock textBlock, double minWidth, HorizontalAlignment horizontalAlignment) Constructors in net.sourceforge.plantuml.klimt.shape with parameters of type HorizontalAlignmentModifierConstructorDescriptionTextBlockVertical2(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 TypeMethodDescriptiondoubleSequenceDiagramArea.getFooterX(HorizontalAlignment align) doubleSequenceDiagramArea.getHeaderX(HorizontalAlignment align) voidSequenceDiagramArea.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 TypeMethodDescriptionvoidLivingSpace.drawHead(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment, HorizontalAlignment horizontalAlignment) voidSequenceDiagramFileMakerTeoz.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 HorizontalAlignmentAlignmentParam.getDefaultValue()protected final HorizontalAlignmentAbstractComponent.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, ISkinParam skinParam, LineBreakStrategy maxMessageSize, boolean niceArrow, boolean belowForResponse) ComponentRoseNote(Style style, Display strings, double paddingX, double paddingY, ISkinParam skinParam, 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 that return HorizontalAlignmentMethods in net.sourceforge.plantuml.svek with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionstatic TextBlockDecorateEntityImage.add(UGroup group, TextBlock original, TextBlock text, HorizontalAlignment horizontal, VerticalAlignment verticalAlignment) static TextBlockDecorateEntityImage.addBottom(UGroup group, TextBlock original, TextBlock text, HorizontalAlignment horizontal) static TextBlockDecorateEntityImage.addTop(UGroup group, TextBlock original, TextBlock text, HorizontalAlignment horizontal) static TextBlockDecorateEntityImage.addTopAndBottom(TextBlock original, UGroup group1, TextBlock text1, HorizontalAlignment horizontal1, UGroup group2, TextBlock text2, HorizontalAlignment horizontal2) voidClusterDecoration.drawU(UGraphic ug, HColor backColor, HColor borderColor, double shadowing, double roundCorner, HorizontalAlignment titleAlignment, HorizontalAlignment stereoAlignment, double diagonalCorner) ClusterDecoration.getTextBlock(HColor backColor, HColor borderColor, double shadowing, double roundCorner, HorizontalAlignment titleAlignment, HorizontalAlignment stereoAlignment, double diagonalCorner)