utils
クラス CellUtils

java.lang.Object
  上位を拡張 utils.CellUtils

public class CellUtils
extends java.lang.Object


コンストラクタの概要
CellUtils()
           
 
メソッドの概要
static int changeRotate(int cell)
           
static boolean isIsland(Cell cell)
           
static void makeIsland(Cell cell)
           
static void makeIslandLocked(Cell cell)
           
static void setBamboo(Cell cell, java.lang.String s)
           
static void setBambooLocked(Cell cell, java.lang.String string)
          ロック状態のときの動作
static void setCross(Cell cell)
           
static void setCrossLocked(Cell cell)
           
static void setNumber(Cell cell, int i)
           
static void setValueLocked(Cell cell, int masu)
          解答モード時の動作
static void swap(Cell cell, Cell cell2)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CellUtils

public CellUtils()
メソッドの詳細

changeRotate

public static int changeRotate(int cell)

setNumber

public static void setNumber(Cell cell,
                             int i)

setBamboo

public static void setBamboo(Cell cell,
                             java.lang.String s)

setBambooLocked

public static void setBambooLocked(Cell cell,
                                   java.lang.String string)
ロック状態のときの動作


swap

public static void swap(Cell cell,
                        Cell cell2)

isIsland

public static boolean isIsland(Cell cell)

makeIsland

public static void makeIsland(Cell cell)

setCross

public static void setCross(Cell cell)

makeIslandLocked

public static void makeIslandLocked(Cell cell)

setCrossLocked

public static void setCrossLocked(Cell cell)

setValueLocked

public static void setValueLocked(Cell cell,
                                  int masu)
解答モード時の動作