Class AnsiColorMap

java.lang.Object
hudson.plugins.ansicolor.AnsiColorMap
All Implemented Interfaces:
Serializable

public final class AnsiColorMap extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • defaultColorMaps

      public static AnsiColorMap[] defaultColorMaps()
    • readResolve

      protected Object readResolve()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getName

      public String getName()
    • getBlack

      public String getBlack()
    • getRed

      public String getRed()
    • getGreen

      public String getGreen()
    • getYellow

      public String getYellow()
    • getBlue

      public String getBlue()
    • getMagenta

      public String getMagenta()
    • getCyan

      public String getCyan()
    • getWhite

      public String getWhite()
    • getBlackB

      public String getBlackB()
    • getRedB

      public String getRedB()
    • getGreenB

      public String getGreenB()
    • getYellowB

      public String getYellowB()
    • getBlueB

      public String getBlueB()
    • getMagentaB

      public String getMagentaB()
    • getCyanB

      public String getCyanB()
    • getWhiteB

      public String getWhiteB()
    • getNormal

      public String getNormal(int index)
    • getBright

      public String getBright(int index)
    • getDefaultForeground

      public Integer getDefaultForeground()
    • getDefaultBackground

      public Integer getDefaultBackground()