Package | Description |
---|---|
charger |
The top level package for the editor.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
IOManager.loadGraph2(BufferedReader f,
Graph targetGraph,
Point translateBy)
Loads (reads) a graph from a file in CharGer version 2 format and
attaches it to an existing (i.e., non-null, but possibly empty) graph
|
static GraphObject |
IOManager.parseOneObject2(String s,
Graph rootGraph,
boolean ignoreNesting,
Point translateBy,
boolean keepIDs)
Tokenizes and parses a string assuming it was written using the saveGraph
rules for version 2, then creates a correct CharGer graph object based on
what was parsed.
|