Package xyz.cofe.term.win
Class CharAttributes
- java.lang.Object
-
- xyz.cofe.term.win.CharAttributes
-
public class CharAttributes extends Object
-
-
Constructor Summary
Constructors Constructor Description CharAttributes(int flags)
-
Method Summary
-
-
-
Method Detail
-
getFlags
public int getFlags()
-
flags
public CharAttributes flags(int flags)
-
isFgBlue
public boolean isFgBlue()
-
fgBlue
public CharAttributes fgBlue(boolean switchOn)
-
isFgGreen
public boolean isFgGreen()
-
fgGreen
public CharAttributes fgGreen(boolean switchOn)
-
isFgRed
public boolean isFgRed()
-
fgRed
public CharAttributes fgRed(boolean switchOn)
-
isFgIntensity
public boolean isFgIntensity()
-
fgIntensity
public CharAttributes fgIntensity(boolean switchOn)
-
isBgBlue
public boolean isBgBlue()
-
bgBlue
public CharAttributes bgBlue(boolean switchOn)
-
isBgGreen
public boolean isBgGreen()
-
bgGreen
public CharAttributes bgGreen(boolean switchOn)
-
isBgRed
public boolean isBgRed()
-
bgRed
public CharAttributes bgRed(boolean switchOn)
-
isBgIntensity
public boolean isBgIntensity()
-
bgIntensity
public CharAttributes bgIntensity(boolean switchOn)
-
isLVBLeadingByte
public boolean isLVBLeadingByte()
-
lvbLeadingByte
public CharAttributes lvbLeadingByte(boolean switchOn)
-
isLVBTrailingByte
public boolean isLVBTrailingByte()
-
lvbTrailingByte
public CharAttributes lvbTrailingByte(boolean switchOn)
-
isLVBGridHorizontal
public boolean isLVBGridHorizontal()
-
lvbGridHorizontal
public CharAttributes lvbGridHorizontal(boolean switchOn)
-
isLVBGridLVertical
public boolean isLVBGridLVertical()
-
lvbGridLVertical
public CharAttributes lvbGridLVertical(boolean switchOn)
-
isLVBGridRVertical
public boolean isLVBGridRVertical()
-
lvbGridRVertical
public CharAttributes lvbGridRVertical(boolean switchOn)
-
isLVBReverseVideo
public boolean isLVBReverseVideo()
-
lvbReverseVideo
public CharAttributes lvbReverseVideo(boolean switchOn)
-
isLVBUnderscore
public boolean isLVBUnderscore()
-
lvbUnderscore
public CharAttributes lvbUnderscore(boolean switchOn)
-
-