Package | Description |
---|---|
charger |
The top level package for the editor.
|
Modifier and Type | Method and Description |
---|---|
static File |
IOManager.FileToGraph(File absFile,
Graph targetGraph)
Loads a graph from a file to a graph.
|
static File |
IOManager.FileToGraph(File absFile,
Graph targetGraph,
Point2D.Double translateBy)
Loads from a cgx file to a graph.
|
static ArrayList<GraphObject> |
IOManager.StringToGraph(String s,
Graph targetGraph,
Point translateBy,
boolean keepIDs)
Loads a graph from a CharGer formatted string
|