Interface IXMLColorConstants


public interface IXMLColorConstants
Color Constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RGB
    default color.
    static final RGB
    proc_instr color.
    static final RGB
    string color.
    static final RGB
    tag color.
    static final RGB
    xml comment color.
  • Field Details

    • XML_COMMENT

      static final RGB XML_COMMENT
      xml comment color.
    • PROC_INSTR

      static final RGB PROC_INSTR
      proc_instr color.
    • STRING

      static final RGB STRING
      string color.
    • DEFAULT

      static final RGB DEFAULT
      default color.
    • TAG

      static final RGB TAG
      tag color.