de.sciss.mellite.gui

TimelineRendering

trait TimelineRendering extends PaintController

Paint support.

Linear Supertypes
PaintController, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimelineRendering
  2. PaintController
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def adjustGain(amp: Float, pos: Double): Float

    Definition Classes
    PaintController
  2. abstract def clipRect: Rectangle

  3. abstract def imageObserver: ImageObserver

    Definition Classes
    PaintController
  4. abstract def intArray1: Array[Int]

    Size guaranteed to be even.

  5. abstract def intArray2: Array[Int]

    Size guaranteed to be even.

  6. abstract def pntBackground: Paint

  7. abstract def pntFadeFill: Paint

  8. abstract def pntFadeOutline: Paint

  9. abstract def pntInlet: Paint

  10. abstract def pntInletSpan: Paint

  11. abstract def pntNameDark: Paint

  12. abstract def pntNameLight: Paint

  13. abstract def pntNameShadowDark: Paint

  14. abstract def pntNameShadowLight: Paint

  15. abstract def pntRegionBackground: Paint

  16. abstract def pntRegionBackgroundMuted: Paint

  17. abstract def pntRegionBackgroundSelected: Paint

  18. abstract def pntRegionOutline: Paint

  19. abstract def pntRegionOutlineSelected: Paint

  20. abstract def regionTitleBaseline: Int

  21. abstract def regionTitleHeight: Int

  22. abstract def shape1: Path2D

    For general use.

  23. abstract def shape2: Path2D

    For general use.

  24. abstract val sonogramBoost: Float

  25. abstract def strokeInletSpan: Stroke

  26. abstract def ttFadeState: Fade

  27. abstract def ttFunctionState: Function

  28. abstract def ttGainState: TrackTool.Gain

  29. abstract def ttMoveState: Move

  30. abstract def ttResizeState: Resize

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PaintController

Inherited from AnyRef

Inherited from Any

Ungrouped