Class Rectangle2D.Float
java.lang.Object
java.awt.geom.RectangularShape
java.awt.geom.Rectangle2D
java.awt.geom.Rectangle2D.Float
- All Implemented Interfaces:
Shape, Serializable, Cloneable
- Enclosing class:
Rectangle2D
The
Float class defines a rectangle specified in float
coordinates.- Since:
- 1.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces declared in class Rectangle2D
Rectangle2D.Double, Rectangle2D.FloatModifier and TypeClassDescriptionstatic classTheDoubleclass defines a rectangle specified in double coordinates.static classTheFloatclass defines a rectangle specified in float coordinates. -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatThe height of thisRectangle2D.floatThe width of thisRectangle2D.floatThe X coordinate of thisRectangle2D.floatThe Y coordinate of thisRectangle2D.Fields declared in class Rectangle2D
OUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOPModifier and TypeFieldDescriptionstatic final intThe bitmask that indicates that a point lies below thisRectangle2D.static final intThe bitmask that indicates that a point lies to the left of thisRectangle2D.static final intThe bitmask that indicates that a point lies to the right of thisRectangle2D.static final intThe bitmask that indicates that a point lies above thisRectangle2D. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a newRectangle2Dobject representing the intersection of thisRectangle2Dwith the specifiedRectangle2D.Returns a newRectangle2Dobject representing the union of thisRectangle2Dwith the specifiedRectangle2D.Returns a high precision and more accurate bounding box of theShapethan thegetBoundsmethod.doubleReturns the height of the framing rectangle indoubleprecision.doublegetWidth()Returns the width of the framing rectangle indoubleprecision.doublegetX()Returns the X coordinate of the upper-left corner of the framing rectangle indoubleprecision.doublegetY()Returns the Y coordinate of the upper-left corner of the framing rectangle indoubleprecision.booleanisEmpty()Determines whether theRectangularShapeis empty.intoutcode(double x, double y) Determines where the specified coordinates lie with respect to thisRectangle2D.voidsetRect(double x, double y, double w, double h) Sets the location and size of thisRectangle2Dto the specifieddoublevalues.voidsetRect(float x, float y, float w, float h) Sets the location and size of thisRectangle2Dto the specifiedfloatvalues.voidSets thisRectangle2Dto be the same as the specifiedRectangle2D.toString()Returns theStringrepresentation of thisRectangle2D.Methods declared in class Rectangle2D
add, add, add, contains, contains, equals, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, unionModifier and TypeMethodDescriptionvoidadd(double newx, double newy) Adds a point, specified by the double precision argumentsnewxandnewy, to thisRectangle2D.voidAdds thePoint2Dobjectptto thisRectangle2D.voidadd(Rectangle2D r) Adds aRectangle2Dobject to thisRectangle2D.booleancontains(double x, double y) Tests if the specified coordinates are inside the boundary of theShape, as described by the definition of insideness.booleancontains(double x, double y, double w, double h) Tests if the interior of theShapeentirely contains the specified rectangular area.booleanDetermines whether or not the specifiedObjectis equal to thisRectangle2D.Returns an iteration object that defines the boundary of thisRectangle2D.getPathIterator(AffineTransform at, double flatness) Returns an iteration object that defines the boundary of the flattenedRectangle2D.inthashCode()Returns the hashcode for thisRectangle2D.static voidintersect(Rectangle2D src1, Rectangle2D src2, Rectangle2D dest) Intersects the pair of specified sourceRectangle2Dobjects and puts the result into the specified destinationRectangle2Dobject.booleanintersects(double x, double y, double w, double h) Tests if the interior of theShapeintersects the interior of a specified rectangular area.booleanintersectsLine(double x1, double y1, double x2, double y2) Tests if the specified line segment intersects the interior of thisRectangle2D.booleanTests if the specified line segment intersects the interior of thisRectangle2D.intDetermines where the specifiedPoint2Dlies with respect to thisRectangle2D.voidsetFrame(double x, double y, double w, double h) Sets the location and size of the outer bounds of thisRectangle2Dto the specified rectangular values.static voidunion(Rectangle2D src1, Rectangle2D src2, Rectangle2D dest) Unions the pair of sourceRectangle2Dobjects and puts the result into the specified destinationRectangle2Dobject.Methods declared in class RectangularShape
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonalModifier and TypeMethodDescriptionclone()Creates a new object of the same class and with the same contents as this object.booleanTests if a specifiedPoint2Dis inside the boundary of theShape, as described by the definition of insideness.booleanTests if the interior of theShapeentirely contains the specifiedRectangle2D.Returns an integerRectanglethat completely encloses theShape.doubleReturns the X coordinate of the center of the framing rectangle of theShapeindoubleprecision.doubleReturns the Y coordinate of the center of the framing rectangle of theShapeindoubleprecision.getFrame()Returns the framingRectangle2Dthat defines the overall shape of this object.doublegetMaxX()Returns the largest X coordinate of the framing rectangle of theShapeindoubleprecision.doublegetMaxY()Returns the largest Y coordinate of the framing rectangle of theShapeindoubleprecision.doublegetMinX()Returns the smallest X coordinate of the framing rectangle of theShapeindoubleprecision.doublegetMinY()Returns the smallest Y coordinate of the framing rectangle of theShapeindoubleprecision.booleanTests if the interior of theShapeintersects the interior of a specifiedRectangle2D.voidsetFrame(Point2D loc, Dimension2D size) Sets the location and size of the framing rectangle of thisShapeto the specifiedPoint2DandDimension2D, respectively.voidSets the framing rectangle of thisShapeto be the specifiedRectangle2D.voidsetFrameFromCenter(double centerX, double centerY, double cornerX, double cornerY) Sets the framing rectangle of thisShapebased on the specified center point coordinates and corner point coordinates.voidsetFrameFromCenter(Point2D center, Point2D corner) Sets the framing rectangle of thisShapebased on a specified centerPoint2Dand cornerPoint2D.voidsetFrameFromDiagonal(double x1, double y1, double x2, double y2) Sets the diagonal of the framing rectangle of thisShapebased on the two specified coordinates.voidsetFrameFromDiagonal(Point2D p1, Point2D p2) Sets the diagonal of the framing rectangle of thisShapebased on two specifiedPoint2Dobjects.Methods declared in class Object
finalize, getClass, notify, notifyAll, wait, wait, waitModifier and TypeMethodDescriptionprotected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Field Details
-
x
public float xThe X coordinate of thisRectangle2D.- Since:
- 1.2
-
y
public float yThe Y coordinate of thisRectangle2D.- Since:
- 1.2
-
width
public float widthThe width of thisRectangle2D.- Since:
- 1.2
-
height
public float heightThe height of thisRectangle2D.- Since:
- 1.2
-
-
Constructor Details
-
Float
public Float()Constructs a newRectangle2D, initialized to location (0.0, 0.0) and size (0.0, 0.0).- Since:
- 1.2
-
Float
public Float(float x, float y, float w, float h) Constructs and initializes aRectangle2Dfrom the specifiedfloatcoordinates.- Parameters:
x- the X coordinate of the upper-left corner of the newly constructedRectangle2Dy- the Y coordinate of the upper-left corner of the newly constructedRectangle2Dw- the width of the newly constructedRectangle2Dh- the height of the newly constructedRectangle2D- Since:
- 1.2
-
-
Method Details
-
getX
public double getX()Returns the X coordinate of the upper-left corner of the framing rectangle indoubleprecision.- Specified by:
getXin classRectangularShape- Returns:
- the X coordinate of the upper-left corner of the framing rectangle.
- Since:
- 1.2
-
getY
public double getY()Returns the Y coordinate of the upper-left corner of the framing rectangle indoubleprecision.- Specified by:
getYin classRectangularShape- Returns:
- the Y coordinate of the upper-left corner of the framing rectangle.
- Since:
- 1.2
-
getWidth
public double getWidth()Returns the width of the framing rectangle indoubleprecision.- Specified by:
getWidthin classRectangularShape- Returns:
- the width of the framing rectangle.
- Since:
- 1.2
-
getHeight
public double getHeight()Returns the height of the framing rectangle indoubleprecision.- Specified by:
getHeightin classRectangularShape- Returns:
- the height of the framing rectangle.
- Since:
- 1.2
-
isEmpty
public boolean isEmpty()Determines whether theRectangularShapeis empty. When theRectangularShapeis empty, it encloses no area.- Specified by:
isEmptyin classRectangularShape- Returns:
trueif theRectangularShapeis empty;falseotherwise.- Since:
- 1.2
-
setRect
public void setRect(float x, float y, float w, float h) Sets the location and size of thisRectangle2Dto the specifiedfloatvalues.- Parameters:
x- the X coordinate of the upper-left corner of thisRectangle2Dy- the Y coordinate of the upper-left corner of thisRectangle2Dw- the width of thisRectangle2Dh- the height of thisRectangle2D- Since:
- 1.2
-
setRect
public void setRect(double x, double y, double w, double h) Sets the location and size of thisRectangle2Dto the specifieddoublevalues.- Specified by:
setRectin classRectangle2D- Parameters:
x- the X coordinate of the upper-left corner of thisRectangle2Dy- the Y coordinate of the upper-left corner of thisRectangle2Dw- the width of thisRectangle2Dh- the height of thisRectangle2D- Since:
- 1.2
-
setRect
Sets thisRectangle2Dto be the same as the specifiedRectangle2D.- Overrides:
setRectin classRectangle2D- Parameters:
r- the specifiedRectangle2D- Since:
- 1.2
-
outcode
public int outcode(double x, double y) Determines where the specified coordinates lie with respect to thisRectangle2D. This method computes a binary OR of the appropriate mask values indicating, for each side of thisRectangle2D, whether or not the specified coordinates are on the same side of the edge as the rest of thisRectangle2D.- Specified by:
outcodein classRectangle2D- Parameters:
x- the specified X coordinatey- the specified Y coordinate- Returns:
- the logical OR of all appropriate out codes.
- Since:
- 1.2
- See Also:
-
getBounds2D
Returns a high precision and more accurate bounding box of theShapethan thegetBoundsmethod. Note that there is no guarantee that the returnedRectangle2Dis the smallest bounding box that encloses theShape, only that theShapelies entirely within the indicatedRectangle2D. The bounding box returned by this method is usually tighter than that returned by thegetBoundsmethod and never fails due to overflow problems since the return value can be an instance of theRectangle2Dthat uses double precision values to store the dimensions.Note that the definition of insideness can lead to situations where points on the defining outline of the
shapemay not be considered contained in the returnedboundsobject, but only in cases where those points are also not considered contained in the originalshape.If a
pointis inside theshapeaccording to thecontains(point)method, then it must be inside the returnedRectangle2Dbounds object according to thecontains(point)method of thebounds. Specifically:shape.contains(p)requiresbounds.contains(p)If a
pointis not inside theshape, then it might still be contained in theboundsobject:bounds.contains(p)does not implyshape.contains(p)- Specified by:
getBounds2Din interfaceShape- Overrides:
getBounds2Din classRectangle2D- Returns:
- an instance of
Rectangle2Dthat is a high-precision bounding box of theShape. - Since:
- 1.2
- See Also:
-
createIntersection
Returns a newRectangle2Dobject representing the intersection of thisRectangle2Dwith the specifiedRectangle2D.- Specified by:
createIntersectionin classRectangle2D- Parameters:
r- theRectangle2Dto be intersected with thisRectangle2D- Returns:
- the largest
Rectangle2Dcontained in both the specifiedRectangle2Dand in thisRectangle2D. - Since:
- 1.2
-
createUnion
Returns a newRectangle2Dobject representing the union of thisRectangle2Dwith the specifiedRectangle2D.- Specified by:
createUnionin classRectangle2D- Parameters:
r- theRectangle2Dto be combined with thisRectangle2D- Returns:
- the smallest
Rectangle2Dcontaining both the specifiedRectangle2Dand thisRectangle2D. - Since:
- 1.2
-
toString
-