jp.ac.nime.computer.grpsimulator.VecPr
クラス GrpSimVectorData.XY

java.lang.Object
  拡張jp.ac.nime.computer.grpsimulator.VecPr.GrpSimVectorData.XY
含まれているクラス:
GrpSimVectorData

public class GrpSimVectorData.XY
extends java.lang.Object

点を表すクラス


フィールドの概要
 int x_
           
 int y_
           
 
コンストラクタの概要
GrpSimVectorData.XY(int x, int y)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

x_

public int x_

y_

public int y_
コンストラクタの詳細

GrpSimVectorData.XY

public GrpSimVectorData.XY(int x,
                           int y)