trait TimelineCanvasImpl extends TimelineCanvas
- Self Type
- TimelineCanvasImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimelineCanvasImpl
- TimelineCanvas
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def canvasComponent: Component
The corresponding (inner) Swing component
The corresponding (inner) Swing component
- Definition Classes
- TimelineCanvas
- abstract def timelineModel: TimelineModel
The underlying model
The underlying model
- Definition Classes
- TimelineCanvas
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def clipVisible(frame: Double): Long
Clips a model frame to the visible span
Clips a model frame to the visible span
- Definition Classes
- TimelineCanvasImpl → TimelineCanvas
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def component: Component
The corresponding (outer) Swing component
The corresponding (outer) Swing component
- Definition Classes
- TimelineCanvasImpl → TimelineCanvas
- def componentHidden(): Unit
- Attributes
- protected
- def componentShown(): Unit
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- TimelineCanvasImpl → TimelineCanvas
- 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
- TimelineCanvasImpl → TimelineCanvas
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hours: Boolean
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def paintPosAndSelection(g: Graphics2D, h: Int): Unit
- Attributes
- protected
- final def repaint(): Unit
- Attributes
- protected
- Annotations
- @inline()
- 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
- TimelineCanvasImpl → TimelineCanvas
- 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
- TimelineCanvasImpl → TimelineCanvas
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()