Uses of Class
org.graphstream.ui.graphicGraph.GraphicNode
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph | |
| org.graphstream.ui.view.camera |
-
Uses of GraphicNode in org.graphstream.ui.graphicGraph
Fields in org.graphstream.ui.graphicGraph declared as GraphicNode Modifier and Type Field Description GraphicNodeGraphicEdge. fromThe first node.GraphicNodeGraphicEdge. toThe second node.Methods in org.graphstream.ui.graphicGraph that return GraphicNode Modifier and Type Method Description GraphicNodeGraphicSprite. getNodeAttachment()The node this sprite is attached to or null if not attached to an edge.GraphicNodeGraphicEdge. otherNode(GraphicNode n)Obtain the node that is not "n" attached to this edge.Methods in org.graphstream.ui.graphicGraph with parameters of type GraphicNode Modifier and Type Method Description voidGraphicSprite. attachToNode(GraphicNode node)Attach this sprite to the given node.GraphicNodeGraphicEdge. otherNode(GraphicNode n)Obtain the node that is not "n" attached to this edge.Constructors in org.graphstream.ui.graphicGraph with parameters of type GraphicNode Constructor Description GraphicEdge(String id, GraphicNode from, GraphicNode to, boolean dir, HashMap<String,Object> attributes)New graphic edge. -
Uses of GraphicNode in org.graphstream.ui.view.camera
Methods in org.graphstream.ui.view.camera with parameters of type GraphicNode Modifier and Type Method Description booleanDefaultCamera2D. isNodeIn(GraphicNode node, double X1, double Y1, double X2, double Y2)Is the given node visible in the given area.