Uses of Enum Class
net.sourceforge.plantuml.timingdiagram.TimingStyle
Packages that use TimingStyle
-
Uses of TimingStyle in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return TimingStyleModifier and TypeMethodDescriptionstatic TimingStyle
Returns the enum constant of this class with the specified name.static TimingStyle[]
TimingStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.timingdiagram with parameters of type TimingStyleModifier and TypeMethodDescriptionTimingDiagram.createRobustConcise
(String code, String full, TimingStyle type, boolean compact, Stereotype stereotype, HColor backColor) Constructors in net.sourceforge.plantuml.timingdiagram with parameters of type TimingStyleModifierConstructorDescriptionPlayerRobustConcise
(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype, HColor generalBackgroundColor)