Class Point

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

public final class Point extends Object
A class to encapsulate the definition of a point.
  • 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)