public class ReverseRectangle
extends java.awt.Rectangle
Consequently, rectangles with higher Y values are actually higher up on a plane than rectangles with lower Y values.
The class primarily serves as a marker. Users must treat the Rectangle information accordingly when comparing or merging with other Rectangles.
Constructor and Description |
---|
ReverseRectangle() |
ReverseRectangle(java.awt.Dimension d) |
ReverseRectangle(int width,
int height) |
ReverseRectangle(int x,
int y,
int width,
int height) |
ReverseRectangle(java.awt.Point p) |
ReverseRectangle(java.awt.Point p,
java.awt.Dimension d) |
ReverseRectangle(java.awt.Rectangle r) |
add, add, add, contains, contains, contains, contains, createIntersection, createUnion, equals, getBounds, getBounds2D, getHeight, getLocation, getSize, getWidth, getX, getY, grow, inside, intersection, intersects, isEmpty, move, outcode, reshape, resize, setBounds, setBounds, setLocation, setLocation, setRect, setSize, setSize, toString, translate, union
add, add, add, contains, contains, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, setRect, union
clone, contains, contains, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
public ReverseRectangle()
public ReverseRectangle(java.awt.Rectangle r)
public ReverseRectangle(java.awt.Point p)
public ReverseRectangle(java.awt.Dimension d)
public ReverseRectangle(int width, int height)
public ReverseRectangle(java.awt.Point p, java.awt.Dimension d)
public ReverseRectangle(int x, int y, int width, int height)
Copyright © SAS Institute. All Rights Reserved.