Class

io.youi.drawable

Context

Related Doc: package drawable

Permalink

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, _ratio: ⇒ Double)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def begin(): Unit

    Permalink
  6. def bezierCurveTo(cp1x: Double, cp1y: Double, cp2x: Double, cp2y: Double, x: Double, y: Double): Unit

    Permalink
  7. val canvas: Canvas

    Permalink
  8. def clear(): Unit

    Permalink
  9. def clipPath(path: Path, x: Double = 0.0, y: Double = 0.0): Unit

    Permalink
  10. def clipRect(x1: Double, y1: Double, x2: Double, y2: Double): Unit

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(): Unit

    Permalink
  13. def composite(composite: Composite): Unit

    Permalink
  14. def createPattern(repetition: Repetition): CanvasPattern

    Permalink
  15. def ctx: CanvasRenderingContext2D

    Permalink
  16. def drawCanvas(canvas: Canvas)(x: Double = 0.0, y: Double = 0.0, width: Double = canvas.width, height: Double = canvas.height): Unit

    Permalink
  17. def drawImage(image: Image)(x: Double = 0.0, y: Double = 0.0, width: Double = image.width, height: Double = image.height): Unit

    Permalink
  18. def drawVideo(video: Video)(x: Double = 0.0, y: Double = 0.0, width: Double = video.width, height: Double = video.height): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def fill: Paint

    Permalink
  22. def fill(paint: Paint, apply: Boolean): Unit

    Permalink
  23. def fillText(text: String, x: Double = 0.0, y: Double = 0.0, maxWidth: Double = 10000.0): Unit

    Permalink
  24. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def height: Double

    Permalink
  28. def identity(): Unit

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def lineJoin(value: String): Unit

    Permalink
  31. def lineTo(x: Double, y: Double): Unit

    Permalink
  32. def measureText(text: String, size: Size = Size.zero): Size

    Permalink
  33. def miterLimit(value: Double): Unit

    Permalink
  34. def moveTo(x: Double, y: Double): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def opacity: Double

    Permalink
  39. def opacity_=(value: Double): Unit

    Permalink
  40. def quadraticCurveTo(cpx: Double, cpy: Double, x: Double, y: Double): Unit

    Permalink
  41. def ratioX: Double

    Permalink
  42. def ratioY: Double

    Permalink
  43. def rect(x: Double, y: Double, width: Double, height: Double, begin: Boolean = true, close: Boolean = true): Unit

    Permalink
  44. def reset(): Unit

    Permalink
  45. def restore(): Unit

    Permalink
  46. def rotate(angle: Double): Unit

    Permalink
  47. def roundedRect(x: Double, y: Double, width: Double, height: Double, radius: Double): Unit

    Permalink
  48. def save(): Unit

    Permalink
  49. def scale(x: Double, y: Double): Unit

    Permalink
  50. def setFont(family: String, size: Double, style: String, variant: String, weight: String): Unit

    Permalink
  51. def setShadow(blur: Double, color: Color, x: Double, y: Double): Unit

    Permalink
  52. def state[R](f: ⇒ R): R

    Permalink
  53. def stroke: Stroke

    Permalink
  54. def stroke(paint: Paint, lineWidth: Double = 1.0, lineDash: List[Double] = Nil, lineDashOffset: Double = 0.0, lineCap: LineCap = LineCap.Butt, lineJoin: LineJoin = LineJoin.Miter, apply: Boolean): Unit

    Permalink
  55. def stroke(stroke: Stroke, apply: Boolean): Unit

    Permalink
  56. def strokeText(text: String, x: Double = 0.0, y: Double = 0.0, maxWidth: Double = 10000.0): Unit

    Permalink
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def textBaseline(value: String): Unit

    Permalink
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def transform(matrix: Matrix3): Unit

    Permalink
  61. def translate(x: Double, y: Double): Unit

    Permalink
  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( ... )
  65. def width: Double

    Permalink
  66. def withScale[R](x: Double = 1.0, y: Double = 1.0)(f: ⇒ R): R

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped