|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public class BoxBlurBuilder<B extends BoxBlurBuilder<B>>
extends java.lang.Object
BoxBlur| Modifier | Constructor and Description |
|---|---|
protected |
BoxBlurBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(BoxBlur x) |
BoxBlur |
build()
Make an instance of
BoxBlur based on the properties set on this builder. |
static BoxBlurBuilder<?> |
create() |
B |
height(double x)
Set the value of the
height property for the instance constructed by this builder. |
B |
input(Effect x)
Set the value of the
input property for the instance constructed by this builder. |
B |
iterations(int x)
Set the value of the
iterations property for the instance constructed by this builder. |
B |
width(double x)
Set the value of the
width property for the instance constructed by this builder. |
public static BoxBlurBuilder<?> create()
public void applyTo(BoxBlur x)
public B height(double x)
height property for the instance constructed by this builder.public B input(Effect x)
input property for the instance constructed by this builder.public B iterations(int x)
iterations property for the instance constructed by this builder.public B width(double x)
width property for the instance constructed by this builder.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .