Represents a glass-like visual effect.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public class GlassEffect extends ItemEffect |
RemarksThis 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:

ExampleThe following example demonstrates how to apply glass effect to the items in a calendar.
Java
Copy Code
|
|---|
calendar.getItemEffects().add(new GlassEffect()); |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.ItemEffect
com.mindfusion.scheduling.GlassEffect
See Also