public class DotArrowShapeDecorations
extends java.lang.Object
Constructor and Description |
---|
DotArrowShapeDecorations() |
Modifier and Type | Method and Description |
---|---|
static javafx.scene.shape.Shape |
get(org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType arrowType,
double arrowSize)
Returns the dot arrow shape decoration corresponding to the
arrowType parameter.
|
static javafx.scene.shape.Shape |
getDefault(double arrowSize,
boolean isGraphDirected)
Returns the default dot arrow shape decoration for directed/non-directed
graphs.
|
public static javafx.scene.shape.Shape 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.shape.Shape get(org.eclipse.gef4.dot.internal.parser.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.