Uses of Class
net.sourceforge.plantuml.timingdiagram.TimeTick
Packages that use TimeTick
Package
Description
-
Uses of TimeTick in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return TimeTickModifier and TypeMethodDescriptionstatic TimeTickTimingFormat.createDate(int yyyy, int mm, int dd, TimingFormat format) Clocks.getClockValue(String clockName, int nb) TimingDiagram.getClockValue(String clockName, int nb) Clocks.getCodeValue(String code) TimingDiagram.getCodeValue(String code) Clocks.getNow()TimingDiagram.getNow()final TimeTickTickInPlayer.getTick()final TimeTickTimeConstraint.getTick1()final TimeTickTimeMessage.getTick1()final TimeTickTimeConstraint.getTick2()final TimeTickTimeMessage.getTick2()final TimeTickHighlight.getTickFrom()final TimeTickHighlight.getTickTo()final TimeTickChangeState.getWhen()TimingNote.getWhen()Methods in net.sourceforge.plantuml.timingdiagram that return types with arguments of type TimeTickMethods in net.sourceforge.plantuml.timingdiagram with parameters of type TimeTickModifier and TypeMethodDescriptionabstract voidPlayer.addNote(TimeTick now, Display note, Position position, Stereotype stereotype) voidPlayerAnalog.addNote(TimeTick now, Display note, Position position, Stereotype stereotype) voidPlayerBinary.addNote(TimeTick now, Display note, Position position, Stereotype stereotype) voidPlayerClock.addNote(TimeTick now, Display note, Position position, Stereotype stereotype) final voidPlayerRobustConcise.addNote(TimeTick now, Display note, Position position, Stereotype stereotype) voidvoidintfinal booleanTimeConstraint.containsStrict(TimeTick other) abstract voidPlayer.createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) voidPlayerAnalog.createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) voidPlayerBinary.createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) voidPlayerClock.createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) final voidPlayerRobustConcise.createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) TimingDiagram.createTimeMessage(Player player1, TimeTick time1, Player player2, TimeTick time2, String label) final doubleTimingRuler.getPosInPixel(TimeTick when) PlayerAnalog.getTimeProjection(StringBounder stringBounder, TimeTick tick) PlayerBinary.getTimeProjection(StringBounder stringBounder, TimeTick tick) PlayerClock.getTimeProjection(StringBounder stringBounder, TimeTick tick) final IntricatedPointPlayerRobustConcise.getTimeProjection(StringBounder stringBounder, TimeTick tick) TimeProjected.getTimeProjection(StringBounder stringBounder, TimeTick tick) doubleTimeSeries.getValueAt(TimeTick tick) voidabstract voidvoidvoidvoidfinal voidvoidMethod parameters in net.sourceforge.plantuml.timingdiagram with type arguments of type TimeTickModifier and TypeMethodDescriptionvoidTimingRuler.drawTimeAxis(UGraphic ug, TimeAxisStategy timeAxisStategy, Map<String, TimeTick> codes) Constructors in net.sourceforge.plantuml.timingdiagram with parameters of type TimeTickModifierConstructorDescriptionChangeState(TimeTick when, String comment, Colors colors, String... states) TickInPlayer(Player player, TimeTick tick) TimeConstraint(double marginx, TimeTick tick1, TimeTick tick2, String label, ISkinParam skinParam, ArrowConfiguration config) TimingNote(TimeTick when, Player player, Display note, Position position, ISkinParam skinParam, Style style) -
Uses of TimeTick in net.sourceforge.plantuml.timingdiagram.command
Methods in net.sourceforge.plantuml.timingdiagram.command that return TimeTickModifier and TypeMethodDescriptionstatic TimeTickTimeTickBuilder.parseTimeTick(String name, RegexResult arg, Clocks clock) -
Uses of TimeTick in net.sourceforge.plantuml.timingdiagram.graphic
Methods in net.sourceforge.plantuml.timingdiagram.graphic with parameters of type TimeTickModifier and TypeMethodDescriptionHistogram.getTimeProjection(StringBounder stringBounder, TimeTick tick) Ribbon.getTimeProjection(StringBounder stringBounder, TimeTick tick)