DroidDiagram Programmer's Guide
EffectPhase Enumeration
See Also
 






The members of this enumeration specify the rendering phase during which an effect application is requested.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum EffectPhase

 Members

  Member name Description

AfterFill

Indicates that the NodeEffect.apply method is invoked after the target node is filled.

AfterOutline

Indicates that the NodeEffect.apply method is invoked after the target node is stroked.

BeforeFill

Indicates that the NodeEffect.apply method is invoked before the target node is filled.

 See Also

com.mindfusion.diagramming Namespace