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
|
|
|
/* Copyright (C) 2000, 2002 Free Software Foundation
|
2000-12-03 21:21:52 +00: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 04:21:35 +00:00
|
|
|
This file is part of GNU Classpath.
|
2000-12-03 21:21:52 +00: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 04:21:35 +00: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-12-03 21:21:52 +00:00
|
|
|
|
|
|
|
package java.awt.geom;
|
|
|
|
|
|
|
|
/** This class implements a rectangle with rounded corners.
|
|
|
|
* @author Tom Tromey <tromey@cygnus.com>
|
|
|
|
* @date December 3, 2000
|
|
|
|
*/
|
|
|
|
public abstract class RoundRectangle2D extends RectangularShape
|
|
|
|
{
|
|
|
|
/** Return the arc height of this round rectangle. */
|
|
|
|
public abstract double getArcHeight ();
|
|
|
|
|
|
|
|
/** Return the arc width of this round rectangle. */
|
|
|
|
public abstract double getArcWidth ();
|
|
|
|
|
|
|
|
/** Set the values of this round rectangle
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
* @param w The width
|
|
|
|
* @param h The height
|
|
|
|
* @param arcWidth The arc width
|
|
|
|
* @param arcHeight The arc height
|
|
|
|
*/
|
|
|
|
public abstract void setRoundRect (double x, double y, double w, double h,
|
|
|
|
double arcWidth, double arcHeight);
|
|
|
|
|
|
|
|
/** Create a RoundRectangle2D. This is protected because this class
|
|
|
|
* is abstract and cannot be instantiated.
|
|
|
|
*/
|
|
|
|
protected RoundRectangle2D ()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Return true if this object contains the specified point.
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
*/
|
|
|
|
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 ();
|
|
|
|
if (y < my || y >= my + mh)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
// Now check to see if the point is in range of an arc.
|
|
|
|
double dy = Math.min (Math.abs (my - y), Math.abs (my + mh - y));
|
|
|
|
double dx = Math.min (Math.abs (mx - x), Math.abs (mx + mw - x));
|
|
|
|
double aw = getArcWidth ();
|
|
|
|
double ah = getArcHeight ();
|
|
|
|
if (dx > aw || dy > ah)
|
|
|
|
return true;
|
|
|
|
|
|
|
|
// At this point DX represents the distance from the nearest edge
|
|
|
|
// of the rectangle. But we want to transform it to represent the
|
|
|
|
// scaled distance from the center of the ellipse that forms the
|
|
|
|
// arc. Hence this code:
|
|
|
|
dy = (ah - dy) / ah;
|
|
|
|
dx = (aw - dx) / aw;
|
|
|
|
|
|
|
|
return dx * dx + dy * dy <= 1.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Return true if this object contains the specified rectangle
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
* @param w The width
|
|
|
|
* @param h The height
|
|
|
|
*/
|
|
|
|
public boolean contains (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
// We have to check all four points here (for ordinary rectangles
|
|
|
|
// we can just check opposing corners).
|
|
|
|
return (contains (x, y) && contains (x + w, h)
|
|
|
|
&& contains (x, y + h) && contains (x + w, y + h));
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Return a new path iterator which iterates over this rectangle.
|
|
|
|
* @param at An affine transform to apply to the object
|
|
|
|
*/
|
|
|
|
public PathIterator getPathIterator (AffineTransform at)
|
|
|
|
{
|
|
|
|
// FIXME.
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Return true if the given rectangle intersects this shape.
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
* @param w The width
|
|
|
|
* @param h The height
|
|
|
|
*/
|
|
|
|
public boolean intersects (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
// Here we can use the same code we use for an ordinary rectangle.
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Set the boundary of this round rectangle.
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
* @param w The width
|
|
|
|
* @param h The height
|
|
|
|
*/
|
|
|
|
public void setFrame (double x, double y, double w, double h)
|
|
|
|
{
|
|
|
|
// This is a bit lame.
|
|
|
|
setRoundRect (x, y, w, h, getArcWidth (), getArcHeight ());
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Set the values of this round rectangle to be the same as those
|
|
|
|
* of the argument.
|
|
|
|
* @param rr The round rectangle to copy
|
|
|
|
*/
|
|
|
|
public void setRoundRect (RoundRectangle2D rr)
|
|
|
|
{
|
|
|
|
setRoundRect (rr.getX (), rr.getY (), rr.getWidth (), rr.getHeight (),
|
|
|
|
rr.getArcWidth (), rr.getArcHeight ());
|
|
|
|
}
|
|
|
|
|
|
|
|
/** A subclass of RoundRectangle which keeps its parameters as
|
|
|
|
* floats. */
|
|
|
|
public static class Float extends RoundRectangle2D
|
|
|
|
{
|
|
|
|
/** The height of the corner arc. */
|
|
|
|
public float archeight;
|
|
|
|
|
|
|
|
/** The width of the corner arc. */
|
|
|
|
public float arcwidth;
|
|
|
|
|
|
|
|
/** The x coordinate of this object. */
|
|
|
|
public float x;
|
|
|
|
|
|
|
|
/** The y coordinate of this object. */
|
|
|
|
public float y;
|
|
|
|
|
|
|
|
/** The width of this object. */
|
|
|
|
public float width;
|
|
|
|
|
|
|
|
/** The height of this object. */
|
|
|
|
public float height;
|
|
|
|
|
|
|
|
/** Construct a new instance, with all parameters set to 0. */
|
|
|
|
public Float ()
|
|
|
|
{
|
|
|
|
this (0, 0, 0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Construct a new instance with the given arguments.
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
* @param w The width
|
|
|
|
* @param h The height
|
|
|
|
* @param arcWidth The arc width
|
|
|
|
* @param arcHeight The arc height
|
|
|
|
*/
|
|
|
|
public Float (float x, float y, float w, float h,
|
|
|
|
float arcWidth, float arcHeight)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
this.arcwidth = arcWidth;
|
|
|
|
this.archeight = arcHeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getArcHeight ()
|
|
|
|
{
|
|
|
|
return archeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getArcWidth ()
|
|
|
|
{
|
|
|
|
return arcwidth;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D getBounds2D ()
|
|
|
|
{
|
|
|
|
return new Rectangle2D.Float (x, y, width, height);
|
|
|
|
}
|
|
|
|
|
|
|
|
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 setRoundRect (float x, float y, float w, float h,
|
|
|
|
float arcWidth, float arcHeight)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
this.arcwidth = arcWidth;
|
|
|
|
this.archeight = arcHeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setRoundRect (double x, double y, double w, double h,
|
|
|
|
double arcWidth, double arcHeight)
|
|
|
|
{
|
|
|
|
this.x = (float) x;
|
|
|
|
this.y = (float) y;
|
|
|
|
this.width = (float) w;
|
|
|
|
this.height = (float) h;
|
|
|
|
this.arcwidth = (float) arcWidth;
|
|
|
|
this.archeight = (float) arcHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/** A subclass of RoundRectangle which keeps its parameters as
|
|
|
|
* doubles. */
|
|
|
|
public static class Double extends RoundRectangle2D
|
|
|
|
{
|
|
|
|
/** The height of the corner arc. */
|
|
|
|
public double archeight;
|
|
|
|
|
|
|
|
/** The width of the corner arc. */
|
|
|
|
public double arcwidth;
|
|
|
|
|
|
|
|
/** The x coordinate of this object. */
|
|
|
|
public double x;
|
|
|
|
|
|
|
|
/** The y coordinate of this object. */
|
|
|
|
public double y;
|
|
|
|
|
|
|
|
/** The width of this object. */
|
|
|
|
public double width;
|
|
|
|
|
|
|
|
/** The height of this object. */
|
|
|
|
public double height;
|
|
|
|
|
|
|
|
/** Construct a new instance, with all parameters set to 0. */
|
|
|
|
public Double ()
|
|
|
|
{
|
|
|
|
this (0, 0, 0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Construct a new instance with the given arguments.
|
|
|
|
* @param x The x coordinate
|
|
|
|
* @param y The y coordinate
|
|
|
|
* @param w The width
|
|
|
|
* @param h The height
|
|
|
|
* @param arcWidth The arc width
|
|
|
|
* @param arcHeight The arc height
|
|
|
|
*/
|
|
|
|
public Double (double x, double y, double w, double h,
|
|
|
|
double arcWidth, double arcHeight)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
this.arcwidth = arcWidth;
|
|
|
|
this.archeight = arcHeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getArcHeight ()
|
|
|
|
{
|
|
|
|
return archeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
public double getArcWidth ()
|
|
|
|
{
|
|
|
|
return arcwidth;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Rectangle2D getBounds2D ()
|
|
|
|
{
|
|
|
|
return new Rectangle2D.Double (x, y, width, height);
|
|
|
|
}
|
|
|
|
|
|
|
|
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 setRoundRect (double x, double y, double w, double h,
|
|
|
|
double arcWidth, double arcHeight)
|
|
|
|
{
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.width = w;
|
|
|
|
this.height = h;
|
|
|
|
this.arcwidth = arcWidth;
|
|
|
|
this.archeight = arcHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|