Package org.robovm.apple.coretext
Class CTFontDescriptorProgressData
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTFontDescriptorProgressData
public class CTFontDescriptorProgressData extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFontDescriptorProgressData.AsListMarshalerstatic classCTFontDescriptorProgressData.Keysstatic classCTFontDescriptorProgressData.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)longgetCurrentAssetSize()List<CTFontDescriptor>getDescriptors()NSErrorgetError()doublegetPercentage()List<CTFontDescriptor>getResult()CTFontDescriptorgetSourceDescriptor()longgetTotalAssetSize()longgetTotalDownloadedSize()booleanhas(CFString key)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getSourceDescriptor
-
getDescriptors
-
getResult
-
getPercentage
public double getPercentage() -
getCurrentAssetSize
public long getCurrentAssetSize() -
getTotalDownloadedSize
public long getTotalDownloadedSize() -
getTotalAssetSize
public long getTotalAssetSize() -
getError
-