scalation.scala2d

Quad

case class Quad(vertex: Array[R2]) extends Double with Error with Product with Serializable

The Quad class enhances the Path2D.Double class (from the java.awt.geom package) by adding a constructor for building a quadrilateral given its vertices.

vertex

the four corner points of the quadrilateral

Linear Supertypes
Serializable, Product, Equals, Error, Double, Serializable, Path2D, Cloneable, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Quad
  2. Serializable
  3. Product
  4. Equals
  5. Error
  6. Double
  7. Serializable
  8. Path2D
  9. Cloneable
  10. Shape
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Quad(topLeft: R2, side1: Double, side2: Double, shift: Double = 0.0)

    Construct a Parallelogram (Rectangle if shift is 0).

    Construct a Parallelogram (Rectangle if shift is 0).

    topLeft

    the top left point for the parallelogram (min x and y coordinates).

    side1

    the width of the parallelogram (change in x)

    side2

    the heigth of the parallelogram (change in y)

    shift

    the x-shift between top and bottom sides

  2. new Quad(topLeft: R2, side: Double)

    Construct a Square.

    Construct a Square.

    topLeft

    the top left point for the square (min x and y coordinates)

    side

    the length of each side in the square

  3. new Quad(vertex: Array[R2])

    vertex

    the four corner points of the quadrilateral

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. final def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  20. final def getBounds(): java.awt.Rectangle

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

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

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

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

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

    Definition Classes
    Path2D → Shape
  26. def getTopLeft: R2

    Get the topLeft coordinates of the polygons bounding box.

  27. final def getWindingRule(): Int

    Definition Classes
    Path2D
  28. final def intersects(arg0: Rectangle2D): Boolean

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. final def quadTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

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

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

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

    Definition Classes
    AnyRef
  40. final def transform(arg0: AffineTransform): Unit

    Definition Classes
    Double → Path2D
  41. val vertex: Array[R2]

    the four corner points of the quadrilateral

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Error

Inherited from Double

Inherited from Serializable

Inherited from Path2D

Inherited from Cloneable

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped