Class GenericPolygonClipper.gpc_vertex

  • Enclosing class:
    GenericPolygonClipper

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

      Fields 
      Modifier and Type Field Description
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private gpc_vertex()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setXY​(double x, double y)  
      • Methods inherited from class java.lang.Object

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

      • x

        double x
      • y

        double y
    • Constructor Detail

      • gpc_vertex

        private gpc_vertex()
    • Method Detail

      • setXY

        public void setXY​(double x,
                          double y)