Search
GlassEffect Class
Remarks See Also
 






Represents a glass-like visual effect.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public class GlassEffect extends ItemEffect

 Remarks

This effect can be applied to the elements in an Calendar by adding an instance of this class to the Calendar.ItemEffects collection.

The following image illustrates the Glass effect applied to an item as well as how the different properties affect the output:

 Example

The following example demonstrates how to apply glass effect to the items in a calendar.

Java  Copy Code

calendar.getItemEffects().add(new GlassEffect());

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.ItemEffect
        com.mindfusion.scheduling.GlassEffect

 See Also