Uses of Class
org.robovm.apple.foundation.NSCharacterSet
| Package | Description |
|---|---|
| org.robovm.apple.coretext | |
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSCharacterSet in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return NSCharacterSet Modifier and Type Method Description NSCharacterSetCTFont. getCharacterSet()NSCharacterSetCTFontAttributes. getCharacterSet()NSCharacterSetCTTextTabOptions. getTerminatingCharacter()Methods in org.robovm.apple.coretext with parameters of type NSCharacterSet Modifier and Type Method Description CTFontAttributesCTFontAttributes. setCharacterSet(NSCharacterSet characterSet)CTTextTabOptionsCTTextTabOptions. setTerminatingCharacter(NSCharacterSet terminatingCharacter) -
Uses of NSCharacterSet in org.robovm.apple.foundation
Subclasses of NSCharacterSet in org.robovm.apple.foundation Modifier and Type Class Description classNSMutableCharacterSetMethods in org.robovm.apple.foundation with parameters of type NSCharacterSet Modifier and Type Method Description protected static StringNSString. addPercentEncoding(long handle, Selector sel, NSCharacterSet allowedCharacters)static StringNSString. addPercentEncoding(String str, NSCharacterSet allowedCharacters)StringNSString. addPercentEncoding(NSCharacterSet allowedCharacters)voidNSMutableCharacterSet. formIntersection(NSCharacterSet otherSet)voidNSMutableCharacterSet. formUnion(NSCharacterSet otherSet)booleanNSCharacterSet. isSuperset(NSCharacterSet theOtherSet)StringNSScanner. scanCharacters(NSCharacterSet set)StringNSScanner. scanUpToCharacters(NSCharacterSet set)voidNSScanner. setCharactersToBeSkipped(NSCharacterSet v) -
Uses of NSCharacterSet in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSCharacterSet Modifier and Type Method Description NSCharacterSetUIFontDescriptorAttributes. getCharacterSet()static NSCharacterSetNSTextTab. getColumnTerminators(NSLocale aLocale)Methods in org.robovm.apple.uikit with parameters of type NSCharacterSet Modifier and Type Method Description UIFontDescriptorAttributesUIFontDescriptorAttributes. setCharacterSet(NSCharacterSet characterSet)