Class OrientedRectangle.Double

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

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

    • width

      protected double width
    • height

      protected double height
  • Constructor Details

    • Double

      public Double()
    • Double

      public Double(Point coord, double width, double height)
    • Double

      public Double(double x, double y, double width, double height)
    • Double

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

      public Double(OrientedRectangle rect)
    • Double

      public Double(Rectangle rect)
  • Method Details