Class GraphDrawingPack.Implementing
All Packages This Package Previous Next
Class GraphDrawingPack.Implementing
java.lang.Object
|
+----GraphDrawingPack.Implementing
-
public class
Implementing
-
extends Object
-
implements EdgeShapeInterface
EdgeShape Implementing: circle shape
-
Implementing(DirEdgeDrawing)
-
-
draw(GraphCanvas, Color)
-
draw shape on given graph canvas
-
getType()
-
return a string which is the name of the shape
-
setShape()
-
calculate information for drawing the shape
Implementing
public Implementing(DirEdgeDrawing _e)
setShape
public void setShape()
-
calculate information for drawing the shape
getType
public String getType()
-
return a string which is the name of the shape
draw
public void draw(GraphCanvas gc,
Color c)
-
draw shape on given graph canvas
All Packages This Package Previous Next