Package com.apple.cocoa.foundation

Examples of com.apple.cocoa.foundation.NSRange


/*     */
/*     */   public static native void drawBitmap(NSRect paramNSRect, int paramInt1, int paramInt2, int paramInt3, int paramInt4, int paramInt5, int paramInt6, boolean paramBoolean1, boolean paramBoolean2, String paramString, byte[] paramArrayOfByte);
/*     */
/*     */   public static native void windowList(int[] paramArrayOfInt);
/*     */
/* 376 */   public static void fillRectList(NSRect[] paramArrayOfNSRect) { fillRectListInRange(paramArrayOfNSRect, new NSRange(0, paramArrayOfNSRect.length)); }
View Full Code Here


/*     */   public static native void windowList(int[] paramArrayOfInt);
/*     */
/* 376 */   public static void fillRectList(NSRect[] paramArrayOfNSRect) { fillRectListInRange(paramArrayOfNSRect, new NSRange(0, paramArrayOfNSRect.length)); }
/*     */
/*     */   public static void fillRectListWithColors(NSRect[] paramArrayOfNSRect, NSColor[] paramArrayOfNSColor) {
/* 379 */     fillRectListWithColorsInRange(paramArrayOfNSRect, paramArrayOfNSColor, new NSRange(0, paramArrayOfNSRect.length));
/*     */   }
View Full Code Here

/*     */
/*     */   public static void fillRectListWithColors(NSRect[] paramArrayOfNSRect, NSColor[] paramArrayOfNSColor) {
/* 379 */     fillRectListWithColorsInRange(paramArrayOfNSRect, paramArrayOfNSColor, new NSRange(0, paramArrayOfNSRect.length));
/*     */   }
/*     */   public static void clipRectList(NSRect[] paramArrayOfNSRect) {
/* 382 */     clipRectListInRange(paramArrayOfNSRect, new NSRange(0, paramArrayOfNSRect.length));
/*     */   }
View Full Code Here

TOP

Related Classes of com.apple.cocoa.foundation.NSRange

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.