Object/Trait

de.sciss.nuages

NuagesAttribute

Related Docs: trait NuagesAttribute | package nuages

Permalink

object NuagesAttribute

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NuagesAttribute
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Factory extends AnyRef

    Permalink

    Factory for creating instances of Input, i.e.

    Factory for creating instances of Input, i.e. for a specific type of object plugged into an attribute map.

  2. trait Input[S <: Sys[S]] extends Disposable[NuagesAttribute.Input.S.Tx]

    Permalink

    Representation of an input that is plugged into an attribute.

  3. trait Mapping[S <: Sys[S]] extends AnyRef

    Permalink
  4. trait Numeric extends AnyRef

    Permalink

    An attribute or attribute input that provides a numeric view of its current state.

  5. trait Parent[S <: Sys[S]] extends AnyRef

    Permalink

    A logical structure that specifies the parent container of an attribute input.

    A logical structure that specifies the parent container of an attribute input. For example, if a scalar input is directly plugged into an attribute, it's parent will be an instance of NuagesAttribute itself. If the input is active by being a child within a grapheme, the parent will point to an instance of NuagesGraphemeAttrInput.

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. def addFactory(f: Factory): Unit

    Permalink
  5. def apply[S <: Sys[S]](key: String, value: Obj[S], parent: NuagesObj[S])(implicit tx: NuagesAttribute.apply.S.Tx, context: NuagesContext[S]): NuagesAttribute[S]

    Permalink

    Creates a new attribute view for a given parent object and an attribute key.

    Creates a new attribute view for a given parent object and an attribute key. This then set's the attribute view's input to an Input instance created from value.react

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def factories: Iterable[Factory]

    Permalink
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getFactory[S <: Sys[S]](value: Obj[S]): Option[Factory]

    Permalink
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. def mkInput[S <: Sys[S]](attr: NuagesAttribute[S], parent: Parent[S], frameOffset: Long, value: Obj[S])(implicit tx: NuagesAttribute.mkInput.S.Tx, context: NuagesContext[S]): Input[S]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped