org.fenfire.loom
Interface View

VobScene VobMap VobMatcher VobCoorder Design of LibVob VobScene VobMap VobMatcher VobCoorder Design of LibVob vobsceneseq
All Known Implementing Classes:
SimpleView, WheelView

public interface View

A simple RDF structure view. This is passed a cursor position and a rotation (the node we'd go to if we'd hit left/right) and a vobscene to put vobs into.

When rendering RDF nodes, the node objects should be used as the vob keys.


Method Summary
 void render(VobScene sc, int into, Cursor c)
           
 

Method Detail

render

public void render(VobScene sc,
                   int into,
                   Cursor c)