Class MyPoint

java.lang.Object
Services.HomeView.WorkloadGraph.MyPoint

public class MyPoint extends Object
  • Constructor Details

    • MyPoint

      public MyPoint(float x, float y)
    • MyPoint

      public MyPoint(float x, float y, int row_n, char state)
  • Method Details

    • getX

      public float getX()
    • getY

      public float getY()
    • getRow_n

      public int getRow_n()
    • getState

      public char getState()
    • toString

      public String toString()
      Overrides:
      toString in class Object