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 AsciiShapeReturns 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 TypeMethodDescriptionvoidTranslatedCharArea.drawShape(AsciiShape shape, int x, int y) voidUmlCharArea.drawShape(AsciiShape shape, int x, int y) voidUmlCharAreaImpl.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)