Package net.kunmc.lab.ikisugilogger
Class IkisugiLogger
java.lang.Object
net.kunmc.lab.ikisugilogger.IkisugiLogger
The "IKISUGI LOGGER"
- Since:
- 1.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Logを生成するgetText()booleanisCenter()voidsetBlankCount(int blankCount)voidsetCenter(boolean center)中央よせにするかどうかvoidsetColorType(IkisugiLogger.ColorType colorType)カラータイプを指定デフォルトだとNONE
-
Constructor Details
-
IkisugiLogger
イキスギたログ- Parameters:
text- ログの文字
-
-
Method Details
-
isCenter
public boolean isCenter() -
setCenter
public void setCenter(boolean center)中央よせにするかどうか- Parameters:
center- 中央よせ
-
getText
-
setBlankCount
public void setBlankCount(int blankCount) -
create
Logを生成する- Returns:
- log
-
setColorType
カラータイプを指定デフォルトだとNONENONE

RANDOM

RAINBOW

- Parameters:
colorType- カラータイプ
-
getColorType
-