Class PlayerBinary
- java.lang.Object
-
- net.sourceforge.plantuml.timingdiagram.Player
-
- net.sourceforge.plantuml.timingdiagram.PlayerBinary
-
- All Implemented Interfaces:
TimeProjected
public class PlayerBinary extends Player
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.timingdiagram.Player
ruler, skinParam, suggestedHeight
-
-
Constructor Summary
Constructors Constructor Description PlayerBinary(String code, ISkinParam skinParam, TimingRuler ruler, boolean compact)
-
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()
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
getFontConfiguration, getTitle, isCompact, setHeight
-
-
-
-
Constructor Detail
-
PlayerBinary
public PlayerBinary(String code, ISkinParam skinParam, TimingRuler ruler, boolean compact)
-
-
Method Detail
-
getFullHeight
public double getFullHeight(StringBounder stringBounder)
- Specified by:
getFullHeight
in classPlayer
-
getTimeProjection
public IntricatedPoint getTimeProjection(StringBounder stringBounder, TimeTick tick)
-
defineState
public void defineState(String stateCode, String label)
- Specified by:
defineState
in classPlayer
-
createConstraint
public void createConstraint(TimeTick tick1, TimeTick tick2, String message)
- Specified by:
createConstraint
in classPlayer
-
getPart1
public TextBlock getPart1(double fullAvailableWidth, double specialVSpace)
-
-