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