Class NSLengthFormatter

  • All Implemented Interfaces:
    NSCoding, NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class NSLengthFormatter
    extends NSFormatter
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • NSLengthFormatter

        public NSLengthFormatter()
      • NSLengthFormatter

        protected NSLengthFormatter​(NSObject.Handle h,
                                    long handle)
    • Method Detail

      • isForPersonHeightUse

        public boolean isForPersonHeightUse()
      • setForPersonHeightUse

        public void setForPersonHeightUse​(boolean v)
      • formatUnitMeters

        public java.lang.String formatUnitMeters​(double numberInMeters)
      • formatMeters

        public java.lang.String formatMeters​(double numberInMeters)
      • formatUnitMeters

        protected java.lang.String formatUnitMeters​(double numberInMeters,
                                                    org.robovm.rt.bro.ptr.MachineSizedSIntPtr unitp)