|
|
java > java.awt > java.awt.geom > java.awt.geom.rectangularshape >
Class: java.awt.geom.RectangularShape java.lang.Object java.awt.geom.RectangularShape
public abstract class RectangularShape extends Object implements Shape, Cloneable
FIELDS:
CONSTRUCTORS:
| | | protected | RectangularShape() |
| |
|
|
|
METHODS:
| | | | public | Object | clone() Throws: OutOfMemoryError Overrides: Object |
| | public | boolean | contains(Point2D p) |
| | public | boolean | contains(Rectangle2D r) |
| | public | Rectangle | getBounds() |
| | public | double | getCenterX() |
| | public | double | getCenterY() |
| | public | Rectangle2D | getFrame() |
| | public abstract | double | getHeight() |
| | public | double | getMaxX() |
| | public | double | getMaxY() |
| | public | double | getMinX() |
| | public | double | getMinY() |
| | public | PathIterator | getPathIterator(AffineTransform at, double flatness) |
| | public abstract | double | getWidth() |
| | public abstract | double | getX() |
| | public abstract | double | getY() |
| | public | boolean | intersects(Rectangle2D r) |
| | public abstract | boolean | isEmpty() |
| | public abstract | void | setFrame(double x, double y, double w, double h) |
| | public | void | setFrame(Point2D loc, Dimension2D size) |
| | public | void | setFrame(Rectangle2D r) |
| | public | void | setFrameFromCenter(double centerX, double centerY, double cornerX, double cornerY) |
| | public | void | setFrameFromCenter(Point2D center, Point2D corner) |
| | public | void | setFrameFromDiagonal(double x1, double y1, double x2, double y2) |
| | public | void | setFrameFromDiagonal(Point2D p1, Point2D p2) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|