Uses of Class
org.jgrapht.alg.drawing.model.Box2D
Packages that use Box2D
Package
Description
Graph Drawing.
Graph Drawing Basic Types and Models.
-
Uses of Box2D in org.jgrapht.alg.drawing
Fields in org.jgrapht.alg.drawing declared as Box2DMethods in org.jgrapht.alg.drawing that return Box2DModifier and TypeMethodDescriptionFRQuadTree.Node.getBox()
Get the area represented by this node.Constructors in org.jgrapht.alg.drawing with parameters of type Box2DModifierConstructorDescriptionFRQuadTree
(Box2D box) Create a new tree for a certain area.Create a new node for a given area -
Uses of Box2D in org.jgrapht.alg.drawing.model
Fields in org.jgrapht.alg.drawing.model declared as Box2DMethods in org.jgrapht.alg.drawing.model that return Box2DModifier and TypeMethodDescriptionLayoutModel2D.getDrawableArea()
Get the drawable area of the model.ListenableLayoutModel2D.getDrawableArea()
MapLayoutModel2D.getDrawableArea()
static Box2D
Box2D.of
(double width, double height) Create a new boxstatic Box2D
Box2D.of
(double x, double y, double width, double height) Create a new boxMethods in org.jgrapht.alg.drawing.model that return types with arguments of type Box2DModifier and TypeMethodDescriptionBoxes.splitAlongXAxis
(Box2D box) Split a box along the x axis into two equal boxes.Boxes.splitAlongXAxis
(Box2D box) Split a box along the x axis into two equal boxes.Boxes.splitAlongYAxis
(Box2D box) Split a box along the y axis into two equal boxes.Boxes.splitAlongYAxis
(Box2D box) Split a box along the y axis into two equal boxes.Methods in org.jgrapht.alg.drawing.model with parameters of type Box2DModifier and TypeMethodDescriptionstatic boolean
Boxes.containsPoint
(Box2D box, Point2D p) Test whether a box contains a point.static boolean
Boxes.containsPoint
(Box2D box, Point2D p, Comparator<Double> comparator) Test whether a box contains a point.void
LayoutModel2D.setDrawableArea
(Box2D drawableArea) Set the drawable area of the model.void
ListenableLayoutModel2D.setDrawableArea
(Box2D drawableArea) void
MapLayoutModel2D.setDrawableArea
(Box2D drawableArea) Boxes.splitAlongXAxis
(Box2D box) Split a box along the x axis into two equal boxes.Boxes.splitAlongYAxis
(Box2D box) Split a box along the y axis into two equal boxes.Constructors in org.jgrapht.alg.drawing.model with parameters of type Box2D