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 with parameters of type Rect2D Modifier and Type Method Description booleanRect2D. contains(Rect2D rect)EdgeIterableSpatialIndex. getEdgesInArea(Rect2D rect)NodeIterableSpatialIndex. getNodesInArea(Rect2D rect)booleanRect2D. intersects(Rect2D rect)Constructors in org.gephi.graph.api with parameters of type Rect2D Constructor Description Rect2D(Rect2D source)Create a newRect2Das a copy of the givensource.
-