c

io.youi

Context

class Context extends AnyRef

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

Instance Constructors

  1. new Context(canvas: Canvas)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def begin(): Unit
  6. val canvas: Canvas
  7. lazy val canvasContext: CanvasRenderingContext2D
  8. def clear(): Unit
  9. def clipRect(x1: Double, y1: Double, x2: Double, y2: Double): Unit
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit
  12. def draw(component: Component): Unit
  13. def drawCanvas(canvas: Canvas)(x: Double = 0.0, y: Double = 0.0, width: Double = canvas.width, height: Double = canvas.height): Unit
  14. def drawImage(image: Image)(x: Double = 0.0, y: Double = 0.0, width: Double = image.width, height: Double = image.height): Unit
  15. def drawVideo(video: Video)(x: Double = 0.0, y: Double = 0.0, width: Double = video.width, height: Double = video.height): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def fill(paint: Paint, apply: Boolean): Unit
  19. def fillText(text: String, x: Double = 0.0, y: Double = 0.0, maxWidth: Double = 10000.0): Unit
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. def height: Double
  24. def identity(): Unit
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def lineJoin(value: String): Unit
  27. def lineTo(x: Double, y: Double): Unit
  28. def measureText(text: String, size: Size = Size.zero): Size
  29. def miterLimit(value: Double): Unit
  30. def moveTo(x: Double, y: Double): Unit
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def opacity: Double
  35. def opacity_=(value: Double): Unit
  36. def quadraticCurveTo(cpx: Double, cpy: Double, x: Double, y: Double): Unit
  37. def rect(x: Double, y: Double, width: Double, height: Double): Unit
  38. def restore(): Unit
  39. def roundedRect(x: Double, y: Double, width: Double, height: Double, radius: Double): Unit
  40. def save(): Unit
  41. def scale(x: Double, y: Double): Unit
  42. def setFont(family: String, size: Double, style: String, variant: String, weight: String): Unit
  43. def setShadow(blur: Double, color: Color, x: Double, y: Double): Unit
  44. def state[R](f: ⇒ R): R
  45. def stroke(stroke: Stroke, apply: Boolean): Unit
  46. def strokeText(text: String, x: Double = 0.0, y: Double = 0.0, maxWidth: Double = 10000.0): Unit
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def textBaseline(value: String): Unit
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def transform(component: Component, multiply: Boolean = false): Unit
  51. def transform(matrix: Matrix3): Unit
  52. def translate(x: Double, y: Double): Unit
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def width: Double

Inherited from AnyRef

Inherited from Any

Ungrouped