/[classpath]/classpath/javax/swing/text/ComponentView.java
ViewVC logotype

Diff of /classpath/javax/swing/text/ComponentView.java

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

revision 1.6.2.1 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.6.2.2 by gnu_andrew, Sun Aug 7 18:34:12 2005 UTC
# Line 100  public class ComponentView extends View Line 100  public class ComponentView extends View
100      {      {
101          return 0;          return 0;
102      }      }
103    
104      /**
105       * Maps coordinates from the <code>View</code>'s space into a position
106       * in the document model.
107       *
108       * @param x the x coordinate in the view space
109       * @param y the y coordinate in the view space
110       * @param a the allocation of this <code>View</code>
111       * @param b the bias to use
112       *
113       * @return the position in the document that corresponds to the screen
114       *         coordinates <code>x, y</code>
115       */
116      public int viewToModel(float x, float y, Shape a, Position.Bias b)
117      {
118        // FIXME: Implement this properly.
119        return 0;
120      }
121  }  }

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

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