Class PatternFormatter.PatternRun

  • Enclosing class:
    PatternFormatter

    protected static class PatternFormatter.PatternRun
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PatternRun()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_data

        public java.lang.String m_data
      • m_rightJustify

        public boolean m_rightJustify
      • m_minSize

        public int m_minSize
      • m_maxSize

        public int m_maxSize
      • m_type

        public int m_type
      • m_format

        public java.lang.String m_format
    • Constructor Detail

      • PatternRun

        protected PatternRun()