public class ImageInput extends Effect
Image
through, unmodified, as an input to another Effect
.Constructor and Description |
---|
ImageInput()
Creates a new instance of ImageInput with default parameters.
|
ImageInput(Image source)
Creates a new instance of ImageInput with the specified source.
|
ImageInput(Image source,
double x,
double y)
Creates a new instance of ImageInput with the specified source, x and y.
|
Modifier and Type | Method and Description |
---|---|
Image |
getSource() |
double |
getX() |
double |
getY() |
Effect |
impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
setSource(Image value) |
void |
setX(double value) |
void |
setY(double value) |
ObjectProperty<Image> |
sourceProperty() |
DoubleProperty |
xProperty() |
DoubleProperty |
yProperty() |
impl_effectDirtyProperty, impl_getImpl, impl_isEffectDirty, impl_sync
public ImageInput()
public ImageInput(Image source)
source
- the source Image
.public ImageInput(Image source, double x, double y)
source
- the source Image
.x
- the x location of the source imagey
- the y location of the source imagepublic final void setSource(Image value)
public final Image getSource()
public final ObjectProperty<Image> sourceProperty()
public final void setX(double value)
public final double getX()
public final DoubleProperty xProperty()
public final void setY(double value)
public final double getY()
public final DoubleProperty yProperty()
@Deprecated public BaseBounds impl_getBounds(BaseBounds bounds, BaseTransform tx, Node node, BoundsAccessor boundsAccessor)
Effect
impl_getBounds
in class Effect
@Deprecated public Effect impl_copy()
Copyright © 2020. All rights reserved.