|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableStrategy | |
---|---|
net.sourceforge.plantuml.salt.element |
Uses of TableStrategy in net.sourceforge.plantuml.salt.element |
---|
Methods in net.sourceforge.plantuml.salt.element that return TableStrategy | |
---|---|
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. |
Constructors in net.sourceforge.plantuml.salt.element with parameters of type TableStrategy | |
---|---|
ElementPyramid(Positionner positionner,
TableStrategy tableStrategy)
|
|
ElementPyramid2(Positionner2 positionner,
TableStrategy tableStrategy)
|
|
Grid(double[] rowsStart,
double[] colsStart,
TableStrategy strategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |