/[gzz]/gzz/lava/gzz/loom/NodeView.java
ViewVC logotype

Diff of /gzz/lava/gzz/loom/NodeView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tuukkah, Wed Feb 26 18:03:55 2003 UTC revision 1.3 by benja, Wed Feb 26 19:37:45 2003 UTC
# Line 34  import com.hp.hpl.mesa.rdf.jena.model.*; Line 34  import com.hp.hpl.mesa.rdf.jena.model.*;
34   */   */
35  public interface NodeView {  public interface NodeView {
36    
37      /** Render a node. */      /** Render a node.
38         *  @param vs The VobScene to render the node into.
39         *  @param into The coordinate system inside <code>vs</code>
40         *         to render the node into.
41         *  @param node The node to render.
42         *  @param dir Larger than zero if the node is posward
43         *         from the focus; smaller than zero if the node
44         *         is negward from the focus; zero if the node
45         *         <em>is</em> the focus.
46         */
47      void render(VobScene vs, int into, RDFNode node, int dir);      void render(VobScene vs, int into, RDFNode node, int dir);
48    
49      /** Get the default size of a node.      /** Get the default size of a node.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26