Class/Object

io.youi.hypertext

ImageView

Related Docs: object ImageView | package hypertext

Permalink

class ImageView extends Component

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageView
  2. Component
  3. AbstractComponent
  4. TaskSupport
  5. Updates
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImageView()

    Permalink
  2. new ImageView(element: Image)

    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. val actualHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  5. val actualWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val backgroundColor: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  8. def blur(): Unit

    Permalink
    Definition Classes
    Component
  9. lazy val border: ComponentBorders

    Permalink
    Definition Classes
    Component
  10. def click(): Unit

    Permalink
    Definition Classes
    Component
  11. object clip

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val color: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  14. def createInstance(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  15. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  16. def determineActualHeight: Double

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  17. def determineActualWidth: Double

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  18. val element: Image

    Permalink
    Definition Classes
    ImageViewComponent
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. object event

    Permalink
    Definition Classes
    Component
  22. def events[E <: Event](eventType: String, stopPropagation: Boolean = false): Channel[E]

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  23. def every(delay: FiniteDuration, until: Option[FiniteDuration] = None, allowBackgrounding: Boolean = true)(f: ⇒ Unit): Unit

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def focus(): Unit

    Permalink
    Definition Classes
    Component
  26. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    AbstractComponent
  29. val image: Var[Image]

    Permalink
  30. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ImageViewComponentAbstractComponent
  31. val innerHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  32. val innerWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val loaded: Var[Boolean]

    Permalink
  35. object margin

    Permalink
    Definition Classes
    AbstractComponent
  36. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Updates
  41. lazy val opacity: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  42. lazy val overflow: ComponentOverflow

    Permalink
    Definition Classes
    Component
  43. object padding

    Permalink
    Definition Classes
    AbstractComponent
  44. lazy val parent: State[Option[AbstractComponent]]

    Permalink
    Definition Classes
    AbstractComponent
  45. object position

    Permalink
    Definition Classes
    AbstractComponent
  46. def prop[T](get: ⇒ T, set: (T) ⇒ Unit, mayCauseResize: Boolean): Var[T]

    Permalink
    Attributes
    protected[io.youi.hypertext]
    Definition Classes
    Component
  47. def removeFromParent(): Boolean

    Permalink
    Definition Classes
    AbstractComponent
  48. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  49. object scale

    Permalink
    Definition Classes
    AbstractComponent
  50. object scrollbar

    Permalink
    Definition Classes
    AbstractComponent
  51. object size

    Permalink
    Definition Classes
    AbstractComponent
  52. def start(task: Task): TaskInstance

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

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

    Permalink
    Definition Classes
    AbstractComponent → AnyRef → Any
  55. def update(delta: Double): Unit

    Permalink
    Definition Classes
    Updates
  56. def updateBackgroundColor(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  57. def updateColor(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  58. def updateSize(): Unit

    Permalink
    Definition Classes
    Component
  59. def updateTasks(): Boolean

    Permalink
    Definition Classes
    TaskSupport
  60. def updateTransform(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  61. lazy val visible: Var[Boolean]

    Permalink
    Definition Classes
    AbstractComponent
  62. final def wait(): Unit

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

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

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

Inherited from Component

Inherited from AbstractComponent

Inherited from TaskSupport

Inherited from Updates

Inherited from AnyRef

Inherited from Any

Ungrouped