Package adams.gui.flow.tree.annotations
Interface AnnotationProcessor
-
- All Known Implementing Classes:
AbstractAnnotationProcessor,PlainText
public interface AnnotationProcessorInterface 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 StringtoHTML(Node node)Turns the actor's annotations into HTML.
-