workspace
クラス Spot

java.lang.Object
  |
  +--workspace.Spot

public class Spot
extends java.lang.Object


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

フィールドの詳細

size

public int size

x

public int x

y

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

Spot

public Spot(int intSize)