程序包 wcontour.global

类 IJPoint


  • public class IJPoint
    extends java.lang.Object
    Point integer, to indicate the position in grid data
    作者:
    Yaqiang Wang
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      int I  
      int J  
    • 构造器概要

      构造器 
      构造器 说明
      IJPoint()  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • I

        public int I
      • J

        public int J
    • 构造器详细资料

      • IJPoint

        public IJPoint()