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 getArcHeight(): Double
    Definition Classes
    Double → RoundRectangle2D
  13. def getArcWidth(): Double
    Definition Classes
    Double → RoundRectangle2D
  14. def getBounds(): java.awt.Rectangle
    Definition Classes
    RectangularShape → Shape
  15. def getBounds2D(): Rectangle2D
    Definition Classes
    Double → Shape
  16. def getCenterX(): Double
    Definition Classes
    RectangularShape
  17. def getCenterY(): Double
    Definition Classes
    RectangularShape
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getFrame(): Rectangle2D
    Definition Classes
    RectangularShape
    Annotations
    @Transient()
  20. def getHeight(): Double
    Definition Classes
    Double → RectangularShape
  21. def getMaxX(): Double
    Definition Classes
    RectangularShape
  22. def getMaxY(): Double
    Definition Classes
    RectangularShape
  23. def getMinX(): Double
    Definition Classes
    RectangularShape
  24. def getMinY(): Double
    Definition Classes
    RectangularShape
  25. def getPathIterator(arg0: AffineTransform): PathIterator
    Definition Classes
    RoundRectangle2D → Shape
  26. def getPathIterator(arg0: AffineTransform, arg1: Double): PathIterator
    Definition Classes
    RectangularShape → Shape
  27. def getWidth(): Double
    Definition Classes
    Double → RectangularShape
  28. def getX(): Double
    Definition Classes
    Double → RectangularShape
  29. def getY(): Double
    Definition Classes
    Double → RectangularShape
  30. def hashCode(): Int
    Definition Classes
    RoundRectangle2D → AnyRef → Any
  31. def intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
    Definition Classes
    RoundRectangle2D → Shape
  32. def intersects(arg0: Rectangle2D): Boolean
    Definition Classes
    RectangularShape → Shape
  33. def isEmpty(): Boolean
    Definition Classes
    Double → RectangularShape
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def setFrame(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    RoundRectangle2D → RectangularShape
  39. def setFrame(arg0: Rectangle2D): Unit
    Definition Classes
    RectangularShape
  40. def setFrame(arg0: Point2D, arg1: Dimension2D): Unit
    Definition Classes
    RectangularShape
  41. def setFrameFromCenter(arg0: Point2D, arg1: Point2D): Unit
    Definition Classes
    RectangularShape
  42. def setFrameFromCenter(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    RectangularShape
  43. def setFrameFromDiagonal(arg0: Point2D, arg1: Point2D): Unit
    Definition Classes
    RectangularShape
  44. def setFrameFromDiagonal(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
    Definition Classes
    RectangularShape
  45. def setRoundRect(arg0: RoundRectangle2D): Unit
    Definition Classes
    Double → RoundRectangle2D
  46. def setRoundRect(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit
    Definition Classes
    Double → RoundRectangle2D
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  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( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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