-
Method parameters in org.graphstream.ui.view with type arguments of type InteractiveElement
| Modifier and Type |
Method |
Description |
Collection<GraphicElement> |
GraphRenderer.allGraphicElementsIn(EnumSet<InteractiveElement> types,
double x1,
double y1,
double x2,
double y2) |
Search for all the graphic elements of the specified types contained inside
the rectangle (x1,y1)-(x2,y2).
|
Collection<GraphicElement> |
View.allGraphicElementsIn(EnumSet<InteractiveElement> types,
double x1,
double y1,
double x2,
double y2) |
Search for all the graphic elements contained inside the rectangle
(x1,y1)-(x2,y2).
|
GraphicElement |
GraphRenderer.findGraphicElementAt(EnumSet<InteractiveElement> types,
double x,
double y) |
Search for the first GraphicElement among the specified types (precedence:
node, edge, sprite) that contains the point at coordinates (x, y).
|
GraphicElement |
View.findGraphicElementAt(EnumSet<InteractiveElement> types,
double x,
double y) |
Search for the first GraphicElement among the specified types (precedence:
node, edge, sprite) that contains the point at coordinates (x, y).
|
-
Method parameters in org.graphstream.ui.view.camera with type arguments of type InteractiveElement
| Modifier and Type |
Method |
Description |
Collection<GraphicElement> |
Camera.allGraphicElementsIn(GraphicGraph graph,
EnumSet<InteractiveElement> types,
double x1,
double y1,
double x2,
double y2) |
|
Collection<GraphicElement> |
DefaultCamera2D.allGraphicElementsIn(GraphicGraph graph,
EnumSet<InteractiveElement> types,
double x1,
double y1,
double x2,
double y2) |
|
GraphicElement |
Camera.findGraphicElementAt(GraphicGraph graph,
EnumSet<InteractiveElement> types,
double x,
double y) |
|
GraphicElement |
DefaultCamera2D.findGraphicElementAt(GraphicGraph graph,
EnumSet<InteractiveElement> types,
double x,
double y) |
Search for the first GraphicElement among those specified.
|
-