Uses of Class
org.gephi.graph.api.Rect2D
-
Packages that use Rect2D Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of Rect2D in org.gephi.graph.api
Methods in org.gephi.graph.api that return Rect2D Modifier and Type Method Description Rect2DSpatialIndex. getBoundaries()Returns the bounding rectangle that contains all nodes in the graph.Methods in org.gephi.graph.api with parameters of type Rect2D Modifier and Type Method Description booleanRect2D. contains(Rect2D rect)Returns true if this rectangle contains the given rectangle.EdgeIterableSpatialIndex. getEdgesInArea(Rect2D rect)Returns the edges in the given area.NodeIterableSpatialIndex. getNodesInArea(Rect2D rect)Returns the nodes in the given area.booleanRect2D. intersects(Rect2D rect)Returns true if this rectangle intersects the given rectangle.Constructors in org.gephi.graph.api with parameters of type Rect2D Constructor Description Rect2D(Rect2D source)Create a newRect2Das a copy of the givensource.
-