Package com.rs.seagull.emulator.api
Class Attributes
java.lang.Object
com.rs.seagull.emulator.api.Attributes
These are attributes that can be used in
Attributed.isAvailable(String) and Attributed.hasAttribute(String).- Version:
- $Id$
- Author:
- MRomijn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe attribute for the background color.static final StringThe attribute for blinking.static final StringThe attribute for bold.static final StringThe attribute for bright.static final StringThe attribute for column separator.static final StringThe attribute for dim.static final StringThe attribute for the foreground color.static final StringThe attribute for horizontal scale.static final StringThe attribute for invisible.static final StringThe attribute for reverse.static final StringThe attribute for underline.static final StringThe attribute for vertical scale.static final StringThe attribute for write protect. -
Method Summary
-
Field Details
-
FOREGROUND_COLOR
The attribute for the foreground color. The foreground color is described as an integer. The values, per emulator type, are listed inColors- See Also:
-
BACKGROUND_COLOR
The attribute for the background color. The background color is described as an integer. The values, per emulator type, are listed inColors- See Also:
-
BLINK
The attribute for blinking. Blinking is described as a boolean.- See Also:
-
BOLD
The attribute for bold. Bold is described as a boolean.- See Also:
-
BRIGHT
The attribute for bright. Bright is described as a boolean.- See Also:
-
COLUMN_SEPARATOR
The attribute for column separator. Column separator is described as a boolean.- See Also:
-
DIM
The attribute for dim. Dim is described as a boolean.- See Also:
-
UNDERLINE
The attribute for underline. Underline is described as a boolean.- See Also:
-
WRITE_PROTECT
The attribute for write protect. Write protect is described as a boolean.- See Also:
-
REVERSE
The attribute for reverse. Reverse is described as a boolean.- See Also:
-
INVISIBLE
The attribute for invisible. Invisible is described as a boolean.- See Also:
-
HORIZONTAL_SCALE
The attribute for horizontal scale. The horizontal scale is described as a double.- See Also:
-
VERTICAL_SCALE
The attribute for vertical scale. the vertical scale is described as a double.- See Also:
-