Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

A type of source effect that simply passes the given Image through, unmodified, as an input to another Effect.

Profile: common conditional effect

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicsourceImage

The source Image.

publicxNumber0.0

Sets the x location of the source image, relative to the local coordinate space of the content Node.

Sets the x location of the source image, relative to the local coordinate space of the content Node.

       Min: n/a
       Max: n/a
   Default: 0.0
  Identity: 0.0
 

0.0  
publicyNumber0.0

Sets the y location of the source image, relative to the local coordinate space of the content Node.

Sets the y location of the source image, relative to the local coordinate space of the content Node.

       Min: n/a
       Max: n/a
   Default: 0.0
  Identity: 0.0
 

0.0  

Inherited Variables

Function Summary

Inherited Functions

javafx.scene.effect.Effect