Uses of Class
net.sourceforge.plantuml.abel.DisplayPositioned
Packages that use DisplayPositioned
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of DisplayPositioned in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return DisplayPositionedModifier and TypeMethodDescriptionAnnotated.getCaption()
final DisplayPositioned
TitledDiagram.getCaption()
Annotated.getLegend()
final DisplayPositioned
TitledDiagram.getLegend()
Methods in net.sourceforge.plantuml with parameters of type DisplayPositionedModifier and TypeMethodDescriptionfinal void
TitledDiagram.setCaption
(DisplayPositioned caption) void
TitledDiagram.setLegend
(DisplayPositioned legend) final void
TitledDiagram.setTitle
(DisplayPositioned title) -
Uses of DisplayPositioned in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return DisplayPositionedModifier and TypeMethodDescriptionEntity.getLegend()
static DisplayPositioned
DisplayPositioned.none
(HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) static DisplayPositioned
DisplayPositioned.single
(Display display, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) Methods in net.sourceforge.plantuml.abel with parameters of type DisplayPositioned -
Uses of DisplayPositioned in net.sourceforge.plantuml.objectdiagram
Methods in net.sourceforge.plantuml.objectdiagram with parameters of type DisplayPositionedModifier and TypeMethodDescriptionvoid
AbstractClassOrObjectDiagram.setLegend
(DisplayPositioned legend)