Package | Description |
---|---|
de.citec.tcs.alignment.visualization |
This module contains means to visualize Alignments.
|
Modifier and Type | Class and Description |
---|---|
class |
CharacterVisualizer
This is a visualizer for alignments of Strings, that is: List of Characters.
|
class |
HTMLVisualizer<X,Y>
This creates an HTML table visualization of an Alignment.
|
class |
StringVisualizer<X,Y>
This is a trivial Visualizer that just calls the toString() method of
AlignmentPath.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y> String |
VisualizerUtils.visualize(Visualizer<X,Y> visualizer,
Alignment<X,Y> alignment)
Visualize the given Alignment and write the resulting data to a String.
|
static <X,Y> void |
VisualizerUtils.visualize(Visualizer<X,Y> visualizer,
Alignment<X,Y> alignment,
File out)
Visualize the given Alignment and write the resulting data to the given File.
|
static <X,Y> void |
VisualizerUtils.visualize(Visualizer<X,Y> visualizer,
Alignment<X,Y> alignment,
String out)
Visualize the given Alignment and write the resulting data to the given File.
|
static <X,Y> void |
VisualizerUtils.visualize(Visualizer<X,Y> visualizer,
Alignment<X,Y> alignment,
Writer out)
Visualize the given Alignment and write the resulting data to the given Writer.
|
Copyright (C) 2016-2018 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/