public final class PlayerRobustConcise extends Player
ruler, skinParam, suggestedHeight| Constructor and Description |
|---|
PlayerRobustConcise(TimingStyle type,
java.lang.String full,
ISkinParam skinParam,
TimingRuler ruler,
boolean compact) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(TimeTick now,
Display note,
Position position) |
void |
createConstraint(TimeTick tick1,
TimeTick tick2,
java.lang.String message) |
void |
defineState(java.lang.String stateCode,
java.lang.String label) |
protected SymbolContext |
getContextLegacy() |
double |
getFullHeight(StringBounder stringBounder) |
TextBlock |
getPart1(double fullAvailableWidth,
double specialVSpace) |
UDrawable |
getPart2() |
protected StyleSignatureBasic |
getStyleSignature() |
IntricatedPoint |
getTimeProjection(StringBounder stringBounder,
TimeTick tick) |
void |
setState(TimeTick now,
java.lang.String comment,
Colors color,
java.lang.String... states) |
getContext, getFontConfiguration, getStroke, getStyle, getTitle, isCompact, setHeightpublic PlayerRobustConcise(TimingStyle type, java.lang.String full, ISkinParam skinParam, TimingRuler ruler, boolean compact)
protected StyleSignatureBasic getStyleSignature()
getStyleSignature in class Playerprotected SymbolContext getContextLegacy()
getContextLegacy in class Playerpublic final TextBlock getPart1(double fullAvailableWidth, double specialVSpace)
public final double getFullHeight(StringBounder stringBounder)
getFullHeight in class Playerpublic final void setState(TimeTick now, java.lang.String comment, Colors color, java.lang.String... states)
public final IntricatedPoint getTimeProjection(StringBounder stringBounder, TimeTick tick)
public final void createConstraint(TimeTick tick1, TimeTick tick2, java.lang.String message)
createConstraint in class Playerpublic final void defineState(java.lang.String stateCode,
java.lang.String label)
defineState in class Player