public final class AnalyzeShow
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
show(AnalyzeCommand command,
GuiBoard guiBoard,
StatusBar statusBar,
ConstBoard board,
java.lang.String response,
java.lang.StringBuilder showTextBuffer)
Parse analyze command response and display it on the board.
|
static void |
showGfx(java.lang.String response,
GuiBoard guiBoard,
StatusBar statusBar,
java.lang.StringBuilder showTextBuffer)
Parse gfx analyze command response and display it on the board.
|
static void |
showGfxCircle(java.lang.String[] arg,
GuiBoard guiBoard) |
static void |
showGfxColor(java.lang.String[] arg,
GuiBoard guiBoard) |
static void |
showGfxInfluence(java.lang.String[] arg,
GuiBoard guiBoard) |
static void |
showGfxLabel(java.lang.String[] arg,
GuiBoard guiBoard) |
static void |
showGfxLine(java.lang.String line,
GuiBoard guiBoard,
StatusBar statusBar,
java.lang.StringBuilder showTextBuffer)
Parse gfx analyze command response line and display it on the board.
|
static void |
showGfxMark(java.lang.String[] args,
GuiBoard guiBoard) |
static void |
showGfxSquare(java.lang.String[] args,
GuiBoard guiBoard) |
static void |
showGfxTerritory(java.lang.String[] args,
GoColor color,
GuiBoard guiBoard) |
static void |
showGfxTriangle(java.lang.String[] args,
GuiBoard guiBoard) |
static void |
showGfxVariation(java.lang.String[] args,
GuiBoard guiBoard) |
public static void show(AnalyzeCommand command, GuiBoard guiBoard, StatusBar statusBar, ConstBoard board, java.lang.String response, java.lang.StringBuilder showTextBuffer) throws GtpResponseFormatError
showTextBuffer
- If not null, text lines from AnalyzeType.GFX
commands will not be shown immediately in the status bar, but appended
to the text buffer. This is for allowing multiline text in gfx commands
that will be shown in a separate window later.GtpResponseFormatError
public static void showGfx(java.lang.String response, GuiBoard guiBoard, StatusBar statusBar, java.lang.StringBuilder showTextBuffer)
showTextBuffer
- See AnalyzeShow.show()public static void showGfxCircle(java.lang.String[] arg, GuiBoard guiBoard)
public static void showGfxColor(java.lang.String[] arg, GuiBoard guiBoard)
public static void showGfxInfluence(java.lang.String[] arg, GuiBoard guiBoard)
public static void showGfxLabel(java.lang.String[] arg, GuiBoard guiBoard)
public static void showGfxLine(java.lang.String line, GuiBoard guiBoard, StatusBar statusBar, java.lang.StringBuilder showTextBuffer)
showTextBuffer
- See AnalyzeShow.show()public static void showGfxMark(java.lang.String[] args, GuiBoard guiBoard)
public static void showGfxSquare(java.lang.String[] args, GuiBoard guiBoard)
public static void showGfxTriangle(java.lang.String[] args, GuiBoard guiBoard)
public static void showGfxTerritory(java.lang.String[] args, GoColor color, GuiBoard guiBoard)
public static void showGfxVariation(java.lang.String[] args, GuiBoard guiBoard)