|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.LinkStyle
public class LinkStyle
The members of this enumeration specify what type of segments an arrow
should consist of and how the segments are related one to another. These
constants can be used as parameters of the DiagramLink.setStyle(int)
method
of the DiagramLink
class.
Field Summary | |
---|---|
static int |
Bezier
The arrow segments are Bezier curves. |
static int |
Cascading
The arrow consists of straight line segments. |
static int |
Polyline
The arrow consists of straight line segments. |
Constructor Summary | |
---|---|
LinkStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Bezier
public static final int Polyline
public static final int Cascading
Constructor Detail |
---|
public LinkStyle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |