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