类 PointF

  • 所有已实现的接口:
    java.lang.Cloneable

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

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

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

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Object clone()
      Clone
      • 从类继承的方法 java.lang.Object

        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)
        Contructor
        参数:
        x -
        y -
    • 方法详细资料

      • clone

        public java.lang.Object clone()
        Clone
        覆盖:
        clone 在类中 java.lang.Object
        返回:
        PointF object