◆ DOT()
static void org.turro.web.funnel.graph.FunnelGraphDOT.DOT |
( |
Writer |
writer | ) |
|
|
static |
Definition at line 76 of file FunnelGraphDOT.java.
77 GraphUtil.<FunnelVertexDOT, DefaultEdge>toDOT(writer,
load(),
78 fi -> Strings.identifier(fi.getIdentifier()),
80 Map<String, Attribute> map = new LinkedHashMap<>();
81 map.put(
"color", DefaultAttribute.createAttribute(fi.getColor()));
82 map.put(
"fontcolor", DefaultAttribute.createAttribute(
"#FFFFFF"));
83 map.put(
"label", DefaultAttribute.createAttribute(fi.getCaption()));
static FunnelGraphDOT load()
◆ load()
static FunnelGraphDOT org.turro.web.funnel.graph.FunnelGraphDOT.load |
( |
| ) |
|
|
static |
◆ dao
final Cached<Dao> org.turro.web.funnel.graph.FunnelGraphDOT.dao = Cached.instance(() -> new ElephantPU()) |
|
protected |
The documentation for this class was generated from the following file: