クラス CellBasic.UnitBasic

java.lang.Object
  |
  +--Cell.Unit
        |
        +--CellBasic.UnitBasic
直系の既知のサブクラス:
Cell090.Unit090, Cell184.Unit184
含まれているクラス:
CellBasic

public class CellBasic.UnitBasic
extends Cell.Unit


フィールドの概要
(パッケージプライベート)  java.util.HashMap m_neighbor
           
 
クラス Cell.Unit から継承したフィールド
m_height, m_nStatusTrueCount, m_status, m_statusNext, m_width, m_xOrder, m_xPosition, m_yOrder, m_yPosition, m_zOrder
 
コンストラクタの概要
CellBasic.UnitBasic()
           
 
メソッドの概要
(パッケージプライベート)  Cell.Unit getNeighbor(int neighbor)
           
(パッケージプライベート)  boolean getNeighborStatus(int neighbor)
           
(パッケージプライベート)  boolean getNoNeighborDefaultStatus()
           
(パッケージプライベート)  void setNeighbor(Cell.Unit obj, int neighbor)
           
(パッケージプライベート)  void setNeighbor(Cell.Unit obj, int x, int y, int z)
           
 
クラス Cell.Unit から継承したメソッド
copyStatus, getStatus, getStatusNext, getStatusTrueColor, getStatusTrueCount, getXOrder, getYOrder, getZOrder, paint, recalc, setDefaultState, setInitialState, setLocation, setOrder, setStatus, setStatusNext, update
 
クラス java.lang.Object から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

フィールドの詳細

m_neighbor

java.util.HashMap m_neighbor
コンストラクタの詳細

CellBasic.UnitBasic

public CellBasic.UnitBasic()
メソッドの詳細

setNeighbor

void setNeighbor(Cell.Unit obj,
                 int x,
                 int y,
                 int z)

setNeighbor

void setNeighbor(Cell.Unit obj,
                 int neighbor)

getNeighbor

Cell.Unit getNeighbor(int neighbor)

getNeighborStatus

boolean getNeighborStatus(int neighbor)

getNoNeighborDefaultStatus

boolean getNoNeighborDefaultStatus()