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

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

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

Fields in net.xqhs.graphs.representation.graphical declared as GraphicalRepresentationElement.Type
(package private)  GraphicalRepresentationElement.Type GraphicalRepresentationElement.type
           
 

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

Constructors in net.xqhs.graphs.representation.graphical with parameters of type GraphicalRepresentationElement.Type
GraphicalRepresentationElement(GraphRepresentation root, VisualizableGraphComponent component, GraphicalRepresentationElement.Type elementType)