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, java.lang.String full, ISkinParam skinParam, TimingRuler ruler, boolean compact) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
createConstraint
(TimeTick tick1, TimeTick tick2, java.lang.String message) final void
defineState
(java.lang.String stateCode, java.lang.String label) protected SymbolContext
final double
getFullHeight
(StringBounder stringBounder) final TextBlock
getPart1
(double fullAvailableWidth, double specialVSpace) getPart2()
protected StyleSignatureBasic
final IntricatedPoint
getTimeProjection
(StringBounder stringBounder, TimeTick tick) final void
Methods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getContext, getFontConfiguration, getStroke, getStyle, getTitle, isCompact, setHeight
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlayerRobustConcise
public PlayerRobustConcise(TimingStyle type, java.lang.String full, ISkinParam skinParam, TimingRuler ruler, boolean compact)
-
-
Method Details
-
getStyleSignature
- Specified by:
getStyleSignature
in classPlayer
-
getContextLegacy
- Specified by:
getContextLegacy
in classPlayer
-
getPart1
-
getPart2
-
getFullHeight
- Specified by:
getFullHeight
in classPlayer
-
setState
-
getTimeProjection
-
createConstraint
- Specified by:
createConstraint
in classPlayer
-
addNote
-
defineState
public final void defineState(java.lang.String stateCode, java.lang.String label) - Specified by:
defineState
in classPlayer
-