scalation.scala2d

Path

case class Path() extends Double with Product with Serializable

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. Hide All
  2. Show all
  1. Path
  2. Serializable
  3. Product
  4. Equals
  5. Double
  6. Serializable
  7. Path2D
  8. Cloneable
  9. Shape
  10. AnyRef
  11. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Path()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def append(arg0: PathIterator, arg1: Boolean): Unit

    Definition Classes
    Double → Path2D
  7. final def append(arg0: Shape, arg1: Boolean): Unit

    Definition Classes
    Path2D
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def canEqual(arg0: Any): Boolean

    Definition Classes
    Path → Equals
  10. final def clone(): AnyRef

    Definition Classes
    Double → Path2D → AnyRef
  11. final def closePath(): Unit

    Definition Classes
    Path2D
  12. final def contains(arg0: Rectangle2D): Boolean

    Definition Classes
    Path2D → Shape
  13. final def contains(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean

    Definition Classes
    Path2D → Shape
  14. final def contains(arg0: Point2D): Boolean

    Definition Classes
    Path2D → Shape
  15. final def contains(arg0: Double, arg1: Double): Boolean

    Definition Classes
    Path2D → Shape
  16. final def createTransformedShape(arg0: AffineTransform): Shape

    Definition Classes
    Path2D
  17. final def curveTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit

    Definition Classes
    Double → Path2D
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Path → Equals → AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. final def getBounds(): Rectangle

    Definition Classes
    Path2D → Shape
  22. final def getBounds2D(): Rectangle2D

    Definition Classes
    Double → Shape
  23. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  24. final def getCurrentPoint(): Point2D

    Definition Classes
    Path2D
  25. final def getPathIterator(arg0: AffineTransform): PathIterator

    Definition Classes
    Double → Shape
  26. final def getPathIterator(arg0: AffineTransform, arg1: Double): PathIterator

    Definition Classes
    Path2D → Shape
  27. final def getWindingRule(): Int

    Definition Classes
    Path2D
  28. def hashCode(): Int

    Definition Classes
    Path → AnyRef → Any
  29. final def intersects(arg0: Rectangle2D): Boolean

    Definition Classes
    Path2D → Shape
  30. final def intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean

    Definition Classes
    Path2D → Shape
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def lineTo(arg0: Double, arg1: Double): Unit

    Definition Classes
    Double → Path2D
  33. final def moveTo(arg0: Double, arg1: Double): Unit

    Definition Classes
    Double → Path2D
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def productArity: Int

    Definition Classes
    Path → Product
  38. def productElement(arg0: Int): Any

    Definition Classes
    Path → Product
  39. def productIterator: Iterator[Any]

    Definition Classes
    Product
  40. def productPrefix: String

    Definition Classes
    Path → Product
  41. final def quadTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

    Definition Classes
    Double → Path2D
  42. final def reset(): Unit

    Definition Classes
    Path2D
  43. final def setWindingRule(arg0: Int): Unit

    Definition Classes
    Path2D
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    Path → AnyRef → Any
  46. final def transform(arg0: AffineTransform): Unit

    Definition Classes
    Double → Path2D
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Double

Inherited from Serializable

Inherited from Path2D

Inherited from Cloneable

Inherited from Shape

Inherited from AnyRef

Inherited from Any