src.backend.terminal
クラス FontChange

java.lang.Object
  上位を拡張 src.backend.terminal.FontChange

public class FontChange
extends java.lang.Object

作成者:
koji

フィールドの概要
static short FACE_BOLD_TEXT
           
static short FACE_ITALIC_TEXT
           
static java.lang.String[] FACE_NAME
           
static short FACE_PLAIN_TEXT
           
static short FACE_UNDERLINE_TEXT
           
 
コンストラクタの概要
FontChange(TermEntry entry)
           
 
メソッドの概要
 short getColor()
           
static FontChange getDefaultFont(TermEntry entry, int index)
          create deafult font-change (plane and white)
 short getFace()
           
 short getIndex()
           
 TermEntry getParentEntry()
           
 boolean isBold()
           
 boolean isItalic()
           
 boolean isPlain()
           
 boolean isUnderline()
           
 void setColor(int color)
           
 void setFace(int face)
           
 void setIndex(int index)
           
 
クラス 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()