|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphWriter
Interface for graph writers.
| Method Summary | |
|---|---|
void |
setShowGraphName(boolean showGraphName)
Set wether or not the graph name should be display on the written graph. |
void |
write(java.io.File output)
Write a project's graph to a file. |
void |
write(java.io.OutputStream stream)
Write a project's graph to a stream. |
| Methods inherited from interface net.ggtools.grand.graph.GraphConsumer |
|---|
setProducer |
| Method Detail |
|---|
void write(java.io.File output)
throws GrandException,
java.io.IOException
output - file to write the graph to.
java.io.IOException - if the file cannot be written.
GrandException - if the graph cannot be written for a problem
within Grand.
void write(java.io.OutputStream stream)
throws GrandException
stream - The stream to write to.
GrandException - if the graph cannot be written for a problem
within Grand.void setShowGraphName(boolean showGraphName)
showGraphName - true to display the graph name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||