Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.awt.Point
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 Point res = new Point(fx, fy);
2 Point p = getAPosition(c);
3 Point lpointPosn = SwingUtilities.convertPoint(getGlassPane(),e.getPoint(),lcomponentRef);
4 Point orig = (Point) posmap.get(v);
5 Point direction = new Point ( 0, 0 );
6 Point p1 = indexToLocation(index1);
7 Point temp = getPoint(t);
8 java.awt.Point p = getViewport().getViewPosition();
9 return new Point(0, 0);
10 java.awt.Point p = getViewport().getViewPosition();
11 _positions[0] = new Point((((int) (canvasWidth / 2)) -
12 Point p = new Point();
13 Point viewerPosition = viewer.getLocation();
14 return Math.sqrt(Math.abs(point1.x-point2.x)*Math.abs(point1.x-point2.x)+Math.abs(point1.y-point2.y)*Math.abs(point1.y-point2.y));
15 super(org.x < (org.x + extent.width) ? org.x : org.x + extent.width, org.y < (org.y + extent.height) ? org.y : org.y + extent.height,
16 oldXobj= xyObj.x, /* save real object if any */
17 Point p = new Point(x, y + 16);
18 Point bottomLoc = bottomWindow.getLocation();
19 new Point((int)(stepSize*Math.cos(theta)),
20 if (this.x!=cp.x) {

Links to utility classes and functions:

1 org.pvv.bcd.Util.ComparablePoint
2 org.cougaar.tools.csmart.util.LatLonPoint
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.