Library | Package Java Toolkit

Interface Appearance

package com.ptc.wfc.wfcDisplay;

public interface Appearance
  extends jxobject



Description

Describes appearance related properties



Method Summary
doubleGetAmbient ()
    Get method for attribute "Ambient"
     The ambient value
StringGetDescription ()
    Get method for attribute "Description"
     Description of the appearance
doubleGetDiffuse ()
    Get method for attribute "Diffuse"
     The diffusion value
doubleGetHighlight ()
    Get method for attribute "Highlight"
     The highlight value
ColorRGBGetHighlightColor ()
    Get method for attribute "HighlightColor"
     The highlight color in RGB
StringGetKeywords ()
    Get method for attribute "Keywords"
     Keyword for the appearance
StringGetLabel ()
    Get method for attribute "Label"
     Label for the appearance
StringGetName ()
    Get method for attribute "Name"
     The name of the appearance
doubleGetReflection ()
    Get method for attribute "Reflection"
     The value of reflection
ColorRGBGetRGBColor ()
    Get method for attribute "RGBColor"
     Appearance color in RGB
doubleGetShininess ()
    Get method for attribute "Shininess"
     The value of shininess
doubleGetTransparency ()
    Get method for attribute "Transparency"
     The transparency value
voidSetAmbient (double value)
    Set method for attribute "Ambient"
     The ambient value
voidSetDescription (String value)
    Set method for attribute "Description"
     Description of the appearance
voidSetDiffuse (double value)
    Set method for attribute "Diffuse"
     The diffusion value
voidSetHighlight (double value)
    Set method for attribute "Highlight"
     The highlight value
voidSetHighlightColor (ColorRGB value)
    Set method for attribute "HighlightColor"
     The highlight color in RGB
voidSetKeywords (String value)
    Set method for attribute "Keywords"
     Keyword for the appearance
voidSetLabel (String value)
    Set method for attribute "Label"
     Label for the appearance
voidSetName (String value)
    Set method for attribute "Name"
     The name of the appearance
voidSetReflection (double value)
    Set method for attribute "Reflection"
     The value of reflection
voidSetRGBColor (ColorRGB value)
    Set method for attribute "RGBColor"
     Appearance color in RGB
voidSetShininess (double value)
    Set method for attribute "Shininess"
     The value of shininess
voidSetTransparency (double value)
    Set method for attribute "Transparency"
     The transparency value

Method Detail

GetAmbient/SetAmbient

doubleGetAmbient ()
voidSetAmbient (double value)


     The ambient value

Note Valid values are from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetDiffuse/SetDiffuse

doubleGetDiffuse ()
voidSetDiffuse (double value)


     The diffusion value

Note Valid values are from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetHighlight/SetHighlight

doubleGetHighlight ()
voidSetHighlight (double value)


     The highlight value

Note Valid values are from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetShininess/SetShininess

doubleGetShininess ()
voidSetShininess (double value)


     The value of shininess

Note Valid values are from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetTransparency/SetTransparency

doubleGetTransparency ()
voidSetTransparency (double value)


     The transparency value

Note Valid values are from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetRGBColor/SetRGBColor

ColorRGBGetRGBColor ()
voidSetRGBColor (ColorRGB value)


     Appearance color in RGB

Note Valid values for each of RGB is from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetHighlightColor/SetHighlightColor

ColorRGBGetHighlightColor ()
voidSetHighlightColor (ColorRGB value)


     The highlight color in RGB
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetReflection/SetReflection

doubleGetReflection ()
voidSetReflection (double value)


     The value of reflection

Note Valid values are from 0.00 to 1.00.
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetName/SetName

StringGetName ()
voidSetName (String value)


     The name of the appearance
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetLabel/SetLabel

StringGetLabel ()
voidSetLabel (String value)


     Label for the appearance
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetDescription/SetDescription

StringGetDescription ()
voidSetDescription (String value)


     Description of the appearance
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetKeywords/SetKeywords

StringGetKeywords ()
voidSetKeywords (String value)


     Keyword for the appearance
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties