Search
GlassEffect Members
Constructors Methods
 


Represents a glass-like visual effect.

The following tables list the members exposed by the GlassEffect type.

 Public Constructors

  Name Description

GlassEffect

Initializes a new instance of the GlassEffect class.

 Public Methods

  Name Description

addPropertyChangeListener

Adds a PropertyChangeListener to the effect. (Inherited from ItemEffect.)

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 item.

removePropertyChangeListener

Removes the specified PropertyChangeListener from the calendar. (Inherited from ItemEffect.)

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 item.

 See Also