Class StyleInfo

java.lang.Object
com.pnfsoftware.jeb.core.output.text.StyleInfo

public class StyleInfo extends Object
Simple style information for text, containing foreground and background colors, as well as bold and italic flags.
  • Field Details

    • NO_STYLE

      public static final StyleInfo NO_STYLE
  • Constructor Details

  • Method Details

    • getForegroundColor

      public Integer getForegroundColor()
    • getBackgroundColor

      public Integer getBackgroundColor()
    • getBold

      public Boolean getBold()
    • getItalic

      public Boolean getItalic()
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object