Class

de.sciss.synth.proc.Scan.Link

Grapheme

Related Doc: package Link

Permalink

final case class Grapheme[S <: Sys[S]](peer: proc.Grapheme[S]) extends Link[S] with ConstElemImpl[S] with Product with Serializable

A link to a grapheme (random access).

Linear Supertypes
Serializable, Serializable, Product, Equals, ConstElemImpl[S], Link[S], Elem[S], Publisher[S, Any], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Grapheme
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ConstElemImpl
  7. Link
  8. Elem
  9. Publisher
  10. Disposable
  11. Writable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Grapheme(peer: proc.Grapheme[S])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def changed: EventLike[S, Any]

    Permalink
    Definition Classes
    Grapheme → Publisher
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copy[Out <: Sys[Out]]()(implicit tx: S.Tx, txOut: copy.Out.Tx, context: Copy[S, Out]): Elem[Out]

    Permalink
    Definition Classes
    Grapheme → Elem
  8. final def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ConstElemImpl → Disposable
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val peer: proc.Grapheme[S]

    Permalink
  17. def peerID: S.ID

    Permalink
    Definition Classes
    GraphemeLink
  18. def productPrefix: String

    Permalink
    Definition Classes
    Grapheme → Product
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def tpe: Type

    Permalink
    Definition Classes
    Grapheme → Elem
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def write(out: DataOutput): Unit

    Permalink
    Definition Classes
    ConstElemImpl → Writable
  25. def writeData(out: DataOutput): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Grapheme → ConstElemImpl

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ConstElemImpl[S]

Inherited from Link[S]

Inherited from Elem[S]

Inherited from Publisher[S, Any]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped