scalation.scala2d

RoundRectangle

case class RoundRectangle() extends Double with Product with Serializable

Convenience case class for RoundRectangle2D (a subclass of RectangularShape).

Linear Supertypes
Serializable, Product, Equals, Double, Serializable, RoundRectangle2D, RectangularShape, Cloneable, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RoundRectangle
  2. Serializable
  3. Product
  4. Equals
  5. Double
  6. Serializable
  7. RoundRectangle2D
  8. RectangularShape
  9. Cloneable
  10. Shape
  11. AnyRef
  12. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RoundRectangle()

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 asInstanceOf[T0]: T0

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

    Definition Classes
    RoundRectangle → Equals
  8. def clone(): AnyRef

    Definition Classes
    RectangularShape → AnyRef
  9. def contains(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean

    Definition Classes
    RoundRectangle2D → Shape
  10. def contains(arg0: Double, arg1: Double): Boolean

    Definition Classes
    RoundRectangle2D → Shape
  11. def contains(arg0: Rectangle2D): Boolean

    Definition Classes
    RectangularShape → Shape
  12. def contains(arg0: Point2D): Boolean

    Definition Classes
    RectangularShape → Shape
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    RoundRectangle2D → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getArcHeight(): Double

    Definition Classes
    Double → RoundRectangle2D
  17. def getArcWidth(): Double

    Definition Classes
    Double → RoundRectangle2D
  18. def getBounds(): Rectangle

    Definition Classes
    RectangularShape → Shape
  19. def getBounds2D(): Rectangle2D

    Definition Classes
    Double → Shape
  20. def getCenterX(): Double

    Definition Classes
    RectangularShape
  21. def getCenterY(): Double

    Definition Classes
    RectangularShape
  22. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  23. def getFrame(): Rectangle2D

    Definition Classes
    RectangularShape
    Annotations
    @Transient()
  24. def getHeight(): Double

    Definition Classes
    Double → RectangularShape
  25. def getMaxX(): Double

    Definition Classes
    RectangularShape
  26. def getMaxY(): Double

    Definition Classes
    RectangularShape
  27. def getMinX(): Double

    Definition Classes
    RectangularShape
  28. def getMinY(): Double

    Definition Classes
    RectangularShape
  29. def getPathIterator(arg0: AffineTransform): PathIterator

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

    Definition Classes
    RectangularShape → Shape
  31. def getWidth(): Double

    Definition Classes
    Double → RectangularShape
  32. def getX(): Double

    Definition Classes
    Double → RectangularShape
  33. def getY(): Double

    Definition Classes
    Double → RectangularShape
  34. def hashCode(): Int

    Definition Classes
    RoundRectangle2D → AnyRef → Any
  35. def intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean

    Definition Classes
    RoundRectangle2D → Shape
  36. def intersects(arg0: Rectangle2D): Boolean

    Definition Classes
    RectangularShape → Shape
  37. def isEmpty(): Boolean

    Definition Classes
    Double → RectangularShape
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  42. def productArity: Int

    Definition Classes
    RoundRectangle → Product
  43. def productElement(arg0: Int): Any

    Definition Classes
    RoundRectangle → Product
  44. def productIterator: Iterator[Any]

    Definition Classes
    Product
  45. def productPrefix: String

    Definition Classes
    RoundRectangle → Product
  46. def setFrame(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

    Definition Classes
    RoundRectangle2D → RectangularShape
  47. def setFrame(arg0: Rectangle2D): Unit

    Definition Classes
    RectangularShape
  48. def setFrame(arg0: Point2D, arg1: Dimension2D): Unit

    Definition Classes
    RectangularShape
  49. def setFrameFromCenter(arg0: Point2D, arg1: Point2D): Unit

    Definition Classes
    RectangularShape
  50. def setFrameFromCenter(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

    Definition Classes
    RectangularShape
  51. def setFrameFromDiagonal(arg0: Point2D, arg1: Point2D): Unit

    Definition Classes
    RectangularShape
  52. def setFrameFromDiagonal(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

    Definition Classes
    RectangularShape
  53. def setRoundRect(arg0: RoundRectangle2D): Unit

    Definition Classes
    Double → RoundRectangle2D
  54. def setRoundRect(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit

    Definition Classes
    Double → RoundRectangle2D
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    RoundRectangle → AnyRef → Any
  57. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. 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 RoundRectangle2D

Inherited from RectangularShape

Inherited from Cloneable

Inherited from Shape

Inherited from AnyRef

Inherited from Any