protected static enum CurvedLabeledEdge.BiConnectionType extends java.lang.Enum<CurvedLabeledEdge.BiConnectionType>
| Enum Constant | Description |
|---|---|
BOTTOMBOTTOM |
|
BOTTOMLEFT |
|
BOTTOMRIGHT |
|
BOTTOMTOP |
|
DEFAULT |
|
LEFTBOTTOM |
|
LEFTLEFT |
|
LEFTRIGHT |
|
LEFTTOP |
|
RIGHTBOTTOM |
|
RIGHTLEFT |
|
RIGHTRIGHT |
|
RIGHTTOP |
|
TOPBOTTOM |
|
TOPLEFT |
|
TOPRIGHT |
|
TOPTOP |
| Modifier and Type | Method | Description |
|---|---|---|
static CurvedLabeledEdge.BiConnectionType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CurvedLabeledEdge.BiConnectionType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CurvedLabeledEdge.BiConnectionType TOPTOP
public static final CurvedLabeledEdge.BiConnectionType BOTTOMBOTTOM
public static final CurvedLabeledEdge.BiConnectionType LEFTLEFT
public static final CurvedLabeledEdge.BiConnectionType RIGHTRIGHT
public static final CurvedLabeledEdge.BiConnectionType LEFTRIGHT
public static final CurvedLabeledEdge.BiConnectionType RIGHTLEFT
public static final CurvedLabeledEdge.BiConnectionType TOPBOTTOM
public static final CurvedLabeledEdge.BiConnectionType BOTTOMTOP
public static final CurvedLabeledEdge.BiConnectionType RIGHTBOTTOM
public static final CurvedLabeledEdge.BiConnectionType BOTTOMRIGHT
public static final CurvedLabeledEdge.BiConnectionType LEFTBOTTOM
public static final CurvedLabeledEdge.BiConnectionType BOTTOMLEFT
public static final CurvedLabeledEdge.BiConnectionType TOPLEFT
public static final CurvedLabeledEdge.BiConnectionType LEFTTOP
public static final CurvedLabeledEdge.BiConnectionType TOPRIGHT
public static final CurvedLabeledEdge.BiConnectionType RIGHTTOP
public static final CurvedLabeledEdge.BiConnectionType DEFAULT
public static CurvedLabeledEdge.BiConnectionType[] values()
for (CurvedLabeledEdge.BiConnectionType c : CurvedLabeledEdge.BiConnectionType.values()) System.out.println(c);
public static CurvedLabeledEdge.BiConnectionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null