public abstract class AbstractVisualizer extends Object implements Visualizer
Constructor and Description |
---|
AbstractVisualizer() |
Modifier and Type | Method and Description |
---|---|
String |
getVisualizationData(AlignmentPath path)
Returns the visualization as string.
|
void |
visualize(AlignmentPath path,
File file)
Returns the visualization as string.
|
void |
visualize(AlignmentPath path,
String file)
Returns the visualization as string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visualize
public String getVisualizationData(AlignmentPath path) throws IOException
path
- the AlignmentPath to be visualized.IOException
- may be thrown during IO operationspublic void visualize(AlignmentPath path, File file) throws IOException
path
- the AlignmentPath to be visualized.file
- the File the visualization data shall be written to.IOException
- may be thrown during IO operationspublic void visualize(AlignmentPath path, String file) throws IOException
path
- the AlignmentPath to be visualized.file
- the File the visualization data shall be written to.IOException
- may be thrown during IO operationsCopyright (C) 2013-2015 Benjamin Paaßen, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/