Class PlayerRobustConcise
- java.lang.Object
-
- net.sourceforge.plantuml.timingdiagram.Player
-
- net.sourceforge.plantuml.timingdiagram.PlayerRobustConcise
-
- All Implemented Interfaces:
TimeProjected
public final class PlayerRobustConcise extends Player
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.timingdiagram.Player
ruler, skinParam, stereotype, suggestedHeight
-
-
Constructor Summary
Constructors Constructor Description PlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNote(TimeTick now, Display note, Position position)
void
createConstraint(TimeTick tick1, TimeTick tick2, String message)
void
defineState(String stateCode, String label)
double
getFullHeight(StringBounder stringBounder)
TextBlock
getPart1(double fullAvailableWidth, double specialVSpace)
UDrawable
getPart2()
protected StyleSignature
getStyleSignature()
IntricatedPoint
getTimeProjection(StringBounder stringBounder, TimeTick tick)
void
setState(TimeTick now, String comment, Colors color, String... states)
-
Methods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getContext, getFontConfiguration, getStroke, getStyle, getTitle, isCompact, setHeight
-
-
-
-
Constructor Detail
-
PlayerRobustConcise
public PlayerRobustConcise(TimingStyle type, String full, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype)
-
-
Method Detail
-
getStyleSignature
protected StyleSignature getStyleSignature()
- Specified by:
getStyleSignature
in classPlayer
-
getPart1
public final TextBlock getPart1(double fullAvailableWidth, double specialVSpace)
-
getFullHeight
public final double getFullHeight(StringBounder stringBounder)
- Specified by:
getFullHeight
in classPlayer
-
getTimeProjection
public final IntricatedPoint getTimeProjection(StringBounder stringBounder, TimeTick tick)
-
createConstraint
public final void createConstraint(TimeTick tick1, TimeTick tick2, String message)
- Specified by:
createConstraint
in classPlayer
-
defineState
public final void defineState(String stateCode, String label)
- Specified by:
defineState
in classPlayer
-
-