-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NSAttributedStringalloc()NSAttributedStringinitWithString(NSString str)NSAttributedStringinitWithString(NSString str, NSDictionary<NSAttributedStringKey,? extends NSObject> attrs)intlength()NSStringstring()-
Methods inherited from interface de.jangassen.jfa.appkit.NSObject
className, dealloc, description, methodSignatureForSelector, performSelectorOnMainThread, respondsToSelector
-
-
-
-
Method Detail
-
alloc
static NSAttributedString alloc()
-
initWithString
NSAttributedString initWithString(NSString str)
-
initWithString
NSAttributedString initWithString(NSString str, NSDictionary<NSAttributedStringKey,? extends NSObject> attrs)
-
string
NSString string()
-
length
int length()
-
-