Package

io.youi.component

draw

Permalink

package draw

Visibility
  1. Public
  2. All

Type Members

  1. case class BoundingBox(x1: Double, y1: Double, x2: Double, y2: Double) extends Product with Serializable

    Permalink
  2. trait Drawable extends Ordered[Drawable]

    Permalink
  3. case class Fill(paint: Paint) extends Drawable with Product with Serializable

    Permalink
  4. case class Group(drawables: List[Drawable]) extends Drawable with Product with Serializable

    Permalink
  5. sealed abstract class LineCap extends AnyRef

    Permalink
  6. sealed abstract class LineJoin extends AnyRef

    Permalink
  7. case class Stroke(paint: Paint, lineWidth: Double, lineDash: List[Double], lineDashOffset: Double, lineCap: LineCap, lineJoin: LineJoin) extends Drawable with Product with Serializable

    Permalink
  8. case class TouchData(deltaX: Double, deltaY: Double, distance: Double) extends Product with Serializable

    Permalink
  9. case class Translate(x: Double = 0.0, y: Double = 0.0) extends Drawable with Product with Serializable

    Permalink

Value Members

  1. object BoundingBox extends Serializable

    Permalink
  2. object Drawable

    Permalink
  3. object Group extends Serializable

    Permalink
  4. object LineCap

    Permalink
  5. object LineJoin

    Permalink
  6. object RestoreContext extends Drawable

    Permalink
  7. object SaveContext extends Drawable

    Permalink
  8. package path

    Permalink

Ungrouped