Class FontReplacer.Triplet

  • Enclosing interface:
    FontReplacer

    public static class FontReplacer.Triplet
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean bold  
      java.lang.String fontName  
      boolean italic  
    • Constructor Summary

      Constructors 
      Constructor Description
      Triplet()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fontName

        public java.lang.String fontName
      • bold

        public boolean bold
      • italic

        public boolean italic
    • Constructor Detail

      • Triplet

        public Triplet()