de.fzi.kadmos.renderer
Interface AlignmentRenderer

All Known Implementing Classes:
INRIAFormatRenderer

public interface AlignmentRenderer

Interface for alignment renderers. Specific renderers must implement the render(Alignment) method to produce an output. It is recommended, that implementing classes accept a PrintWriter as construction parameter or the like, in order to produce an output.

Since:
1.0.0
Version:
1.3.0
Author:
Juergen Bock

Method Summary
 void render(Alignment alignment)
          Renders an alignment.
 

Method Detail

render

void render(Alignment alignment)
            throws IOException
Renders an alignment. The implementing class should know where to write the result.

Parameters:
alignment - Reference to the alignment to be rendered.
Throws:
IOException - if an error occurs when rendering.
Since:
1.0.0


Copyright © 2012. All Rights Reserved.