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 TimeTick
TimingFormat.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 TimeTick
TickInPlayer.getTick()
final TimeTick
TimeConstraint.getTick1()
final TimeTick
TimeMessage.getTick1()
final TimeTick
TimeConstraint.getTick2()
final TimeTick
TimeMessage.getTick2()
final TimeTick
Highlight.getTickFrom()
final TimeTick
Highlight.getTickTo()
final TimeTick
ChangeState.getWhen()
TimingNote.getWhen()
Methods in net.sourceforge.plantuml.timingdiagram with parameters of type TimeTickModifier and TypeMethodDescriptionabstract void
void
void
void
final void
void
void
int
final boolean
TimeConstraint.containsStrict
(TimeTick other) abstract void
Player.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) void
PlayerAnalog.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) void
PlayerBinary.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) void
PlayerClock.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) final void
PlayerRobustConcise.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) TimingDiagram.createTimeMessage
(Player player1, TimeTick time1, Player player2, TimeTick time2, String label) final double
TimingRuler.getPosInPixel
(TimeTick when) PlayerAnalog.getTimeProjection
(StringBounder stringBounder, TimeTick tick) PlayerBinary.getTimeProjection
(StringBounder stringBounder, TimeTick tick) PlayerClock.getTimeProjection
(StringBounder stringBounder, TimeTick tick) final IntricatedPoint
PlayerRobustConcise.getTimeProjection
(StringBounder stringBounder, TimeTick tick) TimeProjected.getTimeProjection
(StringBounder stringBounder, TimeTick tick) abstract void
void
void
void
final void
void
Method parameters in net.sourceforge.plantuml.timingdiagram with type arguments of type TimeTickModifier and TypeMethodDescriptionvoid
TimingRuler.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 TimeTick
TimeTickBuilder.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)