Class GenericPolygonClipper.bbox

  • Enclosing class:
    GenericPolygonClipper

    private class GenericPolygonClipper.bbox
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double xmax  
      (package private) double xmin  
      (package private) double ymax  
      (package private) double ymin  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private bbox()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xmin

        double xmin
      • ymin

        double ymin
      • xmax

        double xmax
      • ymax

        double ymax
    • Constructor Detail

      • bbox

        private bbox()