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