程序包 wcontour.global

类 PointF


  • public class PointF
    extends java.lang.Object
    PointF class
    作者:
    Yaqiang Wang
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      float X  
      float Y  
    • 构造器概要

      构造器 
      构造器 说明
      PointF()
      Constructor
      PointF​(float x, float y)
      Constructor
    • 方法概要

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

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

      • X

        public float X
      • Y

        public float Y
    • 构造器详细资料

      • PointF

        public PointF()
        Constructor
      • PointF

        public PointF​(float x,
                      float y)
        Constructor
        参数:
        x - X
        y - Y