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.Paintable
arrowPaintable
protected Shape
arrowShape
protected VisualizationServer.Paintable
edgePaintable
protected Shape
edgeShape
protected Shape
rawArrowShape
protected CubicCurve2D
rawEdge
-
Constructor Summary
Constructors Constructor Description CubicCurveEdgeEffects()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endArrowEffects(VisualizationServer<V,E> vv)
void
endEdgeEffects(VisualizationServer<V,E> vv)
void
midArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
void
midEdgeEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
void
startArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
void
startEdgeEffects(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:
startEdgeEffects
in interfaceEdgeEffects<V,E>
-
midEdgeEffects
public void midEdgeEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
midEdgeEffects
in interfaceEdgeEffects<V,E>
-
endEdgeEffects
public void endEdgeEffects(VisualizationServer<V,E> vv)
- Specified by:
endEdgeEffects
in interfaceEdgeEffects<V,E>
-
startArrowEffects
public void startArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
startArrowEffects
in interfaceEdgeEffects<V,E>
-
midArrowEffects
public void midArrowEffects(VisualizationServer<V,E> vv, Point2D down, Point2D out)
- Specified by:
midArrowEffects
in interfaceEdgeEffects<V,E>
-
endArrowEffects
public void endArrowEffects(VisualizationServer<V,E> vv)
- Specified by:
endArrowEffects
in interfaceEdgeEffects<V,E>
-
-