Class PrintUtils.ParamGroupInfo

  • Enclosing class:
    PrintUtils

    public static class PrintUtils.ParamGroupInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int numParamsLeft  
      (package private) java.lang.String title  
      (package private) boolean visible  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParamGroupInfo​(int numParamsLeft, boolean visible, java.lang.String title)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • numParamsLeft

        int numParamsLeft
      • visible

        boolean visible
      • title

        java.lang.String title
    • Constructor Detail

      • ParamGroupInfo

        public ParamGroupInfo​(int numParamsLeft,
                              boolean visible,
                              java.lang.String title)