Uses of Class
net.sourceforge.plantuml.timingdiagram.TimeAxisStategy
-
Packages that use TimeAxisStategy Package Description net.sourceforge.plantuml.timingdiagram -
-
Uses of TimeAxisStategy in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return TimeAxisStategy Modifier and Type Method Description static TimeAxisStategy
TimeAxisStategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeAxisStategy[]
TimeAxisStategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.plantuml.timingdiagram with parameters of type TimeAxisStategy Modifier and Type Method Description void
TimingRuler. drawTimeAxis(UGraphic ug, TimeAxisStategy timeAxisStategy, Map<String,TimeTick> codes)
CommandExecutionResult
TimingDiagram. setTimeAxisStategy(TimeAxisStategy newStrategy)
-