Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
BlendBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Blend x) |
B |
bottomInput(Effect x)
Set the value of the
bottomInput property for the instance constructed by this builder. |
Blend |
build()
Make an instance of
Blend based on the properties set on this builder. |
static BlendBuilder<?> |
create()
Creates a new instance of BlendBuilder.
|
B |
mode(BlendMode x)
Set the value of the
mode property for the instance constructed by this builder. |
B |
opacity(double x)
Set the value of the
opacity property for the instance constructed by this builder. |
B |
topInput(Effect x)
Set the value of the
topInput property for the instance constructed by this builder. |
public static BlendBuilder<?> create()
public void applyTo(Blend x)
public B bottomInput(Effect x)
bottomInput
property for the instance constructed by this builder.public B mode(BlendMode x)
mode
property for the instance constructed by this builder.public B opacity(double x)
opacity
property for the instance constructed by this builder.public B topInput(Effect x)
topInput
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to