Package lejos.robotics.geometry
Class Rectangle
- java.lang.Object
-
- lejos.robotics.geometry.RectangularShape
-
- lejos.robotics.geometry.Rectangle2D
-
- lejos.robotics.geometry.Rectangle2D.Float
-
- lejos.robotics.geometry.Rectangle
-
- All Implemented Interfaces:
java.lang.Cloneable,Shape
public class Rectangle extends Rectangle2D.Float
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class lejos.robotics.geometry.Rectangle2D
Rectangle2D.Double, Rectangle2D.Float
-
-
Field Summary
-
Fields inherited from class lejos.robotics.geometry.Rectangle2D.Float
height, width, x, y
-
Fields inherited from class lejos.robotics.geometry.Rectangle2D
OUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOP
-
-
Constructor Summary
Constructors Constructor Description Rectangle(float x, float y, float w, float h)
-
Method Summary
-
Methods inherited from class lejos.robotics.geometry.Rectangle2D.Float
getBounds2D, getHeight, getWidth, getX, getY, isEmpty, outcode, setRect, setRect, setRect
-
Methods inherited from class lejos.robotics.geometry.Rectangle2D
contains, contains, equals, intersects, intersectsLine, outcode, setFrame
-
Methods inherited from class lejos.robotics.geometry.RectangularShape
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame
-
-