Uses of Class
org.gephi.graph.api.Rect2D
-
Packages that use Rect2D Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of Rect2D in org.gephi.graph.api
Methods in org.gephi.graph.api with parameters of type Rect2D Modifier and Type Method Description boolean
Rect2D. contains(Rect2D rect)
EdgeIterable
SpatialIndex. getEdgesInArea(Rect2D rect)
NodeIterable
SpatialIndex. getNodesInArea(Rect2D rect)
boolean
Rect2D. intersects(Rect2D rect)
Constructors in org.gephi.graph.api with parameters of type Rect2D Constructor Description Rect2D(Rect2D source)
Create a newRect2D
as a copy of the givensource
.
-