Dimension2D

class Dimension2D(val delegate: Dimension2D) extends SFXDelegate[Dimension2D]
Companion
object
trait SFXDelegate[Dimension2D]
class Object
trait Matchable
class Any

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.

Concrete methods

def height: Double

The height of the dimension.

The height of the dimension.

def width: Double

The width of the dimension.

The width of the dimension.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: Dimension2D