|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicNode | |
---|---|
org.graphstream.ui.graphicGraph |
Uses of GraphicNode in org.graphstream.ui.graphicGraph |
---|
Fields in org.graphstream.ui.graphicGraph declared as GraphicNode | |
---|---|
GraphicNode |
GraphicEdge.from
The first node. |
GraphicNode |
GraphicEdge.to
The second node. |
Methods in org.graphstream.ui.graphicGraph that return GraphicNode | |
---|---|
GraphicNode |
GraphicSprite.getNodeAttachment()
The node this sprite is attached to or null if not attached to an edge. |
GraphicNode |
GraphicEdge.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 | |
---|---|
void |
GraphicSprite.attachToNode(GraphicNode node)
Attach this sprite to the given node. |
GraphicNode |
GraphicEdge.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 | |
---|---|
GraphicEdge(String id,
GraphicNode from,
GraphicNode to,
boolean dir,
HashMap<String,Object> attributes)
New graphic edge. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |