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