Uses of Class
net.xqhs.graphs.representation.graphical.GraphicalGraphRepresentation

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

Uses of GraphicalGraphRepresentation in net.xqhs.graphs.representation.graphical
 

Subclasses of GraphicalGraphRepresentation in net.xqhs.graphs.representation.graphical
 class RadialGraphRepresentation
          A representation based on the GraphicalGraphRepresentation, but using a radial layout instead of a top-down right-to-left one.
 

Methods in net.xqhs.graphs.representation.graphical that return GraphicalGraphRepresentation
 GraphicalGraphRepresentation GraphicalGraphRepresentation.makeDefaults()
          Sets a new GCanvas as a canvas for the representation, and sets the representation to be represented in a 200 units square centered in the origin of the canvas.
 GraphicalGraphRepresentation GraphicalGraphRepresentation.setBottomRight(java.awt.geom.Point2D bottomRight)
          Sets the size of the representation, by means of the bottom right corner.
 GraphicalGraphRepresentation GraphicalGraphRepresentation.setCanvas(net.xqhs.graphical.GCanvas representationCanvas)
          Configures the representation to use the specified canvas.
 GraphicalGraphRepresentation GraphicalGraphRepresentation.setOrigin(java.awt.geom.Point2D origin)
          Sets the origin of the rectangle for this representation, on the GCanvas.