Rectangle2D.Float
JDK Doc(JAVA)Download this dictionary
Rectangle2D.Float
- class java.awt.geom..Rectangle2D.Float 
public static class Rectangle2D.Float extends Rectangle2D 
Tree:java.lang.Object - java.awt.geom.RectangularShape - java.awt.geom.Rectangle2D - java.awt.geom.Rectangle2D.Float
The Float class defines a rectangle specified in float coordinates.
 
Rectangle2D.Float()
- Constructor for class java.awt.geom.Rectangle2D.Float 
public Rectangle2D.Float ()
Constructs a new Rectangle2D, initialized to location (0.0, 0.0) and size (0.0, 0.0).Since: JDK1.2
 
Rectangle2D.Float(float, float, float, float)
- Constructor for class java.awt.geom.Rectangle2D.Float 
public Rectangle2D.Float (float x, float y, float w, float h)
Constructs and initializes a Rectangle2D from the specified float coordinates.Parameters: x, y - the coordinates of the upper left corner of the newly constructed Rectangle2D - the width of the newly constructed w - the width of the newly constructed Rectangle2D - the height of the newly constructed h - the height of the newly constructed Rectangle2DSince: JDK1.2


| Rectangle2D.Float in English