app / com.pzpg.ogr.graph / GraphActivity
GraphActivity
abstract class GraphActivity : AppCompatActivity
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 project
Constructors
Name |
Summary |
<init> |
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 projectGraphActivity() |
Properties
Functions
Inheritors
Name |
Summary |
FruchtermanReingoldActivity |
Code taken from https://github.com/Team-Blox/GraphView/blob/master/sample/src/main/java/de/blox/graphview/sample/Algorithms/FruchtermanReingoldActivity.javaclass FruchtermanReingoldActivity : GraphActivity |