com.hp.hpl.jena.eyeball.renderers
Interface ItemRenderer
- All Known Implementing Classes:
- FormattedItemRenderer
public interface ItemRenderer
An ItemRenderer is used [by the text renderer] to render a single
report item to the output stream.
- Author:
- kers
|
Method Summary |
void |
render(java.io.PrintStream out,
com.hp.hpl.jena.rdf.model.Resource resource)
Render to out the report item item. |
render
void render(java.io.PrintStream out,
com.hp.hpl.jena.rdf.model.Resource resource)
- Render to
out the report item item.