Package gen.lib.dotgen
Class dotinit__c
- java.lang.Object
-
- gen.lib.dotgen.dotinit__c
-
public class dotinit__c extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static CFunction
dot_cleanup
static CFunction
dot_layout
-
Constructor Summary
Constructors Constructor Description dotinit__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
attach_phase_attrs(java.lang.Object... arg)
static java.lang.Object
attachPos(java.lang.Object... arg)
static void
doDot(ST_Agraph_s g)
static java.lang.Object
dot_cleanup(java.lang.Object... arg_)
static void
dot_init_edge(ST_Agedge_s e)
static void
dot_init_node(ST_Agnode_s n)
static void
dot_init_node_edge(ST_Agraph_s g)
static void
dot_init_subg(ST_Agraph_s g, ST_Agraph_s droot)
static void
dot_layout(ST_Agraph_s g)
static ST_Agraph_s
dot_root(ST_Agobj_s p)
static void
dotLayout(ST_Agraph_s g)
static java.lang.Object
initSubg(java.lang.Object... arg)
static java.lang.Object
remove_from_rank(java.lang.Object... arg)
static java.lang.Object
removeFill(java.lang.Object... arg)
static java.lang.Object
resetCoord(java.lang.Object... arg)
-
-
-
Method Detail
-
dot_init_subg
public static void dot_init_subg(ST_Agraph_s g, ST_Agraph_s droot)
-
dot_init_node
public static void dot_init_node(ST_Agnode_s n)
-
dot_init_edge
public static void dot_init_edge(ST_Agedge_s e)
-
dot_init_node_edge
public static void dot_init_node_edge(ST_Agraph_s g)
-
dot_cleanup
public static java.lang.Object dot_cleanup(java.lang.Object... arg_)
-
remove_from_rank
public static java.lang.Object remove_from_rank(java.lang.Object... arg)
-
removeFill
public static java.lang.Object removeFill(java.lang.Object... arg)
-
attach_phase_attrs
public static java.lang.Object attach_phase_attrs(java.lang.Object... arg)
-
dotLayout
public static void dotLayout(ST_Agraph_s g)
-
initSubg
public static java.lang.Object initSubg(java.lang.Object... arg)
-
attachPos
public static java.lang.Object attachPos(java.lang.Object... arg)
-
resetCoord
public static java.lang.Object resetCoord(java.lang.Object... arg)
-
doDot
public static void doDot(ST_Agraph_s g)
-
dot_layout
public static void dot_layout(ST_Agraph_s g)
-
dot_root
public static ST_Agraph_s dot_root(ST_Agobj_s p)
-
-