Uses of Enum Class
net.sourceforge.plantuml.asciiart.AsciiShape
Packages that use AsciiShape
-
Uses of AsciiShape in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart that return AsciiShapeModifier and TypeMethodDescriptionstatic AsciiShape
Returns the enum constant of this class with the specified name.static AsciiShape[]
AsciiShape.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.asciiart with parameters of type AsciiShapeModifier and TypeMethodDescriptionvoid
TranslatedCharArea.drawShape
(AsciiShape shape, int x, int y) void
UmlCharArea.drawShape
(AsciiShape shape, int x, int y) void
UmlCharAreaImpl.drawShape
(AsciiShape shape, int x, int y) Constructors in net.sourceforge.plantuml.asciiart with parameters of type AsciiShapeModifierConstructorDescriptionComponentTextActor
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat, AsciiShape shape) ComponentTextShape
(ComponentType type, Display stringsToDisplay, AsciiShape shape)