Packages

case class Ellipse() extends Double with Product with Serializable

Ellipse is a convenience case class for Ellipse2D (a subclass of RectangularShape).

Linear Supertypes
Product, Equals, Double, Serializable, Ellipse2D, RectangularShape, Cloneable, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ellipse
  2. Product
  3. Equals
  4. Double
  5. Serializable
  6. Ellipse2D
  7. RectangularShape
  8. Cloneable
  9. Shape
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Ellipse()

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

Deprecated Value Members

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

Inherited from Product

Inherited from Equals

Inherited from Double

Inherited from Serializable

Inherited from Ellipse2D

Inherited from RectangularShape

Inherited from Cloneable

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped