/[fenfire]/fenfire/org/fenfire/loom/NodeView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/loom/NodeView.java

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

revision 1.1 by benja, Fri Feb 28 17:41:28 2003 UTC revision 1.2 by benja, Tue Mar 4 10:50:43 2003 UTC
# Line 39  public interface NodeView { Line 39  public interface NodeView {
39       *  @param into The coordinate system inside <code>vs</code>       *  @param into The coordinate system inside <code>vs</code>
40       *         to render the node into.       *         to render the node into.
41       *  @param node The node to render.       *  @param node The node to render.
42         *  @param prop The property through which the node
43         *              is related to the focus (<code>null</code>
44         *              for the focus itself).
45       *  @param dir Larger than zero if the node is posward       *  @param dir Larger than zero if the node is posward
46       *         from the focus; smaller than zero if the node       *         from the focus; smaller than zero if the node
47       *         is negward from the focus; zero if the node       *         is negward from the focus; zero if the node
48       *         <em>is</em> the focus.       *         <em>is</em> the focus.
49       */       */
50      void render(VobScene vs, int into, RDFNode node, int dir);      void render(VobScene vs, int into, RDFNode node,
51                    Property prop, int dir);
52    
53      /** Get the default size of a node.      /** Get the default size of a node.
54       * @param node The node to get size for, or null for a default size.       * @param node The node to get size for, or null for a default size.

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

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