Class OrientedRectangle.Float

All Implemented Interfaces:
Geometry, PolygonTypeGeometry, Surface, Serializable, Cloneable
Enclosing class:
OrientedRectangle

public static final class OrientedRectangle.Float extends OrientedRectangle
See Also:
  • Field Details

    • width

      protected float width
    • height

      protected float height
  • Constructor Details

    • Float

      public Float()
    • Float

      public Float(Point coord, float width, float height)
    • Float

      public Float(float x, float y, float width, float height)
    • Float

      public Float(Point coord0, Point coord1, Point coord2, Point coord3)
    • Float

      public Float(Rectangle rect)
    • Float

      public Float(OrientedRectangle rect)
  • Method Details