public class IkisugiLogger
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IkisugiLogger.ColorType |
| Constructor and Description |
|---|
IkisugiLogger(java.lang.String text)
イキスギたログ
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
create()
Logを生成する
|
IkisugiLogger.ColorType |
getColorType() |
java.lang.String |
getText() |
boolean |
isCenter() |
void |
setBlankCount(int blankCount) |
void |
setCenter(boolean center)
中央よせにするかどうか
|
void |
setColorType(IkisugiLogger.ColorType colorType)
カラータイプを指定デフォルトだとNONE
|
public IkisugiLogger(java.lang.String text)
text - ログの文字public boolean isCenter()
public void setCenter(boolean center)
center - 中央よせpublic java.lang.String getText()
public void setBlankCount(int blankCount)
public java.lang.String create()
public void setColorType(IkisugiLogger.ColorType colorType)
NONE

RANDOM

RAINBOW

colorType - カラータイプpublic IkisugiLogger.ColorType getColorType()