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