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