| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetAmbient
()
Get method for attribute "Ambient" The ambient value |
| String | GetDescription
()
Get method for attribute "Description" Description of the appearance |
| double | GetDiffuse
()
Get method for attribute "Diffuse" The diffusion value |
| double | GetHighlight
()
Get method for attribute "Highlight" The highlight value |
| ColorRGB | GetHighlightColor
()
Get method for attribute "HighlightColor" The highlight color in RGB |
| String | GetKeywords
()
Get method for attribute "Keywords" Keyword for the appearance |
| String | GetLabel
()
Get method for attribute "Label" Label for the appearance |
| String | GetName
()
Get method for attribute "Name" The name of the appearance |
| double | GetReflection
()
Get method for attribute "Reflection" The value of reflection |
| ColorRGB | GetRGBColor
()
Get method for attribute "RGBColor" Appearance color in RGB |
| double | GetShininess
()
Get method for attribute "Shininess" The value of shininess |
| double | GetTransparency
()
Get method for attribute "Transparency" The transparency value |
| void | SetAmbient
(double value)
Set method for attribute "Ambient" The ambient value |
| void | SetDescription
(String value)
Set method for attribute "Description" Description of the appearance |
| void | SetDiffuse
(double value)
Set method for attribute "Diffuse" The diffusion value |
| void | SetHighlight
(double value)
Set method for attribute "Highlight" The highlight value |
| void | SetHighlightColor
(ColorRGB value)
Set method for attribute "HighlightColor" The highlight color in RGB |
| void | SetKeywords
(String value)
Set method for attribute "Keywords" Keyword for the appearance |
| void | SetLabel
(String value)
Set method for attribute "Label" Label for the appearance |
| void | SetName
(String value)
Set method for attribute "Name" The name of the appearance |
| void | SetReflection
(double value)
Set method for attribute "Reflection" The value of reflection |
| void | SetRGBColor
(ColorRGB value)
Set method for attribute "RGBColor" Appearance color in RGB |
| void | SetShininess
(double value)
Set method for attribute "Shininess" The value of shininess |
| void | SetTransparency
(double value)
Set method for attribute "Transparency" The transparency value |
| Method Detail |
|---|
| GetAmbient/SetAmbient |
|---|
| double | GetAmbient | () |
| void | SetAmbient | (double value) |
| The ambient value Note Valid values are from 0.00 to 1.00.
|
| GetDiffuse/SetDiffuse |
|---|
| double | GetDiffuse | () |
| void | SetDiffuse | (double value) |
| The diffusion value Note Valid values are from 0.00 to 1.00.
|
| GetHighlight/SetHighlight |
|---|
| double | GetHighlight | () |
| void | SetHighlight | (double value) |
| The highlight value Note Valid values are from 0.00 to 1.00.
|
| GetShininess/SetShininess |
|---|
| double | GetShininess | () |
| void | SetShininess | (double value) |
| The value of shininess Note Valid values are from 0.00 to 1.00.
|
| GetTransparency/SetTransparency |
|---|
| double | GetTransparency | () |
| void | SetTransparency | (double value) |
| The transparency value Note Valid values are from 0.00 to 1.00.
|
| GetRGBColor/SetRGBColor |
|---|
| ColorRGB | GetRGBColor | () |
| void | SetRGBColor | (ColorRGB value) |
| Appearance color in RGB Note Valid values for each of RGB is from 0.00 to 1.00.
|
| GetHighlightColor/SetHighlightColor |
|---|
| ColorRGB | GetHighlightColor | () |
| void | SetHighlightColor | (ColorRGB value) |
The highlight color in RGB
|
| GetReflection/SetReflection |
|---|
| double | GetReflection | () |
| void | SetReflection | (double value) |
| The value of reflection Note Valid values are from 0.00 to 1.00.
|
| GetName/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
The name of the appearance
|
| GetLabel/SetLabel |
|---|
| String | GetLabel | () |
| void | SetLabel | (String value) |
Label for the appearance
|
| GetDescription/SetDescription |
|---|
| String | GetDescription | () |
| void | SetDescription | (String value) |
Description of the appearance
|
| GetKeywords/SetKeywords |
|---|
| String | GetKeywords | () |
| void | SetKeywords | (String value) |
Keyword for the appearance
|