Class Player

    • Field Detail

      • suggestedHeight

        protected int suggestedHeight
    • Method Detail

      • isCompact

        public boolean isCompact()
      • getContextLegacy

        protected abstract SymbolContext getContextLegacy()
      • getStyle

        protected final Style getStyle()
      • getStroke

        protected final UStroke getStroke()
      • getTitle

        protected final TextBlock getTitle()
      • defineState

        public abstract void defineState​(String stateCode,
                                         String label)
      • createConstraint

        public abstract void createConstraint​(TimeTick tick1,
                                              TimeTick tick2,
                                              String message)
      • getPart1

        public abstract TextBlock getPart1​(double fullAvailableWidth,
                                           double specialVSpace)
      • getPart2

        public abstract UDrawable getPart2()
      • getFullHeight

        public abstract double getFullHeight​(StringBounder stringBounder)
      • setHeight

        public final void setHeight​(int height)