Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
ShadowBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Shadow x) |
B |
blurType(BlurType x)
Set the value of the
blurType property for the instance constructed by this builder. |
Shadow |
build()
Make an instance of
Shadow 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 ShadowBuilder<?> |
create()
Creates a new instance of ShadowBuilder.
|
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 |
radius(double x)
Set the value of the
radius 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 ShadowBuilder<?> create()
public void applyTo(Shadow 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 radius(double x)
radius
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, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to