Class GraphPack.DirVertex
All Packages    This Package    Previous    Next

Class GraphPack.DirVertex

java.lang.Object
   |
   +----GraphPack.QNode
           |
           +----GraphPack.Vertex
                   |
                   +----GraphPack.DirVertex

public class DirVertex
extends Vertex
DirVertex extends class Vertex and adds a list on incoming edges. NOTE: the command getAttachedEdges() from Vertex now only returns outgoing edges.

DirVertex(UndoMan)
DirVertex(double, double, UndoMan)
DirVertex(Vertex)
create a directed vertex which is a "copy" of v

copy()
return copy of this vertex

DirVertex
  public DirVertex(UndoMan um)
DirVertex
  public DirVertex(double _x,
                   double _y,
                   UndoMan um)
DirVertex
  public DirVertex(Vertex v)
create a directed vertex which is a "copy" of v

copy
  public Vertex copy()
return copy of this vertex
Overrides:
copy in class Vertex


All Packages    This Package    Previous    Next