com.mindfusion.diagramming
Class HyperLinkStyle

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

public class HyperLinkStyle
extends java.lang.Object

Specifies how various export components should treat the HyperLink property of items.


Field Summary
static int None
          Do not generate hyperlinks.
static int Shape
          Generate hyperlinks that correspond to the item's shape.
static int Text
          Generate hyperlinks for the text bounding rectangle.
 
Constructor Summary
HyperLinkStyle()
           
 
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 generate hyperlinks.

See Also:
Constant Field Values

Text

public static final int Text
Generate hyperlinks for the text bounding rectangle.

See Also:
Constant Field Values

Shape

public static final int Shape
Generate hyperlinks that correspond to the item's shape.

See Also:
Constant Field Values
Constructor Detail

HyperLinkStyle

public HyperLinkStyle()