public class PlayerBinary extends Player
ruler, skinParam, stereotype, suggestedHeight
Constructor and Description |
---|
PlayerBinary(java.lang.String code,
ISkinParam skinParam,
TimingRuler ruler,
boolean compact,
Stereotype stereotype) |
Modifier and Type | Method and Description |
---|---|
void |
addNote(TimeTick now,
Display note,
Position position) |
void |
createConstraint(TimeTick tick1,
TimeTick tick2,
java.lang.String message,
ArrowConfiguration config) |
void |
defineState(java.lang.String stateCode,
java.lang.String label) |
protected FontConfiguration |
getCommentFontConfiguration() |
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,
java.lang.String comment,
Colors color,
java.lang.String... states) |
getContext, getFontConfiguration, getGeneralBackgroundColor, getStroke, getStyle, getTitle, isCompact, setHeight
public PlayerBinary(java.lang.String code, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype)
public double getFullHeight(StringBounder stringBounder)
getFullHeight
in class Player
protected StyleSignature getStyleSignature()
getStyleSignature
in class Player
public IntricatedPoint getTimeProjection(StringBounder stringBounder, TimeTick tick)
public void defineState(java.lang.String stateCode, java.lang.String label)
defineState
in class Player
public void setState(TimeTick now, java.lang.String comment, Colors color, java.lang.String... states)
public void createConstraint(TimeTick tick1, TimeTick tick2, java.lang.String message, ArrowConfiguration config)
createConstraint
in class Player
public TextBlock getPart1(double fullAvailableWidth, double specialVSpace)
protected final FontConfiguration getCommentFontConfiguration()