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, suggestedHeight -
Constructor Summary
ConstructorsConstructorDescriptionPlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidcreateConstraint(TimeTick tick1, TimeTick tick2, String message) final voiddefineState(String stateCode, String label) final doublegetFullHeight(StringBounder stringBounder) final TextBlockgetPart1(double fullAvailableWidth, double specialVSpace) getPart2()final IntricatedPointgetTimeProjection(StringBounder stringBounder, TimeTick tick) final voidMethods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getFontConfiguration, getTitle, isCompact, setHeight
-
Constructor Details
-
PlayerRobustConcise
public PlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact)
-
-
Method Details
-
getPart1
-
getPart2
-
getFullHeight
- Specified by:
getFullHeightin classPlayer
-
setState
-
getTimeProjection
-
createConstraint
- Specified by:
createConstraintin classPlayer
-
addNote
-
defineState
- Specified by:
defineStatein classPlayer
-