scalafx.geometry

Rectangle2D

class Rectangle2D extends SFXDelegate[javafx.geometry.Rectangle2D]

Source
Rectangle2D.scala
Linear Supertypes
SFXDelegate[javafx.geometry.Rectangle2D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Rectangle2D
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Rectangle2D(minX: Double, minY: Double, width: Double, height: Double)

  2. new Rectangle2D(delegate: javafx.geometry.Rectangle2D)

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def contains(r: Rectangle2D): Boolean

    Tests if the interior of this Rectangle2D entirely contains the specified Rectangle2D, r.

  9. def contains(p: Point2D): Boolean

    Tests if the specified point is inside the boundary of Rectangle2D.

  10. def contains(x: Double, y: Double, w: Double, h: Double): Boolean

    Tests if the interior of this Rectangle2D entirely contains the specified rectangular area.

  11. def contains(x: Double, y: Double): Boolean

    Tests if the specified (x, y) coordinates are inside the boundary of Rectangle2D.

  12. val delegate: javafx.geometry.Rectangle2D

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    Rectangle2DSFXDelegate
  13. final def eq(arg0: AnyRef): Boolean

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

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  17. def height: Double

    The height of this Rectangle2D.

  18. def intersects(r: Rectangle2D): Boolean

    Tests if the interior of this Rectangle2D intersects the interior of a specified Rectangle2D, r.

  19. def intersects(x: Double, y: Double, w: Double, h: Double): Boolean

    Tests if the interior of this Rectangle2D intersects the interior of a specified rectangular area.

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def maxX: Double

    The x coordinate of the lower-right corner of this Rectangle2D.

  22. def maxY: Double

    The y coordinate of the lower-right corner of this Rectangle2D.

  23. def minX: Double

    The x coordinate of the upper-left corner of this Rectangle2D.

  24. def minY: Double

    The y coordinate of the upper-left corner of this Rectangle2D.

  25. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def width: Double

    The width of this Rectangle2D.

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SFXDelegate[javafx.geometry.Rectangle2D]

Inherited from AnyRef

Inherited from Any

Ungrouped