public class LJV
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LJV.Context |
Constructor and Description |
---|
LJV() |
Modifier and Type | Method and Description |
---|---|
static void |
drawGraph(LJV.Context ctx,
java.lang.Object obj) |
static void |
drawGraph(LJV.Context ctx,
java.lang.Object obj,
java.lang.String file)
Create a graph of the object rooted at obj.
|
static void |
drawGraph(java.lang.Object obj) |
static void |
drawGraphToFile(java.lang.Object obj,
java.lang.String file) |
static void |
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 LJV.Context |
getDefaultContext() |
static LJV.Context |
newContext() |
static void |
setDefaultContext(LJV.Context ctx) |
public static void setDefaultContext(LJV.Context ctx)
public static LJV.Context getDefaultContext()
public static LJV.Context newContext()
public static void generateDOT(LJV.Context ctx, java.lang.Object obj, java.io.PrintWriter out)
public static void drawGraph(LJV.Context ctx, java.lang.Object obj, java.lang.String file)
public static void drawGraph(LJV.Context ctx, java.lang.Object obj)
public static void drawGraphToFile(java.lang.Object obj, java.lang.String file)
public static void drawGraph(java.lang.Object obj)