Uses of Class
org.graphstream.ui.graphicGraph.GraphicEdge
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph | |
| org.graphstream.ui.view.camera |
-
Uses of GraphicEdge in org.graphstream.ui.graphicGraph
Fields in org.graphstream.ui.graphicGraph with type parameters of type GraphicEdge Modifier and Type Field Description ArrayList<GraphicEdge>GraphicEdge.EdgeGroup. edgesThe set of multiple edges.Methods in org.graphstream.ui.graphicGraph that return GraphicEdge Modifier and Type Method Description GraphicEdgeGraphicEdge.EdgeGroup. getEdge(int i)I-th edge of the group.GraphicEdgeGraphicSprite. getEdgeAttachment()The edge this sprite is attached to or null if not attached to an edge.Methods in org.graphstream.ui.graphicGraph with parameters of type GraphicEdge Modifier and Type Method Description voidGraphicSprite. attachToEdge(GraphicEdge edge)Attach this sprite to the given edge.voidGraphicEdge.EdgeGroup. decrement(GraphicEdge edge)Remove an edge from the group.voidGraphicEdge.EdgeGroup. increment(GraphicEdge edge)Add an edge in the group.Constructors in org.graphstream.ui.graphicGraph with parameters of type GraphicEdge Constructor Description EdgeGroup(GraphicEdge first, GraphicEdge second)Create a new edge group, starting with two edges. -
Uses of GraphicEdge in org.graphstream.ui.view.camera
Methods in org.graphstream.ui.view.camera with parameters of type GraphicEdge Modifier and Type Method Description booleanDefaultCamera2D. isEdgeIn(GraphicEdge edge, double X1, double Y1, double X2, double Y2)booleanDefaultCamera2D. isEdgeVisible(GraphicEdge edge)Check if an edge is visible in the current view port.