|
Spec-Zone .ru
спецификации, руководства, описания, API
|
public class ImageInput extends Effect
Image
through, unmodified, as an input to another Effect.| Type | Property and Description |
|---|---|
ObjectProperty<Image> |
source
The source
Image. |
DoubleProperty |
x
Sets the x location of the source image, relative to the
local coordinate space of the content
Node. |
DoubleProperty |
y
Sets the y location of the source image, relative to the
local coordinate space of the content
Node. |
| Constructor and Description |
|---|
ImageInput() |
| Modifier and Type | Method and Description |
|---|---|
Image |
getSource()
The source
Image. |
double |
getX()
Sets the x location of the source image, relative to the
local coordinate space of the content
Node. |
double |
getY()
Sets the y location of the source image, relative to the
local coordinate space of the content
Node. |
void |
setSource(Image value)
The source
Image. |
void |
setX(double value)
Sets the x location of the source image, relative to the
local coordinate space of the content
Node. |
void |
setY(double value)
Sets the y location of the source image, relative to the
local coordinate space of the content
Node. |
ObjectProperty<Image> |
sourceProperty()
The source
Image. |
DoubleProperty |
xProperty()
Sets the x location of the source image, relative to the
local coordinate space of the content
Node. |
DoubleProperty |
yProperty()
Sets the y location of the source image, relative to the
local coordinate space of the content
Node. |
Image.getSource(),
setSource(Image)Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
getX(),
setX(double)Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
getY(),
setY(double)public final void setSource(Image value)
Image.public final Image getSource()
Image.public final ObjectProperty<Image> sourceProperty()
Image.getSource(),
setSource(Image)public final void setX(double value)
Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
public final double getX()
Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
public final DoubleProperty xProperty()
Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
getX(),
setX(double)public final void setY(double value)
Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
public final double getY()
Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
public final DoubleProperty yProperty()
Node.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
getY(),
setY(double)Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .