public class RumbaCharacterAttribute extends Object implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DisplayColorConstants |
getBackgroundAttribute() |
Color |
getBackgroundColor() |
CharSetConstants |
getCharSet() |
int |
getColumn() |
DisplayColorConstants |
getForegroundAttribute() |
Color |
getForegroundColor() |
int |
getLine() |
TransparencyConstants |
getTransparency() |
int |
hashCode() |
boolean |
isAutoEnter()
Deprecated.
自 Silk Test 13.0 之后,可在 RumbaField 属性中正确处理此操作。
|
boolean |
isAutoSkip()
Deprecated.
自 Silk Test 13.0 之后,可在 RumbaField 属性中正确处理此操作。
|
boolean |
isBlinking() |
boolean |
isBold() |
boolean |
isColumnSeparator() |
boolean |
isDetectable()
Deprecated.
自 Silk Test 13.0 之后,可在 RumbaField 属性中正确处理此操作。
|
boolean |
isHidden()
Deprecated.
自 Silk Test 13.0 之后,可在 RumbaField 属性中正确处理此操作。
|
boolean |
isProtect()
Deprecated.
自 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.