org.fenfire.loom
Interface NodeView

All Known Implementing Classes:
DefaultNodeView

public interface NodeView

A view rendering a single node in an RDF graph. This takes a node in an RDF graph and renders it in some way.


Nested Class Summary
static class NodeView.Nodespec
          Information about a node to be rendered.
 
Method Summary
 void render(VobScene vs, int into, NodeView.Nodespec spec)
          Render a node.
 

Method Detail

render

public void render(VobScene vs,
                   int into,
                   NodeView.Nodespec spec)
Render a node.

Parameters:
vs - The VobScene to render the node into.
into - The coordinate system inside vs to render the node into.
spec - Information about the node to render.