Packages

case class Path(actions: List[PathAction]) extends PathBuilder with PathAction with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, PathAction, Drawable, Modifiable, PathBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. Serializable
  3. Product
  4. Equals
  5. PathAction
  6. Drawable
  7. Modifiable
  8. PathBuilder
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Path(actions: List[PathAction])

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. val actions: List[PathAction]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def begin: Path
    Definition Classes
    PathBuilder
  7. lazy val boundingBox: BoundingBox
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def close: Path
    Definition Classes
    PathBuilder
  10. def curve(x1: Double, y1: Double, x2: Double, y2: Double, x: Double, y: Double): Path
    Definition Classes
    PathBuilder
  11. def draw(context: Context, x: Double, y: Double, scaleX: Double, scaleY: Double): Unit
    Definition Classes
    PathPathAction
  12. final def draw(context: Context, x: Double, y: Double): Unit
    Definition Classes
    PathActionDrawable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def fix(): Path
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def line(x: Double, y: Double): Path
    Definition Classes
    PathBuilder
  19. lazy val modified: Var[Long]
    Definition Classes
    Modifiable
  20. def modify(mx: (Double) => Double, my: (Double) => Double): Path
  21. def move(x: Double, y: Double): Path
    Definition Classes
    PathBuilder
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. lazy val path2d: Val[Path2D]
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def quadratic(x1: Double, y1: Double, x: Double, y: Double): Path
    Definition Classes
    PathBuilder
  28. def rect(x: Double, y: Double, width: Double, height: Double, complete: Boolean): Path
    Definition Classes
    PathBuilder
  29. def roundedRect(x: Double, y: Double, width: Double, height: Double, radius: Double = 5.0): Path
    Definition Classes
    PathBuilder
  30. def scale(x: Double = 1.0, y: Double = 1.0): Path
  31. def shift(adjustX: Double, adjustY: Double): Path
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Path → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def withAction(action: PathAction): Path
    Definition Classes
    PathPathBuilder
  38. def withoutClose(): Path
  39. def withoutOpen(): Path

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PathAction

Inherited from Drawable

Inherited from Modifiable

Inherited from PathBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped