@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class DisplacementMapBuilder<B extends DisplacementMapBuilder<B>> extends java.lang.Object implements Builder<DisplacementMap>
DisplacementMap| Modifier | Constructor and Description |
|---|---|
protected |
DisplacementMapBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(DisplacementMap x) |
DisplacementMap |
build()
Make an instance of
DisplacementMap based on the properties set on this builder. |
static DisplacementMapBuilder<?> |
create()
Creates a new instance of DisplacementMapBuilder.
|
B |
input(Effect x)
Set the value of the
input property for the instance constructed by this builder. |
B |
mapData(FloatMap x)
Set the value of the
mapData property for the instance constructed by this builder. |
B |
offsetX(double x)
Set the value of the
offsetX property for the instance constructed by this builder. |
B |
offsetY(double x)
Set the value of the
offsetY property for the instance constructed by this builder. |
B |
scaleX(double x)
Set the value of the
scaleX property for the instance constructed by this builder. |
B |
scaleY(double x)
Set the value of the
scaleY property for the instance constructed by this builder. |
B |
wrap(boolean x)
Set the value of the
wrap property for the instance constructed by this builder. |
public static DisplacementMapBuilder<?> create()
public void applyTo(DisplacementMap x)
public B input(Effect x)
input property for the instance constructed by this builder.public B mapData(FloatMap x)
mapData property for the instance constructed by this builder.public B offsetX(double x)
offsetX property for the instance constructed by this builder.public B offsetY(double x)
offsetY property for the instance constructed by this builder.public B scaleX(double x)
scaleX property for the instance constructed by this builder.public B scaleY(double x)
scaleY property for the instance constructed by this builder.public B wrap(boolean x)
wrap property for the instance constructed by this builder.public DisplacementMap build()
DisplacementMap based on the properties set on this builder.build in interface Builder<DisplacementMap>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.