fr.inrialpes.exmo.align.impl.renderer
Class HTMLRendererVisitor
java.lang.Object
fr.inrialpes.exmo.align.impl.renderer.HTMLRendererVisitor
- All Implemented Interfaces:
- AlignmentVisitor
public class HTMLRendererVisitor
- extends Object
- implements AlignmentVisitor
Renders an alignment in HTML
TODO:
- add CSS categories
- add resource chooser
- Version:
- $Id: HTMLRendererVisitor.java 1275 2010-02-18 00:26:15Z euzenat $
- Author:
- Jérôme Euzenat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writer
PrintWriter writer
alignment
Alignment alignment
cell
Cell cell
nslist
Hashtable<String,String> nslist
embedded
boolean embedded
alid
String alid
HTMLRendererVisitor
public HTMLRendererVisitor(PrintWriter writer)
init
public void init(Properties p)
- Specified by:
init
in interface AlignmentVisitor
visit
public void visit(Visitable o)
throws AlignmentException
- Specified by:
visit
in interface AlignmentVisitor
- Throws:
AlignmentException
visit
public void visit(Alignment align)
throws AlignmentException
- Throws:
AlignmentException
visit
public void visit(Cell cell)
throws AlignmentException
- Throws:
AlignmentException
visit
public void visit(Relation rel)
(C) INRIA & friends, 2003-${curryear}