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

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

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

revision 1.12 by tuukkah, Wed Feb 26 18:03:54 2003 UTC revision 1.13 by benja, Wed Feb 26 19:37:45 2003 UTC
# Line 154  public class Cursor { Line 154  public class Cursor {
154          return abs;          return abs;
155      }      }
156    
157        /** Get the selected node in the given direction.
158         *  getRotationNode(1) is the node we go to if
159         *  we hit 'Right.' getRotationNode(-1) is the node
160         *  we go to if we hit 'Left.' getRotationNode(0)
161         *  is the focused node.
162         */
163      public RDFNode getRotationNode(int dir) {      public RDFNode getRotationNode(int dir) {
164          if(dir == 0)          if(dir == 0)
165              return focus;              return focus;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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