A B C D E F G H I J K L M N O P R S T U V W Y 

G

gadetBlue - クラス のstatic変数nonkit.graphics.AltColor
 
gainsboro - クラス のstatic変数nonkit.graphics.AltColor
 
Game - nonkit.boardgameのクラス
ゲーム(デフォルトは三目並べ)のクラスを作成します。
Game(GameApplet, Board, Player, Player) - クラス のコンストラクタnonkit.boardgame.Game
クラスGameのコンストラクタです。
Game(Board) - クラス のコンストラクタnonkit.boardgame.Game
クラスGameのコンストラクタです。
Game() - クラス のコンストラクタnonkit.boardgame.Game
クラスGameのコンストラクタです。
GameApplet - nonkit.boardgameのクラス
ゲームのアプレットです。
GameApplet() - クラス のコンストラクタnonkit.boardgame.GameApplet
 
GameRecord - nonkit.boardgameのクラス
棋譜を抽象化したクラスです。
GameRecord(int) - クラス のコンストラクタnonkit.boardgame.GameRecord
棋譜を作成します。
GameVisual - nonkit.guiのクラス
ゲームのGUIデザインです。
GameVisual() - クラス のコンストラクタnonkit.gui.GameVisual
This is the default constructor
getAuBeep() - クラス のメソッドnonkit.control.BoardControl
 
getAuClick() - クラス のメソッドnonkit.control.BoardControl
 
getBeanDescriptor() - クラス のメソッドnonkit.control.BoardControlBeanInfo
Gets the bean's BeanDescriptors.
getBoard() - クラス のメソッドnonkit.boardgame.Game
ゲームの盤のインスタンスを返します。
getBoard() - クラス のメソッドnonkit.control.BoardControl
プロパティ盤を返します。
getBoardControl() - クラス のメソッドnonkit.boardgame.GameApplet
盤のコントロールを返します。
getClickedPosition() - クラス のメソッドnonkit.control.BoardControl
盤コントロールキャンバスのマウス座標から盤上の位置を求めます。
getClraMove() - クラス のメソッドnonkit.control.BoardControl
 
getClraPiece() - クラス のメソッドnonkit.control.BoardControl
 
getClrBoard() - クラス のメソッドnonkit.control.BoardControl
プロパティ「盤の色」のgetterです。
getClrLine() - クラス のメソッドnonkit.control.BoardControl
プロパティ「罫線の色」のgetterです。
getClrRuler() - クラス のメソッドnonkit.control.BoardControl
 
getCol(int) - クラス のメソッドnonkit.boardgame.GameRecord
棋譜のある手数が打たれた列番号を取得します。
getColorLED() - クラス のメソッドnonkit.control.LED
LEDランプの点灯時の色を返します。
getCount() - クラス のメソッドnonkit.boardgame.igo.Unit
連の石の数を返します。
getDefaultEventIndex() - クラス のメソッドnonkit.control.BoardControlBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultPropertyIndex() - クラス のメソッドnonkit.control.BoardControlBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getEventSetDescriptors() - クラス のメソッドnonkit.control.BoardControlBeanInfo
Gets the bean's EventSetDescriptors.
getGameRecord() - クラス のメソッドnonkit.boardgame.Board
盤内部の棋譜オブジェクトを返します。
getGraphics() - クラス のメソッドnonkit.graphics.AltGraphics
関連付けられたグラフィックスを返します。
getIaPiece() - クラス のメソッドnonkit.control.BoardControl
 
getIcon(int) - クラス のメソッドnonkit.control.BoardControlBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - クラス のメソッドnonkit.control.LEDBeanInfo
Beanのアイコンを取得します。
getIdX() - クラス のメソッドnonkit.control.BoardControl
 
getIdY() - クラス のメソッドnonkit.control.BoardControl
 
getiMag() - クラス のメソッドnonkit.control.BoardControl
 
getiMaxRec() - クラス のメソッドnonkit.control.BoardControl
 
getIsX() - クラス のメソッドnonkit.control.BoardControl
 
getIsY() - クラス のメソッドnonkit.control.BoardControl
 
getiX0() - クラス のメソッドnonkit.control.BoardControl
 
getiX1() - クラス のメソッドnonkit.control.BoardControl
 
getiY0() - クラス のメソッドnonkit.control.BoardControl
 
getiY1() - クラス のメソッドnonkit.control.BoardControl
 
getLastMove() - クラス のメソッドnonkit.boardgame.GameRecord
棋譜の現在の手数を得ます。
getLastTurn() - クラス のメソッドnonkit.boardgame.Board
最後に打った駒をを返します。
getMethodDescriptors() - クラス のメソッドnonkit.control.BoardControlBeanInfo
Gets the bean's MethodDescriptors.
getName() - クラス のメソッドnonkit.boardgame.Human
プレイヤーの名前を返します。
getName() - クラス のメソッドnonkit.boardgame.MiniMax
プレイヤーの名前を返します。
getName() - インタフェース のメソッドnonkit.boardgame.Player
プレイヤーの名前を返します。
getName() - クラス のメソッドnonkit.boardgame.Random
プレイヤーの名前を返します。
getNext(Pos) - クラス のメソッドnonkit.boardgame.igo.Unit
連の次の石の位置を返します。
getNextMove(Game) - クラス のメソッドnonkit.boardgame.Human
次の手を返します。
getNextMove(Game) - クラス のメソッドnonkit.boardgame.MiniMax
 
getNextMove(Game) - インタフェース のメソッドnonkit.boardgame.Player
次の手を返します。
getNextMove(Game) - クラス のメソッドnonkit.boardgame.Random
着手可能な手の中から乱数によって次の手を選んで返します。
getNumCols() - クラス のメソッドnonkit.boardgame.Board
盤の桁数を返します。
getNumRows() - クラス のメソッドnonkit.boardgame.Board
盤の行数を返します。
getNumWinLines() - クラス のメソッドnonkit.boardgame.Board
三目並んだときの線の数を返します。
getPiece(int, int) - クラス のメソッドnonkit.boardgame.Board
盤の指定したマス(セル)にある駒を返します。
getPossibleMoves(Pos[]) - クラス のメソッドnonkit.boardgame.Game
着手可能手を配列に返します。
getPropertyDescriptors() - クラス のメソッドnonkit.control.BoardControlBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - クラス のメソッドnonkit.control.LEDBeanInfo
 
getRow(int) - クラス のメソッドnonkit.boardgame.GameRecord
棋譜のある手数が打たれた行番号を取得します。
getSaCol() - クラス のメソッドnonkit.control.BoardControl
 
getSaRow() - クラス のメソッドnonkit.control.BoardControl
 
getTurn() - クラス のメソッドnonkit.boardgame.Game
現在のプレイヤーを返します。
getTurn(int) - クラス のメソッドnonkit.boardgame.GameRecord
棋譜のある手数で打たれた駒を取得します。
getWinLine(int, int[]) - クラス のメソッドnonkit.boardgame.Board
三目並んだときの線を第2パラメタに返します。
ghostWhite - クラス のstatic変数nonkit.graphics.AltColor
 
gold - クラス のstatic変数nonkit.graphics.AltColor
 
goldenrod - クラス のstatic変数nonkit.graphics.AltColor
 
gray - クラス のstatic変数nonkit.graphics.AltColor
 
greenYellow - クラス のstatic変数nonkit.graphics.AltColor
 
A B C D E F G H I J K L M N O P R S T U V W Y