com.mindfusion.diagramming
Class GlassEffectType

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

public final class GlassEffectType
extends java.lang.Object

Specifies the type of a GlassEffect node effect.


Field Summary
static int Type1
          Indicates a glass effect with soft radial glow at the bottom and a sharp reflection at the top.
static int Type2
          Indicates a glass effect with linear glow at the bottom and sharp reflection at the top.
static int Type3
          Indicates a glass effect with radial glow at the bottom and smooth reflection and emphasized outline at the top.
static int Type4
          Indicates a glass effect with sharp reflection at the top and soft glow at the left and right sides.
 
Constructor Summary
GlassEffectType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Type1

public static final int Type1
Indicates a glass effect with soft radial glow at the bottom and a sharp reflection at the top.

See Also:
Constant Field Values

Type2

public static final int Type2
Indicates a glass effect with linear glow at the bottom and sharp reflection at the top.

See Also:
Constant Field Values

Type3

public static final int Type3
Indicates a glass effect with radial glow at the bottom and smooth reflection and emphasized outline at the top.

See Also:
Constant Field Values

Type4

public static final int Type4
Indicates a glass effect with sharp reflection at the top and soft glow at the left and right sides.

See Also:
Constant Field Values
Constructor Detail

GlassEffectType

public GlassEffectType()