method:getY ();return type:doublecontent:ใช้คืนค่าตำแหน่งแกน yexample:Point point = new Point ( 30, 30 ); double screen_y = point.getY ();