case class Path(actions: List[PathAction]) extends PathBuilder with PathAction with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Path
- Serializable
- Product
- Equals
- PathAction
- Drawable
- Modifiable
- PathBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Path(actions: List[PathAction])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actions: List[PathAction]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def begin: Path
- Definition Classes
- PathBuilder
- lazy val boundingBox: BoundingBox
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close: Path
- Definition Classes
- PathBuilder
- def curve(x1: Double, y1: Double, x2: Double, y2: Double, x: Double, y: Double): Path
- Definition Classes
- PathBuilder
- def draw(context: Context, x: Double, y: Double, scaleX: Double, scaleY: Double): Unit
- Definition Classes
- Path → PathAction
- final def draw(context: Context, x: Double, y: Double): Unit
- Definition Classes
- PathAction → Drawable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fix(): Path
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def line(x: Double, y: Double): Path
- Definition Classes
- PathBuilder
- lazy val modified: Var[Long]
- Definition Classes
- Modifiable
- def modify(mx: (Double) => Double, my: (Double) => Double): Path
- def move(x: Double, y: Double): Path
- Definition Classes
- PathBuilder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val path2d: Val[Path2D]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def quadratic(x1: Double, y1: Double, x: Double, y: Double): Path
- Definition Classes
- PathBuilder
- def rect(x: Double, y: Double, width: Double, height: Double, complete: Boolean): Path
- Definition Classes
- PathBuilder
- def roundedRect(x: Double, y: Double, width: Double, height: Double, radius: Double = 5.0): Path
- Definition Classes
- PathBuilder
- def scale(x: Double = 1.0, y: Double = 1.0): Path
- def shift(adjustX: Double, adjustY: Double): Path
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Path → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAction(action: PathAction): Path
- Definition Classes
- Path → PathBuilder
- def withoutClose(): Path
- def withoutOpen(): Path