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. RoundRectangle
  2. Serializable
  3. Product
  4. Equals
  5. Double
  6. Serializable
  7. RoundRectangle2D
  8. RectangularShape
  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 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 clone(): AnyRef

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

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getArcHeight(): Double

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

    Definition Classes
    Double → RoundRectangle2D
  17. def getBounds(): java.awt.Rectangle

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

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

    Definition Classes
    RectangularShape
  20. def getCenterY(): Double

    Definition Classes
    RectangularShape
  21. final def getClass(): Class[_]

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

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

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

    Definition Classes
    RectangularShape
  25. def getMaxY(): Double

    Definition Classes
    RectangularShape
  26. def getMinX(): Double

    Definition Classes
    RectangularShape
  27. def getMinY(): Double

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  41. def setFrame(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Ungrouped