PerspectiveTransform (Java SE 10 & JDK 10 ) (original) (raw)
Property Detail
* #### input
public final [ObjectProperty](../../../javafx/beans/property/ObjectProperty.html "class in javafx.beans.property")<[Effect](../../../javafx/scene/effect/Effect.html "class in javafx.scene.effect")> inputProperty
The input for this `Effect`. If set to `null`, or left unspecified, a graphical image of the `Node` to which the `Effect` is attached will be used as the input.
Default value:
null
See Also:
[getInput()](../../../javafx/scene/effect/PerspectiveTransform.html#getInput%28%29), [setInput(Effect)](../../../javafx/scene/effect/PerspectiveTransform.html#setInput%28javafx.scene.effect.Effect%29)
* #### ulx
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") ulxProperty
The x coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
See Also:
[getUlx()](../../../javafx/scene/effect/PerspectiveTransform.html#getUlx%28%29), [setUlx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUlx%28double%29)
* #### uly
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") ulyProperty
The y coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
See Also:
[getUly()](../../../javafx/scene/effect/PerspectiveTransform.html#getUly%28%29), [setUly(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUly%28double%29)
* #### urx
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") urxProperty
The x coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
See Also:
[getUrx()](../../../javafx/scene/effect/PerspectiveTransform.html#getUrx%28%29), [setUrx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUrx%28double%29)
* #### ury
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") uryProperty
The y coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
See Also:
[getUry()](../../../javafx/scene/effect/PerspectiveTransform.html#getUry%28%29), [setUry(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUry%28double%29)
* #### lrx
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") lrxProperty
The x coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
See Also:
[getLrx()](../../../javafx/scene/effect/PerspectiveTransform.html#getLrx%28%29), [setLrx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLrx%28double%29)
* #### lry
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") lryProperty
The y coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
See Also:
[getLry()](../../../javafx/scene/effect/PerspectiveTransform.html#getLry%28%29), [setLry(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLry%28double%29)
* #### llx
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") llxProperty
The x coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
See Also:
[getLlx()](../../../javafx/scene/effect/PerspectiveTransform.html#getLlx%28%29), [setLlx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLlx%28double%29)
* #### lly
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") llyProperty
The y coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
See Also:
[getLly()](../../../javafx/scene/effect/PerspectiveTransform.html#getLly%28%29), [setLly(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLly%28double%29)
Constructor Detail
* #### PerspectiveTransform
public PerspectiveTransform()
Creates a new instance of PerspectiveTransform with default parameters.
* #### PerspectiveTransform
public PerspectiveTransform(double ulx,
double uly,
double urx,
double ury,
double lrx,
double lry,
double llx,
double lly)
Creates a new instance of PerspectiveTransform with the specified ulx, uly, urx, ury, lrx, lry, llx, and lly.
Parameters:
`ulx` \- the x coordinate of upper left corner
`uly` \- the y coordinate of upper left corner
`urx` \- the x coordinate of upper right corner
`ury` \- the y coordinate of upper right corner
`lrx` \- the x coordinate of lower right corner
`lry` \- the y coordinate of lower right corner
`llx` \- the x coordinate of lower left corner
`lly` \- the y coordinate of lower left corner
Since:
JavaFX 2.1
Method Detail
* #### setInput
public final void setInput([Effect](../../../javafx/scene/effect/Effect.html "class in javafx.scene.effect") value)
Sets the value of the property input.
Property description:
The input for this `Effect`. If set to `null`, or left unspecified, a graphical image of the `Node` to which the `Effect` is attached will be used as the input.
Default value:
null
* #### getInput
public final [Effect](../../../javafx/scene/effect/Effect.html "class in javafx.scene.effect") getInput()
Gets the value of the property input.
Property description:
The input for this `Effect`. If set to `null`, or left unspecified, a graphical image of the `Node` to which the `Effect` is attached will be used as the input.
Default value:
null
* #### inputProperty
public final [ObjectProperty](../../../javafx/beans/property/ObjectProperty.html "class in javafx.beans.property")<[Effect](../../../javafx/scene/effect/Effect.html "class in javafx.scene.effect")> inputProperty()
The input for this `Effect`. If set to `null`, or left unspecified, a graphical image of the `Node` to which the `Effect` is attached will be used as the input.
Default value:
null
See Also:
[getInput()](../../../javafx/scene/effect/PerspectiveTransform.html#getInput%28%29), [setInput(Effect)](../../../javafx/scene/effect/PerspectiveTransform.html#setInput%28javafx.scene.effect.Effect%29)
* #### setUlx
public final void setUlx(double value)
Sets the value of the property ulx.
Property description:
The x coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
* #### getUlx
public final double getUlx()
Gets the value of the property ulx.
Property description:
The x coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
* #### ulxProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") ulxProperty()
The x coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
See Also:
[getUlx()](../../../javafx/scene/effect/PerspectiveTransform.html#getUlx%28%29), [setUlx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUlx%28double%29)
* #### setUly
public final void setUly(double value)
Sets the value of the property uly.
Property description:
The y coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
* #### getUly
public final double getUly()
Gets the value of the property uly.
Property description:
The y coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
* #### ulyProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") ulyProperty()
The y coordinate of the output location onto which the upper left corner of the source is mapped.
Default value:
0.0
See Also:
[getUly()](../../../javafx/scene/effect/PerspectiveTransform.html#getUly%28%29), [setUly(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUly%28double%29)
* #### setUrx
public final void setUrx(double value)
Sets the value of the property urx.
Property description:
The x coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
* #### getUrx
public final double getUrx()
Gets the value of the property urx.
Property description:
The x coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
* #### urxProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") urxProperty()
The x coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
See Also:
[getUrx()](../../../javafx/scene/effect/PerspectiveTransform.html#getUrx%28%29), [setUrx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUrx%28double%29)
* #### setUry
public final void setUry(double value)
Sets the value of the property ury.
Property description:
The y coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
* #### getUry
public final double getUry()
Gets the value of the property ury.
Property description:
The y coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
* #### uryProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") uryProperty()
The y coordinate of the output location onto which the upper right corner of the source is mapped.
Default value:
0.0
See Also:
[getUry()](../../../javafx/scene/effect/PerspectiveTransform.html#getUry%28%29), [setUry(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setUry%28double%29)
* #### setLrx
public final void setLrx(double value)
Sets the value of the property lrx.
Property description:
The x coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
* #### getLrx
public final double getLrx()
Gets the value of the property lrx.
Property description:
The x coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
* #### lrxProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") lrxProperty()
The x coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
See Also:
[getLrx()](../../../javafx/scene/effect/PerspectiveTransform.html#getLrx%28%29), [setLrx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLrx%28double%29)
* #### setLry
public final void setLry(double value)
Sets the value of the property lry.
Property description:
The y coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
* #### getLry
public final double getLry()
Gets the value of the property lry.
Property description:
The y coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
* #### lryProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") lryProperty()
The y coordinate of the output location onto which the lower right corner of the source is mapped.
Default value:
0.0
See Also:
[getLry()](../../../javafx/scene/effect/PerspectiveTransform.html#getLry%28%29), [setLry(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLry%28double%29)
* #### setLlx
public final void setLlx(double value)
Sets the value of the property llx.
Property description:
The x coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
* #### getLlx
public final double getLlx()
Gets the value of the property llx.
Property description:
The x coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
* #### llxProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") llxProperty()
The x coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
See Also:
[getLlx()](../../../javafx/scene/effect/PerspectiveTransform.html#getLlx%28%29), [setLlx(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLlx%28double%29)
* #### setLly
public final void setLly(double value)
Sets the value of the property lly.
Property description:
The y coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
* #### getLly
public final double getLly()
Gets the value of the property lly.
Property description:
The y coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
* #### llyProperty
public final [DoubleProperty](../../../javafx/beans/property/DoubleProperty.html "class in javafx.beans.property") llyProperty()
The y coordinate of the output location onto which the lower left corner of the source is mapped.
Default value:
0.0
See Also:
[getLly()](../../../javafx/scene/effect/PerspectiveTransform.html#getLly%28%29), [setLly(double)](../../../javafx/scene/effect/PerspectiveTransform.html#setLly%28double%29)