Uses of Enum Class
net.sourceforge.plantuml.salt.element.TableStrategy
Packages that use TableStrategy
-
Uses of TableStrategy in net.sourceforge.plantuml.salt.element
Methods in net.sourceforge.plantuml.salt.element that return TableStrategyModifier and TypeMethodDescriptionstatic TableStrategy
TableStrategy.fromChar
(char c) static TableStrategy
Returns the enum constant of this class with the specified name.static TableStrategy[]
TableStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.salt.element with parameters of type TableStrategyModifierConstructorDescriptionElementPyramid
(Positionner2 positionner, TableStrategy tableStrategy, String title, ISkinSimple spriteContainer) ElementTree
(UFont font, ISkinSimple spriteContainer, TableStrategy strategy) Grid
(double[] rowsStart, double[] colsStart, TableStrategy strategy, TextBlock title)