jp.digitalmuseum.mr.andy
クラス Location

java.lang.Object
  上位を拡張 jp.digitalmuseum.mr.andy.Location

public class Location
extends java.lang.Object

コンストラクタの概要
Location()
           
Location(double x, double y, double rotation)
           
Location(Location l)
           
 
メソッドの概要
 double getRotation()
           
 double getScreenRotation()
           
 int getScreenX()
           
 int getScreenY()
           
 double getX()
           
 double getY()
           
 void setLocation(Location l)
           
 void setRotation(double rotation)
           
 void setScreenRotation(double rotation)
           
 void setScreenY(int y)
           
 void setScrenX(int x)
           
 void setX(double x)
           
 void setY(double y)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
コンストラクタの詳細

Location

public Location()

Location

public Location(double x,
                double y,
                double rotation)

Location

public Location(Location l)
メソッドの詳細

setLocation

public void setLocation(Location l)

setX

public void setX(double x)

setY

public void setY(double y)

setRotation

public void setRotation(double rotation)

setScrenX

public void setScrenX(int x)

setScreenY

public void setScreenY(int y)

setScreenRotation

public void setScreenRotation(double rotation)

getScreenX

public int getScreenX()

getScreenY

public int getScreenY()

getScreenRotation

public double getScreenRotation()

getX

public double getX()

getY

public double getY()

getRotation

public double getRotation()


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/