Class PointF

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class PointF
    extends java.lang.Object
    implements java.lang.Cloneable
    PointF class
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float X  
      float Y  
    • Constructor Summary

      Constructors 
      Constructor Description
      PointF​()
      Constructor
      PointF​(float x, float y)
      Contructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone​()
      Clone
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • X

        public float X
      • Y

        public float Y
    • Constructor Detail

      • PointF

        public PointF​()
        Constructor
      • PointF

        public PointF​(float x,
                      float y)
        Contructor
        Parameters:
        x -
        y -
    • Method Detail

      • clone

        public java.lang.Object clone​()
        Clone
        Overrides:
        clone in class java.lang.Object
        Returns:
        PointF object
        Throws:
        java.lang.CloneNotSupportedException