Class PlayerRobustConcise
java.lang.Object
net.sourceforge.plantuml.timingdiagram.Player
net.sourceforge.plantuml.timingdiagram.PlayerRobustConcise
- All Implemented Interfaces:
TimeProjected
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.timingdiagram.Player
ruler, skinParam, stereotype, suggestedHeight
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerRobustConcise
(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype, HColor generalBackgroundColor) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) final void
defineState
(String stateCode, String label) final double
getFullHeight
(StringBounder stringBounder) final TextBlock
getPart1
(double fullAvailableWidth, double specialVSpace) getPart2()
protected StyleSignature
final IntricatedPoint
getTimeProjection
(StringBounder stringBounder, TimeTick tick) final void
Methods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getContext, getFontConfiguration, getGeneralBackgroundColor, getStroke, getStyle, getTitle, isCompact, setHeight
-
Constructor Details
-
PlayerRobustConcise
public PlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype, HColor generalBackgroundColor)
-
-
Method Details
-
createConstraint
public final void createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) - Specified by:
createConstraint
in classPlayer
-
getStyleSignature
- Specified by:
getStyleSignature
in classPlayer
-
getPart1
-
getPart2
-
getFullHeight
- Specified by:
getFullHeight
in classPlayer
-
setState
-
getTimeProjection
-
addNote
-
defineState
- Specified by:
defineState
in classPlayer
-