|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicalRepresentationElement | |
---|---|
net.xqhs.graphs.representation.graphical | Contains necessary classes for representing graphs in a graphical manner. |
Uses of GraphicalRepresentationElement in net.xqhs.graphs.representation.graphical |
---|
Fields in net.xqhs.graphs.representation.graphical with type parameters of type GraphicalRepresentationElement | |
---|---|
(package private) java.util.List<GraphicalRepresentationElement> |
GraphicalRepresentationElement.connected
|
Methods in net.xqhs.graphs.representation.graphical that return GraphicalRepresentationElement | |
---|---|
GraphicalRepresentationElement |
GraphicalGraphRepresentation.getRepresentation()
|
GraphicalRepresentationElement |
GraphicalRepresentationElement.positionInGrid(java.awt.Point position,
float widthFactor,
float heightFactor)
|
GraphicalRepresentationElement |
GraphicalRepresentationElement.positionInRadial(java.awt.Point position,
java.awt.geom.Point2D center,
float angleFactor,
float rangeFactor)
|
protected GraphicalRepresentationElement |
GraphicalGraphRepresentation.representChildren(PathElement el,
java.util.Set<PathElement> blackNodes)
|
GraphicalRepresentationElement |
GraphicalRepresentationElement.setEdge(GraphicalRepresentationElement.EdgeType type,
GraphicalRepresentationElement from,
GraphicalRepresentationElement to)
|
GraphicalRepresentationElement |
GraphicalRepresentationElement.setHighlighted(boolean doHighlight)
|
GraphicalRepresentationElement |
GraphicalRepresentationElement.setSize(java.awt.Point size)
|
Methods in net.xqhs.graphs.representation.graphical with parameters of type GraphicalRepresentationElement | |
---|---|
protected void |
GraphicalGraphRepresentation.doLayout(GraphicalRepresentationElement repr,
java.awt.Point cPos,
float wFactor,
float hFactor,
GraphicalRepresentationElement container)
|
protected void |
RadialGraphRepresentation.doLayout(GraphicalRepresentationElement repr,
java.awt.Point cPos,
java.awt.geom.Point2D ref,
float aFactor,
float rFactor,
GraphicalRepresentationElement container)
|
protected java.awt.Point |
GraphicalGraphRepresentation.measureLayout(GraphicalRepresentationElement repr)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |