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 voidaddNote(TimeTick now, Display note, Position position, Stereotype stereotype) final voidcreateConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) final voiddefineState(String stateCode, String label) final doublegetFullHeight(StringBounder stringBounder) final TextBlockgetPart1(double fullAvailableWidth, double specialVSpace) getPart2()protected StyleSignaturefinal IntricatedPointgetTimeProjection(StringBounder stringBounder, TimeTick tick) final voidMethods 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:
createConstraintin classPlayer
-
getStyleSignature
- Specified by:
getStyleSignaturein classPlayer
-
getPart1
-
getPart2
-
getFullHeight
- Specified by:
getFullHeightin classPlayer
-
setState
-
getTimeProjection
-
addNote
-
defineState
- Specified by:
defineStatein classPlayer
-