Package adams.gui.flow.tree.annotations
Interface AnnotationProcessor
-
- All Known Implementing Classes:
AbstractAnnotationProcessor
,PlainText
public interface AnnotationProcessor
Interface for annotation processors.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toHTML(Node node)
Turns the actor's annotations into HTML.
-