Represents a glass-like visual effect.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public class GlassEffect extends ItemEffect |
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:
The following example demonstrates how to apply glass effect to the items in a calendar.
Java Copy Code |
---|
calendar.getItemEffects().add(new GlassEffect()); |
java.lang.Object
com.mindfusion.scheduling.ItemEffect
com.mindfusion.scheduling.GlassEffect