Class ConstructOffset.GraphicRect

  • Enclosing class:
    ConstructOffset

    static class ConstructOffset.GraphicRect
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double x1  
      (package private) double x2  
      (package private) double y1  
      (package private) double y2  
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphicRect()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x1

        double x1
      • x2

        double x2
      • y1

        double y1
      • y2

        double y2
    • Constructor Detail

      • GraphicRect

        GraphicRect()