Class GenericPolygonClipper.gpc_vertex

java.lang.Object
gov.nih.mipav.model.structures.GenericPolygonClipper.gpc_vertex
Enclosing class:
GenericPolygonClipper

private class GenericPolygonClipper.gpc_vertex extends Object
  • Field Summary

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

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    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 Details

    • x

      double x
    • y

      double y
  • Constructor Details

    • gpc_vertex

      private gpc_vertex()
  • Method Details

    • setXY

      public void setXY(double x, double y)