Uses of Class
org.rococoa.cocoa.carboncore.NumFormatString

Packages that use NumFormatString
org.rococoa.cocoa.carboncore   
 

Uses of NumFormatString in org.rococoa.cocoa.carboncore
 

Subclasses of NumFormatString in org.rococoa.cocoa.carboncore
static class NumFormatString.ByReference
           
static class NumFormatString.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return NumFormatString
static NumFormatString[] NumFormatString.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type NumFormatString
 short CarbonCoreLibrary.ExtendedToString(Float80 x, NumFormatString myCanonical, NumberParts partsTable, ByteBuffer outString)
          ExtendedToString() *** DEPRECATED ***

Deprecated:
use CFNumberFormatterCreateStringWithNumber instead.
 short CarbonCoreLibrary.ExtendedToString(Float80 x, NumFormatString myCanonical, NumberParts partsTable, Pointer outString)
          Deprecated. use the safer methods CarbonCoreLibrary.ExtendedToString(org.rococoa.cocoa.carboncore.Float80, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, java.nio.ByteBuffer) and CarbonCoreLibrary.ExtendedToString(org.rococoa.cocoa.carboncore.Float80, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, com.sun.jna.Pointer) instead
 short CarbonCoreLibrary.FormatRecToString(NumFormatString myCanonical, NumberParts partsTable, ByteBuffer outString, FVector[] positions)
          FormatRecToString() *** DEPRECATED ***

Deprecated:
use CFNumberFormatterSetFormat instead.
 short CarbonCoreLibrary.FormatRecToString(NumFormatString myCanonical, NumberParts partsTable, Pointer outString, Pointer positions)
          Deprecated. use the safer methods CarbonCoreLibrary.FormatRecToString(org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.FVector[]) and CarbonCoreLibrary.FormatRecToString(org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 short CarbonCoreLibrary.StringToExtended(byte[] source, NumFormatString myCanonical, NumberParts partsTable, Float80 x)
          StringToExtended() *** DEPRECATED ***

Deprecated:
use CFNumberFormatterCreateNumberFromString instead.
 short CarbonCoreLibrary.StringToExtended(Pointer source, NumFormatString myCanonical, NumberParts partsTable, Float80 x)
          Deprecated. use the safer methods CarbonCoreLibrary.StringToExtended(byte[], org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.Float80) and CarbonCoreLibrary.StringToExtended(com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.Float80) instead
 short CarbonCoreLibrary.StringToFormatRec(byte[] inString, NumberParts partsTable, NumFormatString outString)
          StringToFormatRec() *** DEPRECATED ***

Deprecated:
use CFNumberFormatterSetFormat instead.
 short CarbonCoreLibrary.StringToFormatRec(Pointer inString, NumberParts partsTable, NumFormatString outString)
          Deprecated. use the safer methods CarbonCoreLibrary.StringToFormatRec(byte[], org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.NumFormatString) and CarbonCoreLibrary.StringToFormatRec(com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.NumFormatString) instead
 



Copyright © 2009. All Rights Reserved.