|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xmlgraph.converter.XMLGraph2Dot
public class XMLGraph2Dot
Printer for Graphviz Dot format.
| Constructor Summary | |
|---|---|
XMLGraph2Dot(PrintStream p)
Constructs a new printer. |
|
XMLGraph2Dot(PrintWriter p)
Constructs a new printer. |
|
| Method Summary | |
|---|---|
void |
print(XMLGraph xg)
Prints XML graph (reachable nodes only). |
void |
print(XMLGraph xg,
boolean reachable)
|
void |
print(XMLGraph xg,
Set<Node> nodes)
Prints XML graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLGraph2Dot(PrintStream p)
p - print stream for output (using default character encoding)public XMLGraph2Dot(PrintWriter p)
p - print writer for output| Method Detail |
|---|
public void print(XMLGraph xg)
xg - XML graph
public void print(XMLGraph xg,
boolean reachable)
public void print(XMLGraph xg,
Set<Node> nodes)
xg - XML graphnodes - nodes to include
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||