类 PointD

  • 所有已实现的接口:
    java.lang.Cloneable
    直接已知子类:
    PointM, PointZ

    public class PointD
    extends java.lang.Object
    implements java.lang.Cloneable
    作者:
    User
    • 字段概要

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

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

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Object clone()
      Clone
      boolean equals​(PointD p)
      Equals of two pointDs
      • 从类继承的方法 java.lang.Object

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

      • X

        public double X
      • Y

        public double Y
    • 构造器详细资料

      • PointD

        public PointD()
        Constructor
      • PointD

        public PointD​(double x,
                      double y)
        Contructor
        参数:
        x -
        y -
    • 方法详细资料

      • equals

        public boolean equals​(PointD p)
        Equals of two pointDs
        参数:
        p - PointD
        返回:
        Boolean
      • clone

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