Dimension2D

scalafx.geometry.Dimension2D
See theDimension2D companion object
class Dimension2D(val delegate: Dimension2D) extends SFXDelegate[Dimension2D]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[Dimension2D]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(width: Double, height: Double)

Constructs a Dimension2D with the specified width and height.

Constructs a Dimension2D with the specified width and height.

Attributes

Concrete methods

def height: Double

The height of the dimension.

The height of the dimension.

Attributes

def width: Double

The width of the dimension.

The width of the dimension.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: Dimension2D

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes