Class Point

java.lang.Object
com.codename1.charts.models.Point

public final class Point extends java.lang.Object
A class to encapsulate the definition of a point.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Point(float x, float y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    void
    setX(float x)
     
    void
    setY(float y)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Point

      public Point()
    • Point

      public Point(float x, float y)
  • Method Details

    • getX

      public float getX()
    • setX

      public void setX(float x)
    • getY

      public float getY()
    • setY

      public void setY(float y)