com.mindfusion.diagramming
Class ShadowsStyle

java.lang.Object
  extended by com.mindfusion.diagramming.ShadowsStyle

public class ShadowsStyle
extends java.lang.Object

The members of this enumeration specify how JDiagram should draw the shadows of items. These constants can be used as parameters of the Diagram.setShadowsStyle(int) method of the Diagram class.


Field Summary
static int None
          Do not draw shadows.
static int OneLevel
          Draw all shadows at one level at the bottom of the Z order.
static int ZOrder
          Draw each shadow right below its item pertaining to the Z order.
 
Constructor Summary
ShadowsStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
Do not draw shadows.

See Also:
Constant Field Values

OneLevel

public static final int OneLevel
Draw all shadows at one level at the bottom of the Z order.

See Also:
Constant Field Values

ZOrder

public static final int ZOrder
Draw each shadow right below its item pertaining to the Z order.

See Also:
Constant Field Values
Constructor Detail

ShadowsStyle

public ShadowsStyle()