| Package | Description |
|---|---|
| net.sourceforge.plantuml.asciiart |
| Modifier and Type | Method and Description |
|---|---|
static AsciiShape |
AsciiShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsciiShape[] |
AsciiShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UmlCharAreaImpl.drawShape(AsciiShape shape,
int x,
int y) |
void |
UmlCharArea.drawShape(AsciiShape shape,
int x,
int y) |
void |
TranslatedCharArea.drawShape(AsciiShape shape,
int x,
int y) |
| Constructor and Description |
|---|
ComponentTextActor(ComponentType type,
Display stringsToDisplay,
FileFormat fileFormat,
AsciiShape shape) |
ComponentTextShape(ComponentType type,
Display stringsToDisplay,
AsciiShape shape) |
Copyright © 2017. All rights reserved.