Trait/Object

io.youi.component

Component

Related Docs: object Component | package component

Permalink

trait Component extends TaskSupport

Linear Supertypes
TaskSupport, Updates, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  2. TaskSupport
  3. Updates
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def instance: com.outr.pixijs.PIXI.Container

    Permalink
    Attributes
    protected[io.youi.component]
  2. abstract def theme: Var[_ <: ComponentTheme]

    Permalink

Concrete 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createInstance(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  7. val cursor: Var[Cursor]

    Permalink
  8. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. lazy val event: Events

    Permalink
  12. def every(delay: FiniteDuration, until: Option[FiniteDuration] = None, allowBackgrounding: Boolean = true)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val globalVisibility: Val[Boolean]

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val id: Var[String]

    Permalink
  18. val interactive: Var[Boolean]

    Permalink
  19. def invalidate(): Unit

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  22. def nextFrame(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def once(delay: FiniteDuration, allowBackgrounding: Boolean = true)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  26. lazy val parent: Val[Option[AbstractContainer]]

    Permalink
  27. lazy val parentRenderer: Val[Option[Renderer]]

    Permalink
  28. object pivot

    Permalink
  29. object position

    Permalink
  30. def prop[T](get: ⇒ T, set: (T) ⇒ Unit = (_: T) => (), updatesTransform: Boolean = false, updatesRendering: Boolean = false): Var[T]

    Permalink
    Attributes
    protected[io.youi]
  31. lazy val rotation: Var[Double]

    Permalink
  32. object scale

    Permalink
  33. object size

    Permalink
  34. object skew

    Permalink
  35. def start(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. val transform: LazyUpdate

    Permalink
  39. def update(delta: Double): Unit

    Permalink
    Definition Classes
    ComponentUpdates
  40. def updateTasks(): Boolean

    Permalink
    Definition Classes
    ComponentTaskSupport
  41. def updateTransform(): Unit

    Permalink
    Attributes
    protected
  42. val visible: Var[Boolean]

    Permalink
  43. final def wait(): Unit

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

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

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

Inherited from TaskSupport

Inherited from Updates

Inherited from AnyRef

Inherited from Any

Ungrouped