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
Modifier and TypeFieldDescriptionstatic final String
The attribute for the background color.static final String
The attribute for blinking.static final String
The attribute for bold.static final String
The attribute for bright.static final String
The attribute for column separator.static final String
The attribute for dim.static final String
The attribute for the foreground color.static final String
The attribute for horizontal scale.static final String
The attribute for invisible.static final String
The attribute for reverse.static final String
The attribute for underline.static final String
The attribute for vertical scale.static final String
The 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:
-