Packages

c

io.youi.component

DrawableView

class DrawableView extends CanvasView

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawableView
  2. CanvasView
  3. HeightFeature
  4. WidthFeature
  5. Feature
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DrawableView(canvas: Canvas = dom.create.canvas)

Value Members

  1. object classes extends Prop[Set[String]]
    Definition Classes
    Component
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def absoluteBounding: Rectangle

    Returns the absolute bounding rectangle for this element

    Returns the absolute bounding rectangle for this element

    Definition Classes
    Component
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val background: Prop[Paint]
    Definition Classes
    Component
  8. lazy val backgroundColor: Prop[Color]
    Definition Classes
    Component
  9. val border: Var[Border]
  10. def borderDraw(context: Context): Unit
    Attributes
    protected
  11. lazy val clear: Prop[Clear]
    Definition Classes
    Component
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. lazy val color: Prop[Color]
    Definition Classes
    Component
  14. def component: Component
    Attributes
    protected
    Definition Classes
    CanvasViewFeature
  15. lazy val context: Context
    Attributes
    protected
    Definition Classes
    CanvasView
  16. lazy val cursor: Prop[Cursor]
    Definition Classes
    Component
  17. lazy val display: Prop[Display]
    Definition Classes
    Component
  18. def draw(content: Context): Unit
    Attributes
    protected
    Definition Classes
    DrawableViewCanvasView
  19. val drawable: Var[Drawable]
    Attributes
    protected
  20. val element: Element
    Definition Classes
    Component
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. lazy val floatStyle: Prop[FloatStyle]
    Definition Classes
    Component
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. lazy val height: Prop[Double]
    Definition Classes
    CanvasViewHeightFeature
  28. lazy val id: Prop[String]
    Definition Classes
    Component
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. lazy val measure: Trigger
    Definition Classes
    Component
  31. val modified: Val[Long]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. lazy val opacity: Prop[Double]
    Definition Classes
    Component
  36. def postDraw(context: Context): Unit
    Attributes
    protected
  37. def preDraw(context: Context): Unit
    Attributes
    protected
  38. def render(): Unit
    Definition Classes
    CanvasView
  39. lazy val rotation: Prop[Double]
    Definition Classes
    Component
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. lazy val title: Prop[String]
    Definition Classes
    Component
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. lazy val userSelect: Prop[UserSelect]
    Definition Classes
    Component
  44. lazy val verticalAlign: Prop[VerticalAlign]
    Definition Classes
    Component
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. lazy val whiteSpace: Prop[WhiteSpace]
    Definition Classes
    Component
  49. lazy val width: Prop[Double]
    Definition Classes
    CanvasViewWidthFeature

Inherited from CanvasView

Inherited from HeightFeature

Inherited from WidthFeature

Inherited from Feature

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped