Overview
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| bumpInput | Effect |
The optional bump map input. More: [+]The optional bump map input. If not specified, a bump map will be automatically generated from the source content. |
| contentInput | Effect |
The content input for this The content input for this |
| diffuseConstant | Number |
The diffuse constant. More: [+]The diffuse constant.
Min: 0.0
Max: 2.0
Default: 1.0
Identity: n/a
|
| light | Light |
The light source for this The light source for this |
| specularConstant | Number |
The specular constant. More: [+]The specular constant.
Min: 0.0
Max: 2.0
Default: 0.3
Identity: n/a
|
| specularExponent | Number |
The specular exponent. More: [+]The specular exponent.
Min: 0.0
Max: 40.0
Default: 20.0
Identity: n/a
|
| surfaceScale | Number |
The surface scale factor. More: [+]The surface scale factor.
Min: 0.0
Max: 10.0
Default: 1.5
Identity: n/a
|
| Protected | ||
Inherited Attributes
Inherited Functions
javafx.scene.effect.Effect
- public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String
-
Returns a
More: [+]Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration.Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String