|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - the input of the renderer, ie. the result type (or
Renderable in general) to renderO - the output type of the renderer. This should be the same as or a
subclass of the output class of the matching RenderingFormat.public interface Renderer<I extends Renderable,O>
Interface for renderers of analyzer results. Renderers are used to transform the logical results into readable results such as HTML pages, Swing components, Text or XML files.
RendererBean,
RenderingFormat| Method Summary | |
|---|---|
RendererPrecedence |
getPrecedence(I renderable)
Checks whether this renderer is capable of rendering a particular renderable. |
O |
render(I renderable)
Renders an analyzer result. |
| Method Detail |
|---|
RendererPrecedence getPrecedence(I renderable)
renderable -
O render(I renderable)
renderable - the Renderable to render.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||