Packages

trait TimelineCanvasImpl extends TimelineCanvas

Self Type
TimelineCanvasImpl
Linear Supertypes
TimelineCanvas, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimelineCanvasImpl
  2. TimelineCanvas
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canvasComponent: Component

    The corresponding (inner) Swing component

    The corresponding (inner) Swing component

    Definition Classes
    TimelineCanvas
  2. abstract def timelineModel: TimelineModel

    The underlying model

    The underlying model

    Definition Classes
    TimelineCanvas
  3. abstract def transportPause(): Unit
    Attributes
    protected
  4. abstract def transportResume(): Unit
    Attributes
    protected
  5. abstract def transportRunning: Boolean
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def clipVisible(frame: Double): Long

    Clips a model frame to the visible span

    Clips a model frame to the visible span

    Definition Classes
    TimelineCanvasImplTimelineCanvas
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def component: Component

    The corresponding (outer) Swing component

    The corresponding (outer) Swing component

    Definition Classes
    TimelineCanvasImplTimelineCanvas
  8. def componentHidden(): Unit
    Attributes
    protected
  9. def componentShown(): Unit
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def frameToScreen(frame: Long): Double

    Converts a model frame position to screen pixel location

    Converts a model frame position to screen pixel location

    Definition Classes
    TimelineCanvasImplTimelineCanvas
  13. final def framesToScreen(numFrames: Long): Double

    Converts a model frame duration to screen pixel width

    Converts a model frame duration to screen pixel width

    Definition Classes
    TimelineCanvasImplTimelineCanvas
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hours: Boolean
    Attributes
    protected
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def paintPosAndSelection(g: Graphics2D, h: Int): Unit
    Attributes
    protected
  22. final def repaint(): Unit
    Attributes
    protected
    Annotations
    @inline()
  23. final def screenToFrame(screen: Int): Double

    Converts a screen pixel location to model frame position

    Converts a screen pixel location to model frame position

    Definition Classes
    TimelineCanvasImplTimelineCanvas
  24. final def screenToFrames(screen: Int): Double

    Converts a screen pixel location to model frame duration

    Converts a screen pixel location to model frame duration

    Definition Classes
    TimelineCanvasImplTimelineCanvas
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. object transportCatch extends TransportCatch with ModelImpl[Boolean]
    Definition Classes
    TimelineCanvasImplTimelineCanvas

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from TimelineCanvas

Inherited from AnyRef

Inherited from Any

Ungrouped