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 05:21:35 +01:00
|
|
|
/* Copyright (C) 2000, 2001, 2002 Free Software Foundation
|
2000-07-23 02:24:14 +02:00
|
|
|
|
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 05:21:35 +01:00
|
|
|
This file is part of GNU Classpath.
|
2000-07-23 02:24:14 +02:00
|
|
|
|
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 05:21:35 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
As a special exception, if you link this library with other files to
|
|
|
|
produce an executable, this library does not by itself cause the
|
|
|
|
resulting executable to be covered by the GNU General Public License.
|
|
|
|
This exception does not however invalidate any other reasons why the
|
|
|
|
executable file might be covered by the GNU General Public License. */
|
2000-07-23 02:24:14 +02:00
|
|
|
|
|
|
|
package java.awt.geom;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @author Tom Tromey <tromey@cygnus.com>
|
|
|
|
* @date April 16, 2000
|
|
|
|
*/
|
|
|
|
|
|
|
|
public abstract class Rectangle2D extends RectangularShape
|
|
|
|
{
|
|
|
|
public static final int OUT_LEFT = 1;
|
|
|
|
public static final int OUT_TOP = 2;
|
|
|
|
public static final int OUT_RIGHT = 4;
|
|
|
|
public static final int OUT_BOTTOM = 8;
|
|
|
|
|
|
|
|
protected Rectangle2D ()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Set the bounding box of this rectangle.
|
|
|
|
* @param x X coordinate
|
|
|
|
* @param y Y coordinate
|
|
|
|
* @param w Width
|
|
|
|
* @param h Height
|
|
|
|
*/
|
|
|
|
public abstract void setRect (double x, double y, double w, double h);
|
|
|
|
|
|
|
|
/** Set the bounding box of this rectangle.
|
|
|
|
* @param r Bounding rectangle.
|
|
|
|
*/
|
|
|
|
public void setRect (Rectangle2D r)
|
|
|
|
{
|
|
|
|
setRect (r.getX (), r.getY (), r.getWidth (), r.getHeight ());
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Returns true if line segment intersects interior of this
|
|
|
|
* rectangle.
|
|
|
|
* @param x1 X coordinate of first end of line segment
|
|
|
|
* @param y1 Y coordinate of first end of line segment
|
|
|
|
* @param x2 X coordinate of second end of line segment
|
2001-05-31 18:48:15 +02:00
|
|
|
* @param y2 Y coordinate of segment end of line segment
|
2000-07-23 02:24:14 +02:00
|
|
|
*/
|
|
|
|
public boolean intersectsLine (double x1, double y1, double x2, double y2)
|
|
|
|
{
|
|
|
|
int o1 = outcode (x1, y1);
|
|
|
|
int o2 = outcode (x2, y2);
|
|
|
|
|
|
|
|
double mx = getX ();
|
|
|
|
double my = getY ();
|
|
|
|
double mx2 = getWidth ();
|
|
|
|
double my2 = getHeight ();
|
|
|
|
x1 -= mx;
|
|
|
|
x2 -= mx;
|
|
|
|
y1 -= my;
|
|
|
|
y2 -= my;
|
|
|
|
|
|
|
|
// Here we handle all lines that stay entirely on one side of the
|
|
|
|
// rectangle. We also handle some lines that intersect the
|
|
|
|
// rectangle. All vertical and horizontal lines are handled here.
|
|
|
|
int xor = o1 ^ o2;
|
|
|
|
int or = o1 | o2;
|
|
|
|
if ((xor & (OUT_BOTTOM | OUT_TOP)) == 0)
|
|
|
|
{
|
|
|
|
if ((or & (OUT_BOTTOM | OUT_TOP)) != 0)
|
|
|
|
return false;
|
|
|
|
return ((o1 & (OUT_LEFT | OUT_RIGHT)) != 0
|
|
|
|
|| (o2 & (OUT_LEFT | OUT_RIGHT)) != 0);
|
|
|
|
}
|
|
|
|
else if ((xor & (OUT_LEFT | OUT_RIGHT)) == 0)
|
|
|
|
{
|
|
|
|
if ((or & (OUT_LEFT | OUT_RIGHT)) != 0)
|
|
|
|
return false;
|
|
|
|
return ((o1 & (OUT_BOTTOM | OUT_TOP)) != 0
|
|
|
|
|| (o2 & (OUT_BOTTOM | OUT_TOP)) != 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
double dx = x2 - x1;
|
|
|
|
double dy = y2 - y1;
|
|
|
|
|
|
|
|
double t1l = - x1 / dx;
|
|
|
|
double t1h = (mx2 - x1) / dx;
|
|
|
|
|
|
|
|
if (t1l >= t1h)
|
|
|
|
return false;
|
|
|
|
double t2l = - y1 / dy;
|
|
|
|
double t2h = (my2 - y1) / dy;
|
|
|
|
|
|
|
|
if (t2l >= t2h || t2l >= t1h || t2h < t1l)
|
|
|
|
return false;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Return true if line segment intersects interior of this
|
|
|
|
* rectangle.
|
|
|
|
* @param l The line segment
|
|
|
|
*/
|
|
|
|
// public boolean intersectsLine (Line2D l)
|
|
|
|
// {
|
|
|
|
// }
|
|
|
|
|
|
|
|
public abstract int outcode (double x, double y);
|
|
|
|
|
|
|
|
public int outcode (Point2D p)
|
|
|
|
{
|
|
|
|
return outcode (p.getX (), p.getY ());
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Set bounding frame for this rectangle.
|
|
|
|
* @param x X coordinate
|
|
|
|
* @param y Y coordinate
|
|
|
|
* @param w Width
|
|
|
|
* @param h Height
|
|
|
|
*/
|
|
|
|
public void setFrame (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
setRect (x, y, w, h);
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D getBounds2D ()
|
|
|
|
{
|
|
|
|
// FIXME.
|
|
|
|
return (Rectangle2D) clone ();
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean contains (double x, double y)
|
|
|
|
{
|
|
|
|
double mx = getX ();
|
|
|
|
double mw = getWidth ();
|
|
|
|
if (x < mx || x >= mx + mw)
|
|
|
|
return false;
|
|
|
|
double my = getY ();
|
|
|
|
double mh = getHeight ();
|
|
|
|
return y >= my && y < my + mh;
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean intersects (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
double mx = getX ();
|
|
|
|
double mw = getWidth ();
|
|
|
|
if (x < mx || x >= mx + mw || x + w < mx || x + w >= mx + mw)
|
|
|
|
return false;
|
|
|
|
double my = getY ();
|
|
|
|
double mh = getHeight ();
|
|
|
|
return y >= my && y < my + mh && y + h >= my && y + h < my + mh;
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean contains (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
return contains (x, y) && contains (x + w, y + h);
|
|
|
|
}
|
|
|
|
|
|
|
|
public abstract Rectangle2D createIntersection (Rectangle2D r);
|
|
|
|
|
|
|
|
public static void intersect (Rectangle2D src1, Rectangle2D src2,
|
|
|
|
Rectangle2D dest)
|
|
|
|
{
|
|
|
|
double x1l = src1.getMinX ();
|
|
|
|
double x2l = src2.getMinX ();
|
|
|
|
double nxl = Math.max (x1l, x2l);
|
|
|
|
double x1h = src1.getMaxX ();
|
|
|
|
double x2h = src2.getMaxX ();
|
|
|
|
double nxh = Math.min (x1h, x2h);
|
|
|
|
if (nxh < nxl)
|
|
|
|
nxh = nxl;
|
|
|
|
double y1l = src1.getMinY ();
|
|
|
|
double y2l = src2.getMinY ();
|
|
|
|
double nyl = Math.max (y1l, y2l);
|
|
|
|
double y1h = src1.getMaxY ();
|
|
|
|
double y2h = src2.getMaxY ();
|
|
|
|
double nyh = Math.min (y1h, y2h);
|
|
|
|
if (nyh < nyl)
|
|
|
|
nyh = nyl;
|
|
|
|
dest.setFrameFromDiagonal (nxl, nyl, nxh, nyh);
|
|
|
|
}
|
|
|
|
|
|
|
|
public abstract Rectangle2D createUnion (Rectangle2D r);
|
|
|
|
|
|
|
|
public static void union (Rectangle2D src1, Rectangle2D src2,
|
|
|
|
Rectangle2D dest)
|
|
|
|
{
|
|
|
|
double x1l = src1.getMinX ();
|
|
|
|
double x2l = src2.getMinX ();
|
|
|
|
double nxl = Math.max (x1l, x2l);
|
|
|
|
double x1h = src1.getMaxX ();
|
|
|
|
double x2h = src2.getMaxX ();
|
|
|
|
double nxh = Math.min (x1h, x2h);
|
|
|
|
double y1l = src1.getMinY ();
|
|
|
|
double y2l = src2.getMinY ();
|
|
|
|
double nyl = Math.max (y1l, y2l);
|
|
|
|
double y1h = src1.getMaxY ();
|
|
|
|
double y2h = src2.getMaxY ();
|
|
|
|
double nyh = Math.min (y1h, y2h);
|
|
|
|
dest.setFrameFromDiagonal (nxl, nyl, nxh, nyh);
|
|
|
|
}
|
|
|
|
|
|
|
|
public void add (double newx, double newy)
|
|
|
|
{
|
|
|
|
double minx = Math.min (getMinX (), newx);
|
|
|
|
double maxx = Math.max (getMaxX (), newx);
|
|
|
|
double miny = Math.min (getMinY (), newy);
|
|
|
|
double maxy = Math.max (getMaxY (), newy);
|
|
|
|
setFrameFromDiagonal (minx, miny, maxx, maxy);
|
|
|
|
}
|
|
|
|
|
|
|
|
public void add (Point2D p)
|
|
|
|
{
|
|
|
|
add (p.getX (), p.getY ());
|
|
|
|
}
|
|
|
|
|
|
|
|
public void add (Rectangle2D r)
|
|
|
|
{
|
|
|
|
add (r.getMinX (), r.getMinY ());
|
|
|
|
add (r.getMaxX (), r.getMaxY ());
|
|
|
|
}
|
|
|
|
|
|
|
|
public PathIterator getPathIterator (AffineTransform at)
|
|
|
|
{
|
|
|
|
// We know the superclass just ignores the flatness parameter.
|
|
|
|
return getPathIterator (at, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static class Double extends Rectangle2D
|
|
|
|
{
|
|
|
|
public double height;
|
|
|
|
public double width;
|
|
|
|
public double x;
|
|
|
|
public double y;
|
|
|
|
|
|
|
|
public Double ()
|
|
|
|
{
|
|
|
|
height = width = x = y = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Double (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getX ()
|
|
|
|
{
|
|
|
|
return x;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getY ()
|
|
|
|
{
|
|
|
|
return y;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getWidth ()
|
|
|
|
{
|
|
|
|
return width;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getHeight ()
|
|
|
|
{
|
|
|
|
return height;
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean isEmpty ()
|
|
|
|
{
|
|
|
|
return width <= 0 || height <= 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setRect (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setRect (Rectangle2D r)
|
|
|
|
{
|
|
|
|
this.x = r.getX ();
|
|
|
|
this.y = r.getY ();
|
|
|
|
this.width = r.getWidth ();
|
|
|
|
this.height = r.getHeight ();
|
|
|
|
}
|
|
|
|
|
|
|
|
public int outcode (double x, double y)
|
|
|
|
{
|
|
|
|
int code = 0;
|
|
|
|
if (x < this.x)
|
|
|
|
code |= OUT_LEFT;
|
|
|
|
else if (x >= this.x + this.width)
|
|
|
|
code |= OUT_RIGHT;
|
|
|
|
if (y < this.y)
|
|
|
|
code |= OUT_TOP;
|
|
|
|
else if (y >= this.y + this.height)
|
|
|
|
code |= OUT_BOTTOM;
|
|
|
|
return code;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D getBounds2D ()
|
|
|
|
{
|
|
|
|
return new Rectangle2D.Double (x, y, width, height);
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D createIntersection (Rectangle2D r)
|
|
|
|
{
|
|
|
|
Double res = new Double ();
|
|
|
|
intersect (this, r, res);
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D createUnion (Rectangle2D r)
|
|
|
|
{
|
|
|
|
Double res = new Double ();
|
|
|
|
union (this, r, res);
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
|
|
|
public String toString ()
|
|
|
|
{
|
|
|
|
return "fixme";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public static class Float extends Rectangle2D
|
|
|
|
{
|
|
|
|
public float height;
|
|
|
|
public float width;
|
|
|
|
public float x;
|
|
|
|
public float y;
|
|
|
|
|
|
|
|
public Float ()
|
|
|
|
{
|
|
|
|
height = width = x = y = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Float (float x, float y, float w, float h)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getX ()
|
|
|
|
{
|
|
|
|
return x;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getY ()
|
|
|
|
{
|
|
|
|
return y;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getWidth ()
|
|
|
|
{
|
|
|
|
return width;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getHeight ()
|
|
|
|
{
|
|
|
|
return height;
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean isEmpty ()
|
|
|
|
{
|
|
|
|
return width <= 0 || height <= 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setRect (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
this.x = (float) x;
|
|
|
|
this.y = (float) y;
|
|
|
|
this.width = (float) w;
|
|
|
|
this.height = (float) h;
|
|
|
|
}
|
|
|
|
|
2001-04-22 05:05:39 +02:00
|
|
|
public void setRect (float x, float y, float w, float h)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
}
|
|
|
|
|
2000-07-23 02:24:14 +02:00
|
|
|
public void setRect (Rectangle2D r)
|
|
|
|
{
|
|
|
|
this.x = (float) r.getX ();
|
|
|
|
this.y = (float) r.getY ();
|
|
|
|
this.width = (float) r.getWidth ();
|
|
|
|
this.height = (float) r.getHeight ();
|
|
|
|
}
|
|
|
|
|
|
|
|
public int outcode (double x, double y)
|
|
|
|
{
|
|
|
|
int code = 0;
|
|
|
|
if (x < this.x)
|
|
|
|
code |= OUT_LEFT;
|
|
|
|
else if (x >= this.x + this.width)
|
|
|
|
code |= OUT_RIGHT;
|
|
|
|
if (y < this.y)
|
|
|
|
code |= OUT_TOP;
|
|
|
|
else if (y >= this.y + this.height)
|
|
|
|
code |= OUT_BOTTOM;
|
|
|
|
return code;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D getBounds2D ()
|
|
|
|
{
|
|
|
|
return new Rectangle2D.Float (x, y, width, height);
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D createIntersection (Rectangle2D r)
|
|
|
|
{
|
|
|
|
Float res = new Float ();
|
|
|
|
intersect (this, r, res);
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D createUnion (Rectangle2D r)
|
|
|
|
{
|
|
|
|
Float res = new Float ();
|
|
|
|
union (this, r, res);
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
|
|
|
public String toString ()
|
|
|
|
{
|
|
|
|
return "fixme";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|