Uses of Class
org.jungrapht.visualization.layout.model.Rectangle
-
Packages that use Rectangle Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama org.jungrapht.visualization.layout.algorithms.util org.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location pointsorg.jungrapht.visualization.layout.quadtree Support for spatial optimization of graph layout algorithmsorg.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of Rectangle in org.jungrapht.samples.sugiyama.test.algorithms
Fields in org.jungrapht.samples.sugiyama.test.algorithms declared as Rectangle Modifier and Type Field Description protected Rectangle
BrandesKopfLayoutAlgorithm. bounds
protected Rectangle
LayeredLayoutAlgorithm. bounds
Fields in org.jungrapht.samples.sugiyama.test.algorithms with type parameters of type Rectangle Modifier and Type Field Description protected Function<V,Rectangle>
BrandesKopfLayoutAlgorithm.Builder. vertexBoundsFunction
protected Function<V,Rectangle>
BrandesKopfLayoutAlgorithm. vertexBoundsFunction
protected Function<V,Rectangle>
LayeredLayoutAlgorithm.Builder. vertexBoundsFunction
protected Function<V,Rectangle>
LayeredLayoutAlgorithm. vertexBoundsFunction
Method parameters in org.jungrapht.samples.sugiyama.test.algorithms with type arguments of type Rectangle Modifier and Type Method Description void
BrandesKopfLayoutAlgorithm. setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
void
LayeredLayoutAlgorithm. setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
B
BrandesKopfLayoutAlgorithm.Builder. vertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
B
LayeredLayoutAlgorithm.Builder. vertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
-
Uses of Rectangle in org.jungrapht.visualization
Methods in org.jungrapht.visualization that return types with arguments of type Rectangle Modifier and Type Method Description default Function<V,Rectangle>
RenderContext. getVertexBoundsFunction()
-
Uses of Rectangle in org.jungrapht.visualization.layout.algorithms
Fields in org.jungrapht.visualization.layout.algorithms declared as Rectangle Modifier and Type Field Description protected Rectangle
AbstractHierarchicalMinCrossLayoutAlgorithm. bounds
protected Rectangle
TidierTreeLayoutAlgorithm. bounds
protected static Rectangle
AbstractHierarchicalMinCrossLayoutAlgorithm. IDENTITY_SHAPE
Fields in org.jungrapht.visualization.layout.algorithms with type parameters of type Rectangle Modifier and Type Field Description protected Map<V,Rectangle>
AbstractTreeLayoutAlgorithm. baseBounds
a {}@link Map} of vertex to aRectangle
that will contain the vertex and all of its childrenprotected Function<V,Rectangle>
AbstractHierarchicalMinCrossLayoutAlgorithm.Builder. vertexBoundsFunction
protected Function<V,Rectangle>
AbstractHierarchicalMinCrossLayoutAlgorithm. vertexBoundsFunction
protected Function<V,Rectangle>
AbstractTreeLayoutAlgorithm.Builder. vertexBoundsFunction
protected Function<V,Rectangle>
AbstractTreeLayoutAlgorithm. vertexBoundsFunction
if provided (non-null) then the horizontalVertexSpacing and verticalVertexSpacing values will be replaced by 2 times the average width and height of all vertex shapesMethods in org.jungrapht.visualization.layout.algorithms that return Rectangle Modifier and Type Method Description protected Rectangle
AbstractLayoutAlgorithm. computeLayoutExtent(LayoutModel<V> layoutModel)
Compute the smallest Rectangle in the layout area containing verticesMethods in org.jungrapht.visualization.layout.algorithms that return types with arguments of type Rectangle Modifier and Type Method Description Map<V,Rectangle>
AbstractTreeLayoutAlgorithm. getBaseBounds()
Map<V,Rectangle>
RadialTreeLayout. getBaseBounds()
Map<V,Rectangle>
TidierTreeLayoutAlgorithm. getBaseBounds()
Map<V,Rectangle>
TreeLayout. getBaseBounds()
Map<V,Rectangle>
TreeLayoutAlgorithm. getBaseBounds()
Methods in org.jungrapht.visualization.layout.algorithms with parameters of type Rectangle Modifier and Type Method Description protected void
AbstractLayoutAlgorithm. expandToFill(LayoutModel<V> layoutModel, Rectangle occupiedRegion)
Method parameters in org.jungrapht.visualization.layout.algorithms with type arguments of type Rectangle Modifier and Type Method Description protected <E> Dimension
AbstractLayoutAlgorithm. computeAverageVertexDimension(org.jgrapht.Graph<V,E> graph, Function<V,Rectangle> shapeFunction)
void
AbstractHierarchicalMinCrossLayoutAlgorithm. setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
void
AbstractTreeLayoutAlgorithm. setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
void
ForceAtlas2LayoutAlgorithm. setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
void
ShapeFunctionAware. setVertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
B
AbstractHierarchicalMinCrossLayoutAlgorithm.Builder. vertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
B
AbstractTreeLayoutAlgorithm.Builder. vertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
if provided, the horizontal and vertical spacings will be replaced by the average width and height of the vertexShape
s returned by thisFunction
Constructor parameters in org.jungrapht.visualization.layout.algorithms with type arguments of type Rectangle Constructor Description AbstractHierarchicalMinCrossLayoutAlgorithm(Function<V,Rectangle> vertexBoundsFunction, boolean straightenEdges, boolean postStraighten, boolean transpose, int maxLevelCross, Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction, boolean expandLayout, Layering layering, boolean threaded, Executor executor, boolean separateComponents, Runnable after)
EiglspergerLayoutAlgorithm(Function<V,Rectangle> vertexShapeFunction, boolean straightenEdges, boolean postStraighten, boolean transpose, int maxLevelCross, Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction, boolean expandLayout, Layering layering, boolean threaded, Executor executor, boolean separateComponents, Runnable after)
HierarchicalMinCrossLayoutAlgorithm(Function<V,Rectangle> vertexShapeFunction, int eiglspergerThreshold, boolean straightenEdges, boolean postStraighten, boolean transpose, int transposeLimit, int maxLevelCross, Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction, boolean expandLayout, Layering layering, boolean threaded, Executor executor, boolean separateComponents, Runnable after)
-
Uses of Rectangle in org.jungrapht.visualization.layout.algorithms.eiglsperger
Fields in org.jungrapht.visualization.layout.algorithms.eiglsperger with type parameters of type Rectangle Modifier and Type Field Description protected Function<V,Rectangle>
EiglspergerRunnable.Builder. vertexShapeFunction
protected Function<V,Rectangle>
EiglspergerRunnable. vertexShapeFunction
Method parameters in org.jungrapht.visualization.layout.algorithms.eiglsperger with type arguments of type Rectangle Modifier and Type Method Description B
EiglspergerRunnable.Builder. vertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
Constructor parameters in org.jungrapht.visualization.layout.algorithms.eiglsperger with type arguments of type Rectangle Constructor Description EiglspergerRunnable(LayoutModel<V> layoutModel, Function<V,Rectangle> vertexShapeFunction, boolean straightenEdges, boolean postStraighten, boolean transpose, int maxLevelCross, boolean minimizeEdgeLength, Layering layering, boolean multiComponent)
-
Uses of Rectangle in org.jungrapht.visualization.layout.algorithms.sugiyama
Fields in org.jungrapht.visualization.layout.algorithms.sugiyama with type parameters of type Rectangle Modifier and Type Field Description protected Function<V,Rectangle>
SugiyamaRunnable.Builder. vertexShapeFunction
protected Function<V,Rectangle>
SugiyamaRunnable. vertexShapeFunction
Method parameters in org.jungrapht.visualization.layout.algorithms.sugiyama with type arguments of type Rectangle Modifier and Type Method Description static <V> void
Unaligned. centerPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
static <V> void
Unaligned. setPoints(List<List<LV<V>>> layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
static <V> void
Unaligned. setPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
B
SugiyamaRunnable.Builder. vertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
-
Uses of Rectangle in org.jungrapht.visualization.layout.algorithms.util
Fields in org.jungrapht.visualization.layout.algorithms.util with type parameters of type Rectangle Modifier and Type Field Description protected Function<V,Rectangle>
InitialDimensionFunction.Builder. vertexShapeFunction
protected Function<V,Rectangle>
InitialDimensionFunction. vertexShapeFunction
Methods in org.jungrapht.visualization.layout.algorithms.util with parameters of type Rectangle Modifier and Type Method Description void
DimensionSummaryStatistics. accept(Rectangle rectangle)
void
RectangleConsumer. accept(Rectangle rectangle)
Method parameters in org.jungrapht.visualization.layout.algorithms.util with type arguments of type Rectangle Modifier and Type Method Description default void
VertexBoundsFunctionConsumer. accept(Function<V,Rectangle> vertexBoundsFunction)
static <V> InitialDimensionFunction.Builder<V,?,?>
InitialDimensionFunction. builder(Function<V,Rectangle> vertexShapeFunction)
void
VertexBoundsFunctionConsumer. setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
void
InitialDimensionFunction. setVertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
void
VertexShapeAware. setVertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
B
InitialDimensionFunction.Builder. vertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
-
Uses of Rectangle in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as Rectangle Modifier and Type Field Description static Rectangle
Rectangle. IDENTITY
identity rectangle of zero size at originMethods in org.jungrapht.visualization.layout.model that return Rectangle Modifier and Type Method Description static Rectangle
Rectangle. from(Point min, Point max)
static Rectangle
Rectangle. of(double x, double y, double width, double height)
static Rectangle
Rectangle. of(int width, int height)
static Rectangle
Rectangle. of(int x, int y, int width, int height)
Rectangle
Rectangle. offset(double x, double y)
offset the rectangle's location by the passed coordinatesRectangle
Rectangle. union(double newX, double newY)
return a new Rectangle that is is the expansion of this Rectangle to contain the passed PointRectangle
Rectangle. union(Rectangle other)
return a union of this rectangle and the other rectangleMethods in org.jungrapht.visualization.layout.model with parameters of type Rectangle Modifier and Type Method Description boolean
Point. inside(Rectangle r)
boolean
Circle. intersects(Rectangle r)
boolean
Rectangle. intersects(Rectangle other)
fail-fast implementation to reduce computationRectangle
Rectangle. union(Rectangle other)
return a union of this rectangle and the other rectangle -
Uses of Rectangle in org.jungrapht.visualization.layout.quadtree
Fields in org.jungrapht.visualization.layout.quadtree declared as Rectangle Modifier and Type Field Description protected Rectangle
Node. area
protected Rectangle
Node.Builder. area
protected Rectangle
BarnesHutQuadTree.Builder. bounds
Methods in org.jungrapht.visualization.layout.quadtree that return Rectangle Modifier and Type Method Description Rectangle
Node. getArea()
Rectangle
BarnesHutQuadTree. getBounds()
the bounds of this quad treeRectangle
Node. getBounds()
Rectangle
TreeNode. getBounds()
Methods in org.jungrapht.visualization.layout.quadtree with parameters of type Rectangle Modifier and Type Method Description BarnesHutQuadTree.Builder
BarnesHutQuadTree.Builder. bounds(Rectangle bounds)
Node.Builder<T>
Node.Builder. withArea(Rectangle area)
-
Uses of Rectangle in org.jungrapht.visualization.util
Methods in org.jungrapht.visualization.util that return Rectangle Modifier and Type Method Description static Rectangle
AWT. convert(Rectangle2D r2d)
static Rectangle
RectangleUtils. convert(Rectangle2D r2d)
Methods in org.jungrapht.visualization.util with parameters of type Rectangle Modifier and Type Method Description static Rectangle2D
AWT. convert(Rectangle r)
static Rectangle2D
RectangleUtils. convert(Rectangle r)
Constructor parameters in org.jungrapht.visualization.util with type arguments of type Rectangle Constructor Description TreeCells(LayoutModel<V> layoutModel, Map<V,Rectangle> cellMap, ShapeTransformer transformer)
TreeCells(LayoutModel<V> layoutModel, Map<V,Rectangle> cellMap, ShapeTransformer transformer, Color color)
-