Search
GlassEffect Methods
 


 Public Methods

  Name Description

addPropertyChangeListener

  (Inherited from NodeEffect.)

clone

NodeEffect.clone override.

getGlowColor

Gets the color of the glow portion of the effect.

getReflectionColor

Gets the color of the reflection portion of the effect.

getType

Gets the type of the glass effect.

getUsePenAsGlow

Gets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node.

readExternal

NodeEffect.readExternal override.

removePropertyChangeListener

  (Inherited from NodeEffect.)

setGlowColor

Sets the color of the glow portion of the effect.

setReflectionColor

Sets the color of the reflection portion of the effect.

setType

Sets the type of the glass effect.

setUsePenAsGlow

Sets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node.

writeExternal

NodeEffect.writeExternal override.

 See Also