Uses of Class
org.robovm.apple.corefoundation.CFSet
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coretext |
-
Uses of CFSet in org.robovm.apple.corefoundation
Subclasses of CFSet in org.robovm.apple.corefoundation Modifier and Type Class Description classCFMutableSetMethods in org.robovm.apple.corefoundation that return CFSet Modifier and Type Method Description static <T extends NativeObject>
CFSetCFSet. create(Collection<T> objects)protected static CFSetCFSet. create(CFAllocator allocator, VoidPtr.VoidPtrPtr values, long numValues, org.robovm.apple.corefoundation.CFSetCallBacks callBacks)static CFSetCFSet. create(CFType... objects)static CFSetCFSet. create(NSObject... objects)protected static CFSetCFSet. createCopy(CFAllocator allocator, CFSet theSet)Methods in org.robovm.apple.corefoundation with parameters of type CFSet Modifier and Type Method Description static CFMutableSetCFMutableSet. createCopy(long capacity, CFSet theSet)static CFMutableSetCFMutableSet. createCopy(CFAllocator allocator, long capacity, CFSet theSet)protected static CFSetCFSet. createCopy(CFAllocator allocator, CFSet theSet) -
Uses of CFSet in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext with parameters of type CFSet Modifier and Type Method Description CFArrayCTFontCollection. copyFontAttributes(CFSet attributeNames, CTFontCollectionCopyOptions options)protected CTFontDescriptorCTFontDescriptor. createMatchingFontDescriptor(CFSet mandatoryAttributes)protected CFArrayCTFontDescriptor. createMatchingFontDescriptors(CFSet mandatoryAttributes)protected static booleanCTFontDescriptor. matchFontDescriptors(CFArray descriptors, CFSet mandatoryAttributes, Block2<CTFontDescriptorMatchingState,NSDictionary,Boolean> progressBlock)