|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmascoptLib.io.graph.MPWriter
MPWriter
Field Summary | |
double |
circle_size
Circle size. |
double |
s
The stretch factor for distances. |
Constructor Summary | |
MPWriter(OutputStream os)
Creates a writer with a stream. |
|
MPWriter(String file)
Creates a writer with a filename. |
Method Summary | |
void |
add(MascoptObject object)
Add an object to write in the Writer. |
void |
write()
Writes the file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double s
public double circle_size
Constructor Detail |
public MPWriter(String file) throws FileNotFoundException
file
- the filename where to write.public MPWriter(OutputStream os)
os
- the stream where to write.Method Detail |
public void add(MascoptObject object)
add
in interface WriterInterface
object
- public void write()
write
in interface WriterInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |