Class PlayerRobustConcise
- java.lang.Object
-
- net.sourceforge.plantuml.timingdiagram.Player
-
- net.sourceforge.plantuml.timingdiagram.PlayerRobustConcise
-
- All Implemented Interfaces:
TimeProjected
public final class PlayerRobustConcise extends Player
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.timingdiagram.Player
ruler, skinParam, stereotype, suggestedHeight
-
-
Constructor Summary
Constructors Constructor Description PlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNote(TimeTick now, Display note, Position position)voidcreateConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config)voiddefineState(String stateCode, String label)doublegetFullHeight(StringBounder stringBounder)TextBlockgetPart1(double fullAvailableWidth, double specialVSpace)UDrawablegetPart2()protected StyleSignaturegetStyleSignature()IntricatedPointgetTimeProjection(StringBounder stringBounder, TimeTick tick)voidsetState(TimeTick now, String comment, Colors color, String... states)-
Methods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getContext, getFontConfiguration, getStroke, getStyle, getTitle, isCompact, setHeight
-
-
-
-
Constructor Detail
-
PlayerRobustConcise
public PlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype)
-
-
Method Detail
-
createConstraint
public final void createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config)
- Specified by:
createConstraintin classPlayer
-
getStyleSignature
protected StyleSignature getStyleSignature()
- Specified by:
getStyleSignaturein classPlayer
-
getPart1
public final TextBlock getPart1(double fullAvailableWidth, double specialVSpace)
-
getFullHeight
public final double getFullHeight(StringBounder stringBounder)
- Specified by:
getFullHeightin classPlayer
-
getTimeProjection
public final IntricatedPoint getTimeProjection(StringBounder stringBounder, TimeTick tick)
-
defineState
public final void defineState(String stateCode, String label)
- Specified by:
defineStatein classPlayer
-
-