Object

ammonite.terminal

Ansi

Related Doc: package terminal

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. case class Color extends Frag with Product with Serializable

    Permalink

    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

    Permalink

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

  3. sealed trait Frag extends AnyRef

    Permalink

    A piece of an Ansi.Str

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

    Permalink

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

  5. case class Str extends Product with Serializable

    Permalink

    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.

    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.

    Maintains an invariant that it is always in a "collapsed" state: the fragments never have any consecutive Content nodes, or any consecutive redundant Color nodes.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Black: Color

    Permalink
  5. val BlackB: Color

    Permalink
  6. val Blue: Color

    Permalink
  7. val BlueB: Color

    Permalink
  8. val Bold: Color

    Permalink
  9. object Color extends Serializable

    Permalink
  10. object Content extends Serializable

    Permalink
  11. val Cyan: Color

    Permalink
  12. val CyanB: Color

    Permalink
  13. val Empty: Str

    Permalink
  14. val Green: Color

    Permalink
  15. val GreenB: Color

    Permalink
  16. val Magenta: Color

    Permalink
  17. val MagentaB: Color

    Permalink
  18. val Red: Color

    Permalink
  19. val RedB: Color

    Permalink
  20. val Reset: Color

    Permalink
  21. val ResetB: Color

    Permalink
  22. val ResetFore: Color

    Permalink
  23. val Reversed: Color

    Permalink
  24. object Str extends Serializable

    Permalink
  25. val Underlined: Color

    Permalink
  26. val White: Color

    Permalink
  27. val WhiteB: Color

    Permalink
  28. val Yellow: Color

    Permalink
  29. val YellowB: Color

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped