| Package | Description |
|---|---|
| net.sourceforge.plantuml.salt.element |
| Modifier and Type | Method and Description |
|---|---|
static TableStrategy |
TableStrategy.fromChar(char c) |
static TableStrategy |
TableStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableStrategy[] |
TableStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ElementPyramid(Positionner2 positionner,
TableStrategy tableStrategy,
String title,
ISkinSimple spriteContainer) |
ElementTree(UFont font,
ISkinSimple spriteContainer,
TableStrategy strategy) |
Grid(double[] rowsStart,
double[] colsStart,
TableStrategy strategy,
TextBlock title) |
Grid2(List<Double> rowsStart,
List<Double> colsStart,
TableStrategy strategy) |
Copyright © 2017. All rights reserved.