public class DotArrowShapeDecorations extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DotArrowShapeDecorations.IPrimitiveShape |
Constructor and Description |
---|
DotArrowShapeDecorations() |
Modifier and Type | Method and Description |
---|---|
static javafx.scene.Node |
get(org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowType,
double arrowSize)
Returns the dot arrow shape decoration corresponding to the
arrowType parameter.
|
static javafx.scene.Node |
getDefault(double arrowSize,
boolean isGraphDirected)
Returns the default dot arrow shape decoration for directed/non-directed
graphs.
|
public static javafx.scene.Node getDefault(double arrowSize, boolean isGraphDirected)
arrowSize
- The size of the arrow shape decoration.isGraphDirected
- true if the graph is directed, false otherwisepublic static javafx.scene.Node get(org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowType, double arrowSize)
arrowType
- The arrow type for which the dot edge decoration should be
determined.arrowSize
- The size of the arrow shape decoration.Copyright (c) 2014 itemis AG and others. All rights reserved.