Packages

case class Path() extends Double with Product with Serializable

Path is a convenience case class for Path2D. Its subtypes (case class Polygon, etc.) are defined in other files in the scala2d package.

Linear Supertypes
Serializable, Product, Equals, Double, Serializable, Path2D, Cloneable, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. Serializable
  3. Product
  4. Equals
  5. Double
  6. Serializable
  7. Path2D
  8. Cloneable
  9. Shape
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Path()

Value Members

  1. final def append(arg0: PathIterator, arg1: Boolean): Unit
    Definition Classes
    Double → Path2D
  2. final def append(arg0: Shape, arg1: Boolean): Unit
    Definition Classes
    Path2D
  3. final def clone(): AnyRef
    Definition Classes
    Double → Path2D → AnyRef
  4. final def closePath(): Unit
    Definition Classes
    Path2D
  5. final def contains(arg0: Rectangle2D): Boolean
    Definition Classes
    Path2D → Shape
  6. final def contains(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
    Definition Classes
    Path2D → Shape
  7. final def contains(arg0: Point2D): Boolean
    Definition Classes
    Path2D → Shape
  8. final def contains(arg0: Double, arg1: Double): Boolean
    Definition Classes
    Path2D → Shape
  9. final def createTransformedShape(arg0: AffineTransform): Shape
    Definition Classes
    Path2D
  10. final def curveTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit
    Definition Classes
    Double → Path2D
  11. final def getBounds(): java.awt.Rectangle
    Definition Classes
    Path2D → Shape
  12. final def getBounds2D(): Rectangle2D
    Definition Classes
    Double → Shape
  13. final def getCurrentPoint(): Point2D
    Definition Classes
    Path2D
  14. final def getPathIterator(arg0: AffineTransform): PathIterator
    Definition Classes
    Double → Shape
  15. final def getPathIterator(arg0: AffineTransform, arg1: Double): PathIterator
    Definition Classes
    Path2D → Shape
  16. final def getWindingRule(): Int
    Definition Classes
    Path2D
  17. final def intersects(arg0: Rectangle2D): Boolean
    Definition Classes
    Path2D → Shape
  18. final def intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
    Definition Classes
    Path2D → Shape
  19. final def lineTo(arg0: Double, arg1: Double): Unit
    Definition Classes
    Double → Path2D
  20. final def moveTo(arg0: Double, arg1: Double): Unit
    Definition Classes
    Double → Path2D
  21. final def quadTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    Double → Path2D
  22. final def reset(): Unit
    Definition Classes
    Path2D
  23. final def setWindingRule(arg0: Int): Unit
    Definition Classes
    Path2D
  24. final def transform(arg0: AffineTransform): Unit
    Definition Classes
    Double → Path2D