|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.extensions.io.LatexWriter
public class LatexWriter
Constructor Summary | |
---|---|
LatexWriter()
|
Method Summary | |
---|---|
java.lang.String |
checkParameters()
checks the parameters and return an error string if the parameter values are invalid, otherwise it returns null, also if some other fields should be set after setting the parameters you can do it in this method |
java.lang.String |
getDescription()
|
java.lang.String |
getExtension()
Retrieves the file extension for the file type. |
java.lang.String |
getName()
Retrieves the name of the file type. |
void |
write(java.io.File file,
GraphModel graph)
Writes the graph to the file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LatexWriter()
Method Detail |
---|
public java.lang.String getName()
GraphWriterInterface
getName
in interface Extension
getName
in interface GraphWriterInterface
public java.lang.String getExtension()
GraphWriterInterface
getExtension
in interface GraphWriterInterface
public void write(java.io.File file, GraphModel graph) throws GraphIOException
GraphWriterInterface
write
in interface GraphWriterInterface
file
- the filegraph
- the graph
GraphIOException
- In the case of the writer error.public java.lang.String getDescription()
getDescription
in interface Extension
public java.lang.String checkParameters()
Parametrizable
checkParameters
in interface Parametrizable
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |