Uses of Class
org.graphstream.ui.view.util.InteractiveElement
| Package | Description |
|---|---|
| org.graphstream.ui.view | |
| org.graphstream.ui.view.camera | |
| org.graphstream.ui.view.util |
-
Uses of InteractiveElement in org.graphstream.ui.view
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).GraphicElementGraphRenderer. 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).GraphicElementView. 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). -
Uses of InteractiveElement in org.graphstream.ui.view.camera
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)GraphicElementCamera. findGraphicElementAt(GraphicGraph graph, EnumSet<InteractiveElement> types, double x, double y)GraphicElementDefaultCamera2D. findGraphicElementAt(GraphicGraph graph, EnumSet<InteractiveElement> types, double x, double y)Search for the first GraphicElement among those specified. -
Uses of InteractiveElement in org.graphstream.ui.view.util
Methods in org.graphstream.ui.view.util that return InteractiveElement Modifier and Type Method Description static InteractiveElementInteractiveElement. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractiveElement[]InteractiveElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphstream.ui.view.util that return types with arguments of type InteractiveElement Modifier and Type Method Description EnumSet<InteractiveElement>MouseManager. getManagedTypes()Returns the set of InteractiveElements managed by the MouseManager