Beispiel #1
0
 /*</constructors>*/
 public NSAttributedString(String str, NSAttributedStringAttributes attrs) {
   super((SkipInit) null);
   if (attrs == null) {
     throw new NullPointerException("attrs");
   }
   initObject(init(str, attrs.getDictionary()));
 }