scalafx.geometry

Rectangle2D

class Rectangle2D extends SFXDelegate[javafx.geometry.Rectangle2D]

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
    @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. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    returns

    The delegate hashcode

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

    The height of this Rectangle2D.

  19. def intersects(r: Rectangle2D): Boolean

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

  20. 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.

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def maxX: Double

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

  23. def maxY: Double

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

  24. def minX: Double

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

  25. def minY: Double

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

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

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

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

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  31. final def wait(): Unit

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

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

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

    The width of this Rectangle2D.

Inherited from SFXDelegate[javafx.geometry.Rectangle2D]

Inherited from AnyRef

Inherited from Any

Ungrouped