Package | Description |
---|---|
datastructures.common |
Modifier and Type | Method and Description |
---|---|
static LJV.Context |
LJV.getDefaultContext() |
static LJV.Context |
LJV.newContext() |
Modifier and Type | Method and Description |
---|---|
static void |
LJV.drawGraph(LJV.Context ctx,
java.lang.Object obj) |
static void |
LJV.drawGraph(LJV.Context ctx,
java.lang.Object obj,
java.lang.String file)
Create a graph of the object rooted at obj.
|
static void |
LJV.generateDOT(LJV.Context ctx,
java.lang.Object obj,
java.io.PrintWriter out)
Write a DOT digraph specification of the graph rooted at obj to
out.
|
static void |
LJV.setDefaultContext(LJV.Context ctx) |