public class PolylineBendCalculator extends BendCalculator
Constructor and Description |
---|
PolylineBendCalculator(HierarchicalLayoutContext context) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.geom.Point2D |
calculateIntermediatePoint(double x,
double y,
LayoutOrientation orientation,
int layerDifference) |
void |
createBends(prefuse.data.Edge e,
int layerDifference,
java.util.List<prefuse.data.Node> dummies) |
calculatePort, getContext, getX, getY
public PolylineBendCalculator(HierarchicalLayoutContext context)
public void createBends(prefuse.data.Edge e, int layerDifference, java.util.List<prefuse.data.Node> dummies)
createBends
in class BendCalculator
protected java.awt.geom.Point2D calculateIntermediatePoint(double x, double y, LayoutOrientation orientation, int layerDifference)