Packages

c

scalation.scala2d

RoundRectangle

case class RoundRectangle() extends Double with Product with Serializable

RoundRectangle is a 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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RoundRectangle()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Definition Classes
    RectangularShape → AnyRef
  6. def contains(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
    Definition Classes
    RoundRectangle2D → Shape
  7. def contains(arg0: Double, arg1: Double): Boolean
    Definition Classes
    RoundRectangle2D → Shape
  8. def contains(arg0: Rectangle2D): Boolean
    Definition Classes
    RectangularShape → Shape
  9. def contains(arg0: Point2D): Boolean
    Definition Classes
    RectangularShape → Shape
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    RoundRectangle2D → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getArcHeight(): Double
    Definition Classes
    Double → RoundRectangle2D
  14. def getArcWidth(): Double
    Definition Classes
    Double → RoundRectangle2D
  15. def getBounds(): java.awt.Rectangle
    Definition Classes
    RectangularShape → Shape
  16. def getBounds2D(): Rectangle2D
    Definition Classes
    Double → Shape
  17. def getCenterX(): Double
    Definition Classes
    RectangularShape
  18. def getCenterY(): Double
    Definition Classes
    RectangularShape
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def getFrame(): Rectangle2D
    Definition Classes
    RectangularShape
    Annotations
    @Transient()
  21. def getHeight(): Double
    Definition Classes
    Double → RectangularShape
  22. def getMaxX(): Double
    Definition Classes
    RectangularShape
  23. def getMaxY(): Double
    Definition Classes
    RectangularShape
  24. def getMinX(): Double
    Definition Classes
    RectangularShape
  25. def getMinY(): Double
    Definition Classes
    RectangularShape
  26. def getPathIterator(arg0: AffineTransform): PathIterator
    Definition Classes
    RoundRectangle2D → Shape
  27. def getPathIterator(arg0: AffineTransform, arg1: Double): PathIterator
    Definition Classes
    RectangularShape → Shape
  28. def getWidth(): Double
    Definition Classes
    Double → RectangularShape
  29. def getX(): Double
    Definition Classes
    Double → RectangularShape
  30. def getY(): Double
    Definition Classes
    Double → RectangularShape
  31. def hashCode(): Int
    Definition Classes
    RoundRectangle2D → AnyRef → Any
  32. def intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
    Definition Classes
    RoundRectangle2D → Shape
  33. def intersects(arg0: Rectangle2D): Boolean
    Definition Classes
    RectangularShape → Shape
  34. def isEmpty(): Boolean
    Definition Classes
    Double → RectangularShape
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. def setFrame(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    RoundRectangle2D → RectangularShape
  40. def setFrame(arg0: Rectangle2D): Unit
    Definition Classes
    RectangularShape
  41. def setFrame(arg0: Point2D, arg1: Dimension2D): Unit
    Definition Classes
    RectangularShape
  42. def setFrameFromCenter(arg0: Point2D, arg1: Point2D): Unit
    Definition Classes
    RectangularShape
  43. def setFrameFromCenter(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    RectangularShape
  44. def setFrameFromDiagonal(arg0: Point2D, arg1: Point2D): Unit
    Definition Classes
    RectangularShape
  45. def setFrameFromDiagonal(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    RectangularShape
  46. def setRoundRect(arg0: RoundRectangle2D): Unit
    Definition Classes
    Double → RoundRectangle2D
  47. def setRoundRect(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit
    Definition Classes
    Double → RoundRectangle2D
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. 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