Class Attributes

java.lang.Object
com.rs.seagull.emulator.api.Attributes

public class Attributes extends Object
These are attributes that can be used in Attributed.isAvailable(String) and Attributed.hasAttribute(String).
Version:
$Id$
Author:
MRomijn
  • Field Details

    • FOREGROUND_COLOR

      public static final String FOREGROUND_COLOR
      The attribute for the foreground color. The foreground color is described as an integer. The values, per emulator type, are listed in Colors
      See Also:
    • BACKGROUND_COLOR

      public static final String BACKGROUND_COLOR
      The attribute for the background color. The background color is described as an integer. The values, per emulator type, are listed in Colors
      See Also:
    • BOLD

      public static final String BOLD
      The attribute for bold. Bold is described as a boolean.
      See Also:
    • BRIGHT

      public static final String BRIGHT
      The attribute for bright. Bright is described as a boolean.
      See Also:
    • COLUMN_SEPARATOR

      public static final String COLUMN_SEPARATOR
      The attribute for column separator. Column separator is described as a boolean.
      See Also:
    • DIM

      public static final String DIM
      The attribute for dim. Dim is described as a boolean.
      See Also:
    • UNDERLINE

      public static final String UNDERLINE
      The attribute for underline. Underline is described as a boolean.
      See Also:
    • WRITE_PROTECT

      public static final String WRITE_PROTECT
      The attribute for write protect. Write protect is described as a boolean.
      See Also:
    • REVERSE

      public static final String REVERSE
      The attribute for reverse. Reverse is described as a boolean.
      See Also:
    • INVISIBLE

      public static final String INVISIBLE
      The attribute for invisible. Invisible is described as a boolean.
      See Also:
    • HORIZONTAL_SCALE

      public static final String HORIZONTAL_SCALE
      The attribute for horizontal scale. The horizontal scale is described as a double.
      See Also:
    • VERTICAL_SCALE

      public static final String VERTICAL_SCALE
      The attribute for vertical scale. the vertical scale is described as a double.
      See Also: