Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class MotionBlurBuilder<B extends MotionBlurBuilder<B>> extends java.lang.Object implements Builder<MotionBlur>
MotionBlur
Modifier | Constructor and Description |
---|---|
protected |
MotionBlurBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
angle(double x)
Set the value of the
angle property for the instance constructed by this builder. |
void |
applyTo(MotionBlur x) |
MotionBlur |
build()
Make an instance of
MotionBlur based on the properties set on this builder. |
static MotionBlurBuilder<?> |
create()
Creates a new instance of MotionBlurBuilder.
|
B |
input(Effect x)
Set the value of the
input property for the instance constructed by this builder. |
B |
radius(double x)
Set the value of the
radius property for the instance constructed by this builder. |
public static MotionBlurBuilder<?> create()
public void applyTo(MotionBlur x)
public B angle(double x)
angle
property for the instance constructed by this builder.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 MotionBlur build()
MotionBlur
based on the properties set on this builder.build
in interface Builder<MotionBlur>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to