Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 890 Bytes

File metadata and controls

12 lines (9 loc) · 890 Bytes

app / com.pzpg.ogr.graph

Package com.pzpg.ogr.graph

Types

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