API Documentation > Interfaces > Interface Appearance
Interface Appearance

package com.ptc.wfc.wfcDisplay;

public interface
Appearance
extends
jxobject


Description
Describes appearance related properties
Method Summary
double
Get method for attribute "Ambient"
The ambient value
String
Get method for attribute "Description"
Description of the appearance
double
Get method for attribute "Diffuse"
The diffusion value
double
Get method for attribute "Highlight"
The highlight value
Get method for attribute "HighlightColor"
The highlight color in RGB
String
Get method for attribute "Keywords"
Keyword for the appearance
String
Get method for attribute "Label"
Label for the appearance
String
Get method for attribute "Name"
The name of the appearance
double
Get method for attribute "Reflection"
The value of reflection
Get method for attribute "RGBColor"
Appearance color in RGB
double
Get method for attribute "Shininess"
The value of shininess
double
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
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
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
double
GetAmbient
()
SetAmbient
void
SetAmbient
(double value)
The ambient value
Note Valid values are from 0.00 to 1.00.
User Guide References:
GetDiffuse
double
GetDiffuse
()
SetDiffuse
void
SetDiffuse
(double value)
The diffusion value
Note Valid values are from 0.00 to 1.00.
User Guide References:
GetHighlight
double
GetHighlight
()
SetHighlight
void
SetHighlight
(double value)
The highlight value
Note Valid values are from 0.00 to 1.00.
User Guide References:
GetShininess
double
GetShininess
()
SetShininess
void
SetShininess
(double value)
The value of shininess
Note Valid values are from 0.00 to 1.00.
User Guide References:
GetTransparency
double
GetTransparency
()
SetTransparency
void
SetTransparency
(double value)
The transparency value
Note Valid values are from 0.00 to 1.00.
User Guide References:
GetRGBColor
GetRGBColor
()
SetRGBColor
void
SetRGBColor
(ColorRGB value)
Appearance color in RGB
Note Valid values for each of RGB is from 0.00 to 1.00.
User Guide References:
GetHighlightColor
GetHighlightColor
()
SetHighlightColor
void
SetHighlightColor
(ColorRGB value)
The highlight color in RGB
User Guide References:
GetReflection
double
GetReflection
()
SetReflection
void
SetReflection
(double value)
The value of reflection
Note Valid values are from 0.00 to 1.00.
User Guide References:
GetName
String
GetName
()
SetName
void
SetName
(String value)
The name of the appearance
User Guide References:
GetLabel
String
GetLabel
()
SetLabel
void
SetLabel
(String value)
Label for the appearance
User Guide References:
GetDescription
String
GetDescription
()
SetDescription
void
SetDescription
(String value)
Description of the appearance
User Guide References:
GetKeywords
String
GetKeywords
()
SetKeywords
void
SetKeywords
(String value)
Keyword for the appearance
User Guide References:
Was this helpful?