public class CharacterVisualizer extends Object implements Visualizer<Character,Character>
Constructor and Description |
---|
CharacterVisualizer() |
Modifier and Type | Method and Description |
---|---|
void |
visualize(Alignment<Character,Character> alignment,
OutputStream out)
Visualize the given Alignment and write the resulting data to the given OutputStream.
|
public static final String ENCODING
public void visualize(@NonNull Alignment<Character,Character> alignment, @NonNull OutputStream out) throws IOException
Visualizer
visualize
in interface Visualizer<Character,Character>
alignment
- an Alignment to be visualized.out
- the OutputStream the visualization data shall be written to.IOException
- may be thrown during IO operations.Copyright (C) 2016 Benjamin Paaßen, 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/