2002-08-09 04:26:17 +00:00
|
|
|
/* Point2D.java -- generic point in 2-D space
|
|
|
|
Copyright (C) 1999, 2000, 2002 Free Software Foundation
|
Start of AWT merge with Classpath:
* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Reference files in
gnu/java/awt, not gnu/gcj/awt.
* java/awt/image/BufferedImage.java: Updated copyright.
* java/awt/image/ComponentColorModel.java: Updated copyright.
* java/awt/image/ComponentSampleModel.java: Updated copyright.
* java/awt/image/DataBuffer.java: Updated copyright.
* java/awt/image/DataBufferByte.java: Updated copyright.
* java/awt/image/DataBufferInt.java: Updated copyright.
* java/awt/image/DataBufferUShort.java: Updated copyright.
* java/awt/image/IndexColorModel.java: Updated copyright.
* java/awt/image/PackedColorModel.java: Updated copyright.
* java/awt/image/Raster.java: Updated copyright.
* java/awt/image/RasterOp.java: Updated copyright.
* java/awt/image/SampleModel.java: Updated copyright.
* java/awt/image/SinglePixelPackedSampleModel.java: Updated copyright.
* java/awt/image/WritableRaster.java: Updated copyright.
* java/awt/color/ColorSpace.java: Updated copyright.
* java/awt/color/ICC_ColorSpace.java: Updated copyright
* java/awt/color/ICC_Profile.java: Updated copyright.
* java/awt/event/HierarchyBoundsAdapter.java: Updated copyright.
* java/awt/event/HierarchyBoundsListener.java: Updated copyright.
* java/awt/event/HierarchyEvent.java: Updated copyright.
* java/awt/event/HierarchyListener.java: Updated copyright.
* java/awt/geom/AffineTransform.java: Updated copyright.
* java/awt/geom/Dimension2D.java: Updated copyright.
* java/awt/geom/Ellipse2D.java: Updated copyright.
* java/awt/geom/IllegalPathStateException.java: Updated copyright.
* java/awt/geom/Line2D.java: Updated copyright.
* java/awt/geom/NoninvertibleTransformException.java: Updated
copyright.
* java/awt/geom/PathIterator.java: Updated copyright.
* java/awt/geom/Point2D.java: Updated copyright.
* java/awt/geom/Rectangle2D.java: Updated copyright.
* java/awt/geom/RectangularShape.java: Updated copyright.
* java/awt/geom/RoundRectangle2D.java: Updated copyright.
* java/awt/Toolkit.java: Updated import for file moves.
* java/awt/Rectangle.java: Updated copyright; added javadoc from
Classpath.
(hashCode): New method from Classpath.
* java/awt/Graphics2D.java: Updated copyright.
* java/awt/Transparency.java: Updated copyright.
* java/awt/Paint.java: Updated copyright.
* java/awt/Graphics.java: New version from Classpath.
* java/awt/EventDispatchThread.java: Updated copyright.
* java/awt/CardLayout.java (layoutContainer): Don't skip invisible
children.
(gotoComponent): Wrap around on next/previous.
* gnu/gcj/awt/BitMaskExtent.java: Removed.
* gnu/gcj/awt/Buffers.java: Removed.
* gnu/gcj/awt/ComponentDataBlitOp.java: Removed.
* gnu/gcj/awt/GLightweightPeer.java: Removed.
* gnu/java/awt/BitMaskExtent.java: Added.
* gnu/java/awt/Buffers.java: Added.
* gnu/java/awt/ComponentDataBlitOp.java: Added.
* gnu/java/awt/GLightweightPeer.java: Added.
* java/awt/geom/Line2D.java (clone): Ignore
CloneNotSupportedException.
* gnu/gcj/awt/GLightweightPeer.java (getColorModel): New method.
* java/awt/Frame.java: Merged with Classpath.
* java/awt/RenderingHints.java: Copyright update.
* java/awt/Paint.java: Copyright update.
* java/awt/image/DirectColorModel.java: Merged with Classpath.
* java/awt/image/ColorModel.java: Merged with Classpath.
* java/awt/Window.java (show): New Implementation from Classpath.
(isShowing): Use super.isShowing().
* java/awt/EventQueue.java: Merged with Classpath.
* java/awt/AWTEventMulticaster.java (save): Throw
RuntimeException.
(saveInternal): Likewise.
* java/awt/AWTEvent.java: Now implements Serializable.
* java/awt/Event.java: Copyright update.
* java/awt/peer/ComponentPeer.java: Merged with Classpath.
* java/awt/image/BufferedImage.java: Copyright update.
* java/awt/GraphicsConfiguration.java: Copyright update.
* java/awt/Component.java: (addNotify): Don't call
addNotifyContainerChildren().
(addNotifyContainerChildren): Removed.
(setPeer): New method from Classpath.
(setTreeLock): Likewise.
(setVisible): Rewrote.
(show): Use it.
(hide): Likewise.
(validate): Set `valid'.
(checkImage(Image,ImageObserver)): Implementation from Classpath.
(createImage(ImageProducer)): Likewise.
(prepareImage): Likewise.
* java/awt/Container.java (addImpl): Handle case where constraint
is not a String. Post event via system event queue.
(remove): Post event via system event queue.
(validateTree): Only validate child if it is invalid.
(getAlignmentX): Call super method as default.
(getAlignmentY): Likewise.
(addContainerListener): Now synchronized.
(removeContainerListener): Likewise.
(addNotifyContainerChildren): Now private.
* java/awt/ComponentOrientation.java: Updated copyright. Added
@author.
* java/awt/FlowLayout.java (serialVersionUID): New field.
(setAlignment): Better exception message.
(layoutContainer): Don't compute component's preferred size unless
we're going to use it.
* java/awt/BorderLayout.java (AFTER_LAST_LINE, AFTER_LINE_ENDS,
BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS): New constants.
(firstLine, lastLine, firstItem, lastItem): New fields.
(addLayoutComponent): Handle case where constraints is null.
Also, handle relative locations.
(removeLayoutComponent): Handle relative locations.
(MIN, MAX, PREF): New constants.
(calcCompSize): New method.
(calcSize): New method.
(minimumLayoutSize): Use it.
(preferredLayoutSize): Likewise.
(maximumLayoutSize): Likewise.
(toString): Include more information.
(setBounds): New method.
(layoutContainer): Use libgcj implementation; extended to handle
relative locations.
From-SVN: r48896
2002-01-16 04:21:35 +00:00
|
|
|
|
|
|
|
This file is part of GNU Classpath.
|
|
|
|
|
|
|
|
GNU Classpath is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
GNU Classpath is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with GNU Classpath; see the file COPYING. If not, write to the
|
|
|
|
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
|
|
02111-1307 USA.
|
|
|
|
|
2002-01-22 22:40:42 +00:00
|
|
|
Linking this library statically or dynamically with other modules is
|
|
|
|
making a combined work based on this library. Thus, the terms and
|
|
|
|
conditions of the GNU General Public License cover the whole
|
|
|
|
combination.
|
|
|
|
|
|
|
|
As a special exception, the copyright holders of this library give you
|
|
|
|
permission to link this library with independent modules to produce an
|
|
|
|
executable, regardless of the license terms of these independent
|
|
|
|
modules, and to copy and distribute the resulting executable under
|
|
|
|
terms of your choice, provided that you also meet, for each linked
|
|
|
|
independent module, the terms and conditions of the license of that
|
|
|
|
module. An independent module is a module which is not derived from
|
|
|
|
or based on this library. If you modify this library, you may extend
|
|
|
|
this exception to your version of the library, but you are not
|
|
|
|
obligated to do so. If you do not wish to do so, delete this
|
|
|
|
exception statement from your version. */
|
1999-05-05 04:05:57 -07:00
|
|
|
|
|
|
|
package java.awt.geom;
|
|
|
|
|
|
|
|
/**
|
2002-08-09 04:26:17 +00:00
|
|
|
* This class implements a generic point in 2D Cartesian space. The storage
|
|
|
|
* representation is left up to the subclass. Point includes two useful
|
|
|
|
* nested classes, for float and double storage respectively.
|
|
|
|
*
|
1999-05-05 04:05:57 -07:00
|
|
|
* @author Per Bothner <bothner@cygnus.com>
|
2002-08-09 04:26:17 +00:00
|
|
|
* @author Eric Blake <ebb9@email.byu.edu>
|
|
|
|
* @since 1.2
|
|
|
|
* @status updated to 1.4
|
1999-05-05 04:05:57 -07:00
|
|
|
*/
|
|
|
|
public abstract class Point2D implements Cloneable
|
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* The default constructor.
|
|
|
|
*
|
|
|
|
* @see Point
|
|
|
|
* @see Point2D.Float
|
|
|
|
* @see Point2D.Double
|
|
|
|
*/
|
|
|
|
protected Point2D()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Get the X coordinate, in double precision.
|
|
|
|
*
|
|
|
|
* @return the x coordinate
|
|
|
|
*/
|
1999-05-05 04:05:57 -07:00
|
|
|
public abstract double getX();
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Get the Y coordinate, in double precision.
|
|
|
|
*
|
|
|
|
* @return the y coordinate
|
|
|
|
*/
|
|
|
|
public abstract double getY();
|
1999-05-05 04:05:57 -07:00
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Set the location of this point to the new coordinates. There may be a
|
|
|
|
* loss of precision.
|
|
|
|
*
|
|
|
|
* @param x the new x coordinate
|
|
|
|
* @param y the new y coordinate
|
|
|
|
*/
|
|
|
|
public abstract void setLocation(double x, double y);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Set the location of this point to the new coordinates. There may be a
|
|
|
|
* loss of precision.
|
|
|
|
*
|
|
|
|
* @param p the point to copy
|
|
|
|
* @throws NullPointerException if p is null
|
|
|
|
*/
|
|
|
|
public void setLocation(Point2D p)
|
2000-12-04 02:27:21 +00:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
setLocation(p.getX(), p.getY());
|
2000-12-04 02:27:21 +00:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the square of the distance between two points.
|
|
|
|
*
|
|
|
|
* @param x1 the x coordinate of point 1
|
|
|
|
* @param y1 the y coordinate of point 1
|
|
|
|
* @param x2 the x coordinate of point 2
|
|
|
|
* @param y2 the y coordinate of point 2
|
|
|
|
* @return (x2 - x1)^2 + (y2 - y1)^2
|
|
|
|
*/
|
|
|
|
public static double distanceSq(double x1, double y1, double x2, double y2)
|
1999-05-05 04:05:57 -07:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
x2 -= x1;
|
|
|
|
y2 -= y1;
|
|
|
|
return x2 * x2 + y2 * y2;
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the distance between two points.
|
|
|
|
*
|
|
|
|
* @param x1 the x coordinate of point 1
|
|
|
|
* @param y1 the y coordinate of point 1
|
|
|
|
* @param x2 the x coordinate of point 2
|
|
|
|
* @param y2 the y coordinate of point 2
|
|
|
|
* @return the distance from (x1,y1) to (x2,y2)
|
|
|
|
*/
|
|
|
|
static public double distance(double x1, double y1, double x2, double y2)
|
1999-05-05 04:05:57 -07:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return Math.sqrt(distanceSq(x1, y1, x2, y2));
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the square of the distance from this point to the given one.
|
|
|
|
*
|
|
|
|
* @param x the x coordinate of the other point
|
|
|
|
* @param y the y coordinate of the other point
|
|
|
|
* @return the square of the distance
|
|
|
|
*/
|
|
|
|
public double distanceSq(double x, double y)
|
1999-05-05 04:05:57 -07:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return distanceSq(getX(), x, getY(), y);
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the square of the distance from this point to the given one.
|
|
|
|
*
|
|
|
|
* @param p the other point
|
|
|
|
* @return the square of the distance
|
|
|
|
* @throws NullPointerException if p is null
|
|
|
|
*/
|
|
|
|
public double distanceSq(Point2D p)
|
1999-05-05 04:05:57 -07:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return distanceSq(getX(), p.getX(), getY(), p.getY());
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the distance from this point to the given one.
|
|
|
|
*
|
|
|
|
* @param x the x coordinate of the other point
|
|
|
|
* @param y the y coordinate of the other point
|
|
|
|
* @return the distance
|
|
|
|
*/
|
|
|
|
public double distance(double x, double y)
|
1999-05-05 04:05:57 -07:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return distance(getX(), x, getY(), y);
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the distance from this point to the given one.
|
|
|
|
*
|
|
|
|
* @param p the other point
|
|
|
|
* @return the distance
|
|
|
|
* @throws NullPointerException if p is null
|
|
|
|
*/
|
|
|
|
public double distance(Point2D p)
|
1999-05-05 04:05:57 -07:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return distance(getX(), p.getX(), getY(), p.getY());
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Create a new point of the same run-time type with the same contents as
|
|
|
|
* this one.
|
|
|
|
*
|
|
|
|
* @return the clone
|
|
|
|
*/
|
1999-05-05 04:05:57 -07:00
|
|
|
public Object clone()
|
|
|
|
{
|
2000-08-09 14:01:44 +01:00
|
|
|
try
|
2002-08-09 04:26:17 +00:00
|
|
|
{
|
|
|
|
return super.clone();
|
|
|
|
}
|
|
|
|
catch (CloneNotSupportedException e)
|
|
|
|
{
|
|
|
|
throw (Error) new InternalError().initCause(e); // Impossible
|
|
|
|
}
|
1999-05-05 04:05:57 -07:00
|
|
|
}
|
2000-07-23 00:24:14 +00:00
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the hashcode for this point. The formula is not documented, but
|
|
|
|
* appears to be the same as:
|
|
|
|
* <pre>
|
|
|
|
* long l = Double.doubleToLongBits(getY());
|
|
|
|
* l = l * 31 ^ Double.doubleToLongBits(getX());
|
|
|
|
* return (int) ((l >> 32) ^ l);
|
|
|
|
* </pre>
|
|
|
|
*
|
|
|
|
* @return the hashcode
|
|
|
|
*/
|
|
|
|
public int hashCode()
|
|
|
|
{
|
|
|
|
// Talk about a fun time reverse engineering this one!
|
|
|
|
long l = java.lang.Double.doubleToLongBits(getY());
|
|
|
|
l = l * 31 ^ java.lang.Double.doubleToLongBits(getX());
|
|
|
|
return (int) ((l >> 32) ^ l);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Compares two points for equality. This returns true if they have the
|
|
|
|
* same coordinates.
|
|
|
|
*
|
|
|
|
* @param o the point to compare
|
|
|
|
* @return true if it is equal
|
|
|
|
*/
|
|
|
|
public boolean equals(Object o)
|
2000-12-04 02:27:21 +00:00
|
|
|
{
|
|
|
|
if (! (o instanceof Point2D))
|
|
|
|
return false;
|
|
|
|
Point2D p = (Point2D) o;
|
2002-08-09 04:26:17 +00:00
|
|
|
return getX() == p.getX() && getY() == p.getY();
|
2000-12-04 02:27:21 +00:00
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* This class defines a point in <code>double</code> precision.
|
|
|
|
*
|
|
|
|
* @author Eric Blake <ebb9@email.byu.edu>
|
|
|
|
* @since 1.2
|
|
|
|
* @status updated to 1.4
|
|
|
|
*/
|
2000-07-23 00:24:14 +00:00
|
|
|
public static class Double extends Point2D
|
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
/** The X coordinate. */
|
2000-07-23 00:24:14 +00:00
|
|
|
public double x;
|
2002-08-09 04:26:17 +00:00
|
|
|
|
|
|
|
/** The Y coordinate. */
|
2000-07-23 00:24:14 +00:00
|
|
|
public double y;
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Create a new point at (0,0).
|
|
|
|
*/
|
|
|
|
public Double()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Create a new point at (x,y).
|
|
|
|
*
|
|
|
|
* @param x the x coordinate
|
|
|
|
* @param y the y coordinate
|
|
|
|
*/
|
|
|
|
public Double(double x, double y)
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the x coordinate.
|
|
|
|
*
|
|
|
|
* @return the x coordinate
|
|
|
|
*/
|
|
|
|
public double getX()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
return x;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the y coordinate.
|
|
|
|
*
|
|
|
|
* @return the y coordinate
|
|
|
|
*/
|
|
|
|
public double getY()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
return y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Sets the location of this point.
|
|
|
|
*
|
|
|
|
* @param x the new x coordinate
|
|
|
|
* @param y the new y coordinate
|
|
|
|
*/
|
|
|
|
public void setLocation(double x, double y)
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Returns a string representation of this object. The format is:
|
|
|
|
* <code>"Point2D.Double[" + x + ", " + y + ']'</code>.
|
|
|
|
*
|
|
|
|
* @return a string representation of this object
|
|
|
|
*/
|
|
|
|
public String toString()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return "Point2D.Double[" + x + ", " + y + ']';
|
2000-07-23 00:24:14 +00:00
|
|
|
}
|
2002-08-09 04:26:17 +00:00
|
|
|
} // class Double
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This class defines a point in <code>float</code> precision.
|
|
|
|
*
|
|
|
|
* @author Eric Blake <ebb9@email.byu.edu>
|
|
|
|
* @since 1.2
|
|
|
|
* @status updated to 1.4
|
|
|
|
*/
|
2000-07-23 00:24:14 +00:00
|
|
|
public static class Float extends Point2D
|
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
/** The X coordinate. */
|
2000-07-23 00:24:14 +00:00
|
|
|
public float x;
|
2002-08-09 04:26:17 +00:00
|
|
|
|
|
|
|
/** The Y coordinate. */
|
2000-07-23 00:24:14 +00:00
|
|
|
public float y;
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Create a new point at (0,0).
|
|
|
|
*/
|
|
|
|
public Float()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Create a new point at (x,y).
|
|
|
|
*
|
|
|
|
* @param x the x coordinate
|
|
|
|
* @param y the y coordinate
|
|
|
|
*/
|
|
|
|
public Float(float x, float y)
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the x coordinate.
|
|
|
|
*
|
|
|
|
* @return the x coordinate
|
|
|
|
*/
|
|
|
|
public double getX()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
return x;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Return the y coordinate.
|
|
|
|
*
|
|
|
|
* @return the y coordinate
|
|
|
|
*/
|
|
|
|
public double getY()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
return y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Sets the location of this point.
|
|
|
|
*
|
|
|
|
* @param x the new x coordinate
|
|
|
|
* @param y the new y coordinate
|
|
|
|
*/
|
|
|
|
public void setLocation(double x, double y)
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
|
|
|
this.x = (float) x;
|
|
|
|
this.y = (float) y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Sets the location of this point.
|
|
|
|
*
|
|
|
|
* @param x the new x coordinate
|
|
|
|
* @param y the new y coordinate
|
|
|
|
*/
|
|
|
|
public void setLocation(float x, float y)
|
2000-12-04 02:27:21 +00:00
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
}
|
|
|
|
|
2002-08-09 04:26:17 +00:00
|
|
|
/**
|
|
|
|
* Returns a string representation of this object. The format is:
|
|
|
|
* <code>"Point2D.Float[" + x + ", " + y + ']'</code>.
|
|
|
|
*
|
|
|
|
* @return a string representation of this object
|
|
|
|
*/
|
|
|
|
public String toString()
|
2000-07-23 00:24:14 +00:00
|
|
|
{
|
2002-08-09 04:26:17 +00:00
|
|
|
return "Point2D.Float[" + x + ", " + y + ']';
|
2000-07-23 00:24:14 +00:00
|
|
|
}
|
2002-08-09 04:26:17 +00:00
|
|
|
} // class Float
|
|
|
|
} // class Point2D
|