public class GraphMap
extends java.lang.Object
Constructor | Description |
---|---|
GraphMap(java.util.Set<Graph> graphs,
javax.swing.JComponent container) |
Modifier and Type | Method | Description |
---|---|---|
void |
draw() |
|
void |
imageOut(java.lang.String fileName) |
|
protected void |
init() |
|
void |
setDoIncludeCoefficients(boolean doIncludeCoefficients) |
|
void |
streamOut(java.io.OutputStream out) |
public GraphMap(java.util.Set<Graph> graphs, javax.swing.JComponent container)