クラス
model.Cell の使用

Cell を使用しているパッケージ
model   
utils   
zuozuomu.watermark   
 

model での Cell の使用
 

Cell を返す model のメソッド
 Cell Board.getCell(int i, int j)
           
 Cell[][] LayerList.getMap()
           
 Cell[][] Board.getMap()
           
 Cell Cell.multiply(int value)
           
 Cell[][] BambooParser.parseMap(java.net.URL url)
           
 Cell Cell.remainder(int value)
           
 Cell Cell.subtract(int value)
           
 Cell[][] BambooParser.toProblemFromQuery(java.lang.String string)
           
 

Cell 型のパラメータを持つ model のメソッド
 void LayerList.loadMap(Cell[][] map)
           
 java.lang.String BambooParser.parse1(Cell[][] cells, int x, int y, int saveWidth, int saveHeight)
           
 

Cell 型のパラメータを持つ model のコンストラクタ
Board(Cell[][] map)
           
 

utils での Cell の使用
 

Cell 型のパラメータを持つ utils のメソッド
static boolean CellUtils.isIsland(Cell cell)
           
static void CellUtils.makeIsland(Cell cell)
           
static void CellUtils.makeIslandLocked(Cell cell)
           
static void CellUtils.setBamboo(Cell cell, java.lang.String s)
           
static void CellUtils.setBambooLocked(Cell cell, java.lang.String string)
          ロック状態のときの動作
static void CellUtils.setCross(Cell cell)
           
static void CellUtils.setCrossLocked(Cell cell)
           
static void CellUtils.setNumber(Cell cell, int i)
           
static void CellUtils.setValueLocked(Cell cell, int masu)
          解答モード時の動作
static void CellUtils.swap(Cell cell, Cell cell2)
           
 

zuozuomu.watermark での Cell の使用
 

Cell 型のパラメータを持つ zuozuomu.watermark のメソッド
 void JikkenImage.embedIntArray(int x, int y, Cell[] cells, int start, int length)
           
 void JikkenImage.embedIntSquareArray(int x, int y, Cell[][] cells, int startY, int startX, int lengthY, int lengthX)