src.backend.terminal
クラス FontChange
java.lang.Object
src.backend.terminal.FontChange
public class FontChange
- extends java.lang.Object
- 作成者:
- koji
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACE_NAME
public static java.lang.String[] FACE_NAME
FACE_PLAIN_TEXT
public static final short FACE_PLAIN_TEXT
- 関連項目:
- 定数フィールド値
FACE_BOLD_TEXT
public static final short FACE_BOLD_TEXT
- 関連項目:
- 定数フィールド値
FACE_ITALIC_TEXT
public static final short FACE_ITALIC_TEXT
- 関連項目:
- 定数フィールド値
FACE_UNDERLINE_TEXT
public static final short FACE_UNDERLINE_TEXT
- 関連項目:
- 定数フィールド値
FontChange
public FontChange(TermEntry entry)
isPlain
public boolean isPlain()
isBold
public boolean isBold()
isItalic
public boolean isItalic()
isUnderline
public boolean isUnderline()
getDefaultFont
public static FontChange getDefaultFont(TermEntry entry,
int index)
- create deafult font-change (plane and white)
- 戻り値:
- font-change created newly
getColor
public short getColor()
setColor
public void setColor(int color)
getFace
public short getFace()
setFace
public void setFace(int face)
getIndex
public short getIndex()
setIndex
public void setIndex(int index)
getParentEntry
public TermEntry getParentEntry()