Uses of Enum Class
net.sourceforge.plantuml.timingdiagram.TimeAxisStategy
Packages that use TimeAxisStategy
-
Uses of TimeAxisStategy in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return TimeAxisStategyModifier and TypeMethodDescriptionstatic TimeAxisStategy
Returns the enum constant of this class with the specified name.static TimeAxisStategy[]
TimeAxisStategy.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 TimeAxisStategyModifier and TypeMethodDescriptionvoid
TimingRuler.drawTimeAxis
(UGraphic ug, TimeAxisStategy timeAxisStategy, Map<String, TimeTick> codes) TimingDiagram.setTimeAxisStategy
(TimeAxisStategy newStrategy)