Search
ItemEffect Class
Remarks See Also
 






Represents the base class of all visual effects that can be applied to the elements in an Calendar.

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

 Syntax

Java  Copy Code

public abstract class ItemEffect

 Remarks

Effects can be applied by adding instances of the concrete effect classes to the Calendar.ItemEffects collection.

 Inheritance Hierarchy

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

 See Also