Name | Summary |
---|---|
Algorithm | class Algorithm : Layout |
FruchtermanReingoldActivity | Code taken from https://github.com/Team-Blox/GraphView/blob/master/sample/src/main/java/de/blox/graphview/sample/Algorithms/FruchtermanReingoldActivity.java`class FruchtermanReingoldActivity : [ GraphActivity`](-graph-activity/index.md) |
GraphActivity | Code taken from https://github.com/Team-Blox/GraphView/blob/master/sample/src/main/java/de/blox/graphview/sample/GraphActivity.java There is a small change to adapt to the projectabstract class GraphActivity : AppCompatActivity |
XmlParser | Parser of the GraphMl format.class XmlParser |