PerspectiveTransform

scalafx.scene.effect.PerspectiveTransform
See thePerspectiveTransform companion object
class PerspectiveTransform(val delegate: PerspectiveTransform) extends Effect, InputDelegate[PerspectiveTransform], SFXDelegate[PerspectiveTransform]

Attributes

Companion
object
Graph
Supertypes
trait InputDelegate[PerspectiveTransform]
class Effect
trait SFXDelegate[PerspectiveTransform]
class Object
trait Matchable
class Any
Show all

Members list

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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

The input for this Effect.

The input for this Effect.

Attributes

Inherited from:
InputDelegate
def input_=(v: Effect): Unit

Attributes

Inherited from:
InputDelegate
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: PerspectiveTransform

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes