Package org.jungrapht.visualization.util
Class BoundingRectangleCollector.Edges<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.util.BoundingRectangleCollector<E>
-
- org.jungrapht.visualization.util.BoundingRectangleCollector.Edges<V,E>
-
- Type Parameters:
E
- the edge type
- Enclosing class:
- BoundingRectangleCollector<T>
public static final class BoundingRectangleCollector.Edges<V,E> extends BoundingRectangleCollector<E>
collects theRectangle2D
s that bound all of the edges of aGraph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jungrapht.visualization.util.BoundingRectangleCollector
BoundingRectangleCollector.Edges<V,E>, BoundingRectangleCollector.Points<V>, BoundingRectangleCollector.Vertices<V>
-
-
Field Summary
Fields Modifier and Type Field Description protected BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
edgeShapeFunction
protected Function<V,Shape>
vertexShapeFunction
-
Fields inherited from class org.jungrapht.visualization.util.BoundingRectangleCollector
layoutModel, rectangles
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compute()
Rectangle2D
getForElement(E edge)
Rectangle2D
getForElement(E element, Point p)
Rectangle2D
getForElement(E edge, Point p1, Point p2)
-
Methods inherited from class org.jungrapht.visualization.util.BoundingRectangleCollector
getRectangles
-
-
-
-
Constructor Detail
-
Edges
public Edges(Function<V,Shape> vertexShapeFunction, BiFunction<org.jgrapht.Graph<V,E>,E,Shape> edgeShapeFunction, LayoutModel<V> layoutModel)
-
-
Method Detail
-
getForElement
public Rectangle2D getForElement(E edge)
- Specified by:
getForElement
in classBoundingRectangleCollector<E>
-
getForElement
public Rectangle2D getForElement(E element, Point p)
- Specified by:
getForElement
in classBoundingRectangleCollector<E>
-
getForElement
public Rectangle2D getForElement(E edge, Point p1, Point p2)
- Specified by:
getForElement
in classBoundingRectangleCollector<E>
-
compute
public void compute()
- Overrides:
compute
in classBoundingRectangleCollector<E>
-
-