trait TimelineCanvas2D[T <: Txn[T], Y, Child] extends TimelineCanvas
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimelineCanvas2D
- TimelineCanvas
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def canvasComponent: Component
- Definition Classes
- TimelineCanvas
- abstract def clipVisible(frame: Double): Long
- Definition Classes
- TimelineCanvas
- abstract def component: Component
- Definition Classes
- TimelineCanvas
- abstract def findChildView(frame: Long, modelY: Y): Option[Child]
- abstract def findChildViews(r: Rectangular[Y]): Iterator[Child]
- abstract def frameToScreen(frame: Long): Double
- Definition Classes
- TimelineCanvas
- abstract def framesToScreen(frame: Long): Double
- Definition Classes
- TimelineCanvas
- abstract def intersect(span: NonVoid): Iterator[Child]
- abstract def iterator: Iterator[Child]
- abstract def modelExtentToScreen(modelY: Y): Double
- abstract def modelPosToScreen(modelY: Y): Double
- abstract def modelYBox(a: Y, b: Y): (Y, Y)
- abstract def screenToFrame(screen: Int): Double
- Definition Classes
- TimelineCanvas
- abstract def screenToFrames(screen: Int): Double
- Definition Classes
- TimelineCanvas
- abstract def screenToModelExtent(dy: Int): Y
- abstract def screenToModelPos(y: Int): Y
- abstract def selectionModel: SelectionModel[T, Child]
- abstract def timelineModel: TimelineModel
- Definition Classes
- TimelineCanvas
- abstract def transportCatch: TransportCatch
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def screenToModelExtentF(dy: Int): Double
- def screenToModelPosF(y: Int): Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated