public class MyPoint
extends Object
-
Constructor Summary
Constructors
MyPoint(float x,
float y,
int row_n,
char state)
-
Method Summary
-
Constructor Details
-
MyPoint
public MyPoint(float x,
float y)
-
MyPoint
public MyPoint(float x,
float y,
int row_n,
char state)
-
Method Details
-
-
-
getRow_n
public int getRow_n()
-
getState
public char getState()
-