The members of this enumeration specify how JDiagram should draw the shadows of items. They can be used as parameters of the setShadowsStyle method of the Diagram class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum ShadowsStyle |
Members| Member name | Description | |
|---|---|---|
![]() |
None |
Do not draw shadows. |
![]() |
OneLevel |
Draw all shadows at one level at the bottom of the Z order. |
![]() |
ZOrder |
Draw each shadow right below its item pertaining to the Z order. |
See Also