public class RumbaCharacterAttribute extends Object implements Serializable
コンストラクタと説明 |
---|
RumbaCharacterAttribute(Color backgroundColor,
DisplayColorConstants backgroundAttribute,
Color foregroundColor,
DisplayColorConstants foregroundAttribute,
int column,
int line,
boolean autoEnter,
boolean autoSkip,
boolean blinking,
boolean bold,
CharSetConstants charSet,
boolean columnSeparator,
boolean detectable,
boolean hidden,
boolean protect,
boolean reverseVideo,
TransparencyConstants transparency,
boolean underlined) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
DisplayColorConstants |
getBackgroundAttribute() |
Color |
getBackgroundColor() |
CharSetConstants |
getCharSet() |
int |
getColumn() |
DisplayColorConstants |
getForegroundAttribute() |
Color |
getForegroundColor() |
int |
getLine() |
TransparencyConstants |
getTransparency() |
int |
hashCode() |
boolean |
isAutoEnter()
非推奨です。
Silk Test 13.0 以降では、RumbaField プロパティを使って正しく処理されるようになりました。
|
boolean |
isAutoSkip()
非推奨です。
Silk Test 13.0 以降では、RumbaField プロパティを使って正しく処理されるようになりました。
|
boolean |
isBlinking() |
boolean |
isBold() |
boolean |
isColumnSeparator() |
boolean |
isDetectable()
非推奨です。
Silk Test 13.0 以降では、RumbaField プロパティを使って正しく処理されるようになりました。
|
boolean |
isHidden()
非推奨です。
Silk Test 13.0 以降では、RumbaField プロパティを使って正しく処理されるようになりました。
|
boolean |
isProtect()
非推奨です。
Silk Test 13.0 以降では、RumbaField プロパティを使って正しく処理されるようになりました。
|
boolean |
isReverseVideo() |
boolean |
isUnderlined() |
String |
toString() |
public RumbaCharacterAttribute(Color backgroundColor, DisplayColorConstants backgroundAttribute, Color foregroundColor, DisplayColorConstants foregroundAttribute, int column, int line, boolean autoEnter, boolean autoSkip, boolean blinking, boolean bold, CharSetConstants charSet, boolean columnSeparator, boolean detectable, boolean hidden, boolean protect, boolean reverseVideo, TransparencyConstants transparency, boolean underlined)
public boolean isAutoEnter()
@Deprecated public boolean isAutoSkip()
public Color getBackgroundColor()
public DisplayColorConstants getBackgroundAttribute()
public Color getForegroundColor()
public DisplayColorConstants getForegroundAttribute()
public boolean isBold()
public CharSetConstants getCharSet()
public boolean isBlinking()
public int getColumn()
public boolean isColumnSeparator()
public boolean isDetectable()
public boolean isHidden()
public boolean isProtect()
public boolean isReverseVideo()
public int getLine()
public boolean isUnderlined()
public TransparencyConstants getTransparency()
Copyright 2009-2012 Micro Focus. All Rights Reserved.