Class AutoFormatter

  • All Implemented Interfaces:
    IFormatter

    public class AutoFormatter
    extends java.lang.Object
    implements IFormatter
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoFormatter​(java.lang.String pattern, com.ibm.icu.util.ULocale locale, com.ibm.icu.util.TimeZone timeZone)  
      AutoFormatter​(java.lang.String pattern, com.ibm.icu.util.ULocale locale, com.ibm.icu.util.TimeZone timeZone, DateFormatter defaultDateFormatter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatValue​(java.lang.Object value)
      format the value object into a string.
      • Methods inherited from class java.lang.Object

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

      • AutoFormatter

        public AutoFormatter​(java.lang.String pattern,
                             com.ibm.icu.util.ULocale locale,
                             com.ibm.icu.util.TimeZone timeZone)
      • AutoFormatter

        public AutoFormatter​(java.lang.String pattern,
                             com.ibm.icu.util.ULocale locale,
                             com.ibm.icu.util.TimeZone timeZone,
                             DateFormatter defaultDateFormatter)