Class CubicCurveEdgeEffects<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.control.CubicCurveEdgeEffects<V,E>
-
- All Implemented Interfaces:
EdgeEffects<V,E>
public class CubicCurveEdgeEffects<V,E> extends Object implements EdgeEffects<V,E>
-
-
Field Summary
Fields Modifier and Type Field Description protected VisualizationServer.PaintablearrowPaintableprotected ShapearrowShapeprotected VisualizationServer.PaintableedgePaintableprotected ShapeedgeShapeprotected ShaperawArrowShapeprotected CubicCurve2DrawEdge
-
Constructor Summary
Constructors Constructor Description CubicCurveEdgeEffects()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendArrowEffects(VisualizationServer<V,E> vv)voidendEdgeEffects(VisualizationServer<V,E> vv)voidmidArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)voidmidEdgeEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)voidstartArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)voidstartEdgeEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
-
-
-
Field Detail
-
rawEdge
protected CubicCurve2D rawEdge
-
edgeShape
protected Shape edgeShape
-
rawArrowShape
protected Shape rawArrowShape
-
arrowShape
protected Shape arrowShape
-
edgePaintable
protected VisualizationServer.Paintable edgePaintable
-
arrowPaintable
protected VisualizationServer.Paintable arrowPaintable
-
-
Method Detail
-
startEdgeEffects
public void startEdgeEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
startEdgeEffectsin interfaceEdgeEffects<V,E>
-
midEdgeEffects
public void midEdgeEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
midEdgeEffectsin interfaceEdgeEffects<V,E>
-
endEdgeEffects
public void endEdgeEffects(VisualizationServer<V,E> vv)
- Specified by:
endEdgeEffectsin interfaceEdgeEffects<V,E>
-
startArrowEffects
public void startArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
startArrowEffectsin interfaceEdgeEffects<V,E>
-
midArrowEffects
public void midArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
midArrowEffectsin interfaceEdgeEffects<V,E>
-
endArrowEffects
public void endArrowEffects(VisualizationServer<V,E> vv)
- Specified by:
endArrowEffectsin interfaceEdgeEffects<V,E>
-
-