scala.tools.util

color

package color

Wrappers around ansi colors.

Version

2.10

Visibility
  1. Public
  2. All

Type Members

  1. class Ansi extends AnyRef

    An ansi control sequence.

  2. trait AnsiAtom extends AnyRef

    One piece of an ansi control sequence.

  3. sealed abstract class AnsiAttr extends AnsiAtom

  4. sealed class AnsiBackground extends AnsiColor

  5. sealed abstract class AnsiColor extends AnsiAtom

  6. sealed abstract class AnsiForeground extends AnsiColor

  7. final class CString extends AnyRef

    A colorized String.

  8. class CStringOps extends AnyRef

  9. trait ColorNames extends AnyRef

    Raw data adapted from perl's Term-ExtendedColor, which is published under perl's Artistic license: http://dev.

Value Members

  1. object Ansi extends AnyRef

  2. object Black extends AnsiForeground with Product with Serializable

  3. object Blink extends AnsiAttr with Product with Serializable

  4. object Blue extends AnsiForeground with Product with Serializable

  5. object Bright extends AnsiAttr with Product with Serializable

  6. object Cyan extends AnsiForeground with Product with Serializable

  7. object Default extends AnsiForeground with Product with Serializable

  8. object Faint extends AnsiAttr with Product with Serializable

  9. object Green extends AnsiForeground with Product with Serializable

  10. object Hidden extends AnsiAttr with Product with Serializable

  11. object Inverse extends AnsiAttr with Product with Serializable

  12. object Italic extends AnsiAttr with Product with Serializable

  13. object Magenta extends AnsiForeground with Product with Serializable

  14. object Red extends AnsiForeground with Product with Serializable

  15. object Reset extends AnsiAttr with Product with Serializable

  16. object Strikethrough extends AnsiAttr with Product with Serializable

  17. object Underline extends AnsiAttr with Product with Serializable

  18. object White extends AnsiForeground with Product with Serializable

  19. object Yellow extends AnsiForeground with Product with Serializable

  20. implicit def implicitCString(str: String): CString

    Definition Classes
    package
  21. implicit def implicitCStringOps(str: String): CStringOps

    Definition Classes
    package
  22. implicit def implicitColorToBackground(c: AnsiColor): AnsiBackground

    Definition Classes
    package
  23. implicit def implicitLiftAnsiAtom(c: AnsiAtom): Ansi

    Definition Classes
    package