A C E G H I L N O R S T V

S

setData(E) - Method in class net.scheinerman.graph.Vertex
 
setEnd1(Vertex<E>) - Method in class net.scheinerman.graph.Edge
Sets a new first vertex for the edge.
setEnd2(Vertex<E>) - Method in class net.scheinerman.graph.Edge
Sets a new second vertex for the edge.
setLocation(Location) - Method in class net.scheinerman.graph.Vertex
Sets a new location for this vertex object.
setSelected(boolean) - Method in class net.scheinerman.graph.Vertex
Changes the status of this objects selection for graphical interfaces.
setValue(int) - Method in class net.scheinerman.graph.Vertex
Sets a new integer value for this vertex.
setVisited(boolean) - Method in class net.scheinerman.graph.Vertex
Sets this vertex as visited or unvisited for use in a traversal.
setX(int) - Method in class net.scheinerman.graph.Location
Sets a new value for the x coordinate of this location.
setY(int) - Method in class net.scheinerman.graph.Location
Sets a new value for the x coordinate of this location.
size() - Method in class net.scheinerman.graph.Graph
 

A C E G H I L N O R S T V