PerspectiveTransform

class PerspectiveTransform(val delegate: PerspectiveTransform) extends Effect with InputDelegate[PerspectiveTransform] with SFXDelegate[PerspectiveTransform]
Companion
object
trait InputDelegate[PerspectiveTransform]
class Effect
trait SFXDelegate[PerspectiveTransform]
class Object
trait Matchable
class Any

Value members

Constructors

def this(ulx: Double, uly: Double, urx: Double, ury: Double, lrx: Double, lry: Double, llx: Double, lly: Double)

Creates a new instance of PerspectiveTransform with the specified ulx, uly, urx, ury, lrx, lry, llx, and lly.

Creates a new instance of PerspectiveTransform with the specified ulx, uly, urx, ury, lrx, lry, llx, and lly.

Concrete methods

The x coordinate of the output location onto which the lower left corner of the source is mapped.

The x coordinate of the output location onto which the lower left corner of the source is mapped.

def llx_=(v: Double): Unit

The y coordinate of the output location onto which the lower left corner of the source is mapped.

The y coordinate of the output location onto which the lower left corner of the source is mapped.

def lly_=(v: Double): Unit

The x coordinate of the output location onto which the lower right corner of the source is mapped.

The x coordinate of the output location onto which the lower right corner of the source is mapped.

def lrx_=(v: Double): Unit

The y coordinate of the output location onto which the lower right corner of the source is mapped.

The y coordinate of the output location onto which the lower right corner of the source is mapped.

def lry_=(v: Double): Unit

The x coordinate of the output location onto which the upper left corner of the source is mapped.

The x coordinate of the output location onto which the upper left corner of the source is mapped.

def ulx_=(v: Double): Unit

The y coordinate of the output location onto which the upper left corner of the source is mapped.

The y coordinate of the output location onto which the upper left corner of the source is mapped.

def uly_=(v: Double): Unit

The x coordinate of the output location onto which the upper right corner of the source is mapped.

The x coordinate of the output location onto which the upper right corner of the source is mapped.

def urx_=(v: Double): Unit

The y coordinate of the output location onto which the upper right corner of the source is mapped.

The y coordinate of the output location onto which the upper right corner of the source is mapped.

def ury_=(v: Double): Unit

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
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Inherited from
InputDelegate
def input_=(v: Effect): Unit
Inherited from
InputDelegate
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: PerspectiveTransform