ammonite.terminal

Ansi

object Ansi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ansi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Color extends Frag with Product with Serializable

    Represents a single, atomic ANSI escape sequence that results in a color, background or decoration being added to the output

  2. case class Content(value: String) extends Frag with Product with Serializable

    A piece of an Ansi.Str which just contains raw string-content, without any special characters

  3. sealed trait Frag extends AnyRef

    A piece of an Ansi.Str

  4. case class State(color: Option[Color] = scala.None, bgColor: Option[Color] = scala.None, bold: Boolean = false, underlined: Boolean = false, reversed: Boolean = false) extends Product with Serializable

    Represents the state of the ANSI color state machine at any point in the string.

  5. case class Str extends Product with Serializable

    Represents a structured Ansi-colored string, containing both Colors and string Content, with operations that let you easily manipulate the string while keeping colors sane.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Black: Color

  7. val BlackB: Color

  8. val Blue: Color

  9. val BlueB: Color

  10. val Bold: Color

  11. object Color extends Serializable

  12. object Content extends Serializable

  13. val Cyan: Color

  14. val CyanB: Color

  15. val Empty: Str

  16. val Green: Color

  17. val GreenB: Color

  18. val Magenta: Color

  19. val MagentaB: Color

  20. val Red: Color

  21. val RedB: Color

  22. val Reset: Color

  23. val ResetB: Color

  24. val ResetFore: Color

  25. val Reversed: Color

  26. object Str extends Serializable

  27. val Underlined: Color

  28. val White: Color

  29. val WhiteB: Color

  30. val Yellow: Color

  31. val YellowB: Color

  32. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  33. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped