public interface Graph
Modifier and Type | Method and Description |
---|---|
android.graphics.RectF |
getBounds(boolean includeLinks) |
android.graphics.RectF |
getDocRect()
Gets the bounding rectangle
of the document, containing the graph.
|
LinkList |
getLinks()
Gets a collection with all links in this graph.
|
NodeList |
getNodes()
Gets a collection with all nodes in this graph.
|
boolean |
isDirected()
Gets a value indicating whether the direction of links
in this graph should be considered, i.e.
|
android.graphics.RectF getBounds(boolean includeLinks)
NodeList getNodes()
LinkList getLinks()
android.graphics.RectF getDocRect()
boolean isDirected()