@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class GaussianBlurBuilder<B extends GaussianBlurBuilder<B>> extends Object implements Builder<GaussianBlur>
GaussianBlur| Modifier | Constructor and Description |
|---|---|
protected |
GaussianBlurBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(GaussianBlur x)
Deprecated.
|
GaussianBlur |
build()
Deprecated.
Make an instance of
GaussianBlur based on the properties set on this builder. |
static GaussianBlurBuilder<?> |
create()
Deprecated.
Creates a new instance of GaussianBlurBuilder.
|
B |
input(Effect x)
Deprecated.
Set the value of the
input property for the instance constructed by this builder. |
B |
radius(double x)
Deprecated.
Set the value of the
radius property for the instance constructed by this builder. |
public static GaussianBlurBuilder<?> create()
public void applyTo(GaussianBlur x)
public B input(Effect x)
input property for the instance constructed by this builder.public B radius(double x)
radius property for the instance constructed by this builder.public GaussianBlur build()
GaussianBlur based on the properties set on this builder.build in interface Builder<GaussianBlur>Copyright © 2025. All rights reserved.