public static enum DefaultDirectedEdgeRenderer.EdgeRouting extends Enum<DefaultDirectedEdgeRenderer.EdgeRouting>
| Enum Constant and Description |
|---|
BROKEN_MINUS
Draw a line of 2 segments (horizontal, vertical) between origin and terminus point
|
BROKEN_PIPE
Draw a line of 2 segments (vertical, horizontal) between origin and terminus point
|
BROKEN_PLUS
Draw a line of 3 segments (vertical, horizontal, vertical) between origin and terminus point
|
STRAIGHT
Draw a straight line between origin and terminus point
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static DefaultDirectedEdgeRenderer.EdgeRouting |
getValue(String name)
Create EdgeRouting value from the given string matching it with the names
|
String |
toString() |
static DefaultDirectedEdgeRenderer.EdgeRouting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDirectedEdgeRenderer.EdgeRouting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDirectedEdgeRenderer.EdgeRouting STRAIGHT
public static final DefaultDirectedEdgeRenderer.EdgeRouting BROKEN_PLUS
public static final DefaultDirectedEdgeRenderer.EdgeRouting BROKEN_MINUS
public static final DefaultDirectedEdgeRenderer.EdgeRouting BROKEN_PIPE
public static DefaultDirectedEdgeRenderer.EdgeRouting[] values()
for (DefaultDirectedEdgeRenderer.EdgeRouting c : DefaultDirectedEdgeRenderer.EdgeRouting.values()) System.out.println(c);
public static DefaultDirectedEdgeRenderer.EdgeRouting valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public String toString()
toString in class Enum<DefaultDirectedEdgeRenderer.EdgeRouting>public static DefaultDirectedEdgeRenderer.EdgeRouting getValue(String name)
name - the name to be convertedCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.