Uses of Class
net.xqhs.graphs.representation.graphical.GraphicalRepresentationElement.EdgeType

Packages that use GraphicalRepresentationElement.EdgeType
net.xqhs.graphs.representation.graphical Contains necessary classes for representing graphs in a graphical manner. 
 

Uses of GraphicalRepresentationElement.EdgeType in net.xqhs.graphs.representation.graphical
 

Fields in net.xqhs.graphs.representation.graphical declared as GraphicalRepresentationElement.EdgeType
(package private)  GraphicalRepresentationElement.EdgeType GraphicalRepresentationElement.edgeType
           
 

Methods in net.xqhs.graphs.representation.graphical that return GraphicalRepresentationElement.EdgeType
static GraphicalRepresentationElement.EdgeType GraphicalRepresentationElement.EdgeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphicalRepresentationElement.EdgeType[] GraphicalRepresentationElement.EdgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.xqhs.graphs.representation.graphical with parameters of type GraphicalRepresentationElement.EdgeType
protected  void GraphicalGraphRepresentation.representOthers(java.util.List<PathElement> others, java.util.Set<PathElement> blackNodes, GraphicalRepresentationElement.EdgeType edgeType, PathElement parent, GraphicalRepresentationElement parentRepr)
           
 GraphicalRepresentationElement GraphicalRepresentationElement.setEdge(GraphicalRepresentationElement.EdgeType type, GraphicalRepresentationElement from, GraphicalRepresentationElement to)