Uses of Class
org.rococoa.cocoa.appkit.NSGradient

Packages that use NSGradient
org.rococoa.cocoa.appkit   
 

Uses of NSGradient in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSGradient
static NSGradient NSGradient.alloc()
           
abstract  NSGradient NSGradient._class_.alloc()
           
static NSGradient NSGradient.createWithColors_atLocations_colorSpace(NSArray colorArray, org.rococoa.cocoa.CGFloat[] locations, NSColorSpace colorSpace)
          Factory method
static NSGradient NSGradient.createWithColors_atLocations_colorSpace(NSArray colorArray, CGFloatByReference locations, NSColorSpace colorSpace)
          Deprecated. 
static NSGradient NSGradient.createWithColors(NSArray colorArray)
          Factory method
static NSGradient NSGradient.createWithColorsAndLocations(NSColor firstColor, NSObject... varargs)
          Factory method
static NSGradient NSGradient.createWithStartingColor_endingColor(NSColor startingColor, NSColor endingColor)
          Factory method
abstract  NSGradient NSGradient.initWithColors_atLocations_colorSpace(NSArray colorArray, org.rococoa.cocoa.CGFloat[] locations, NSColorSpace colorSpace)
          Initializes a gradient by pairing the colors provided in the color array with the locations provided in the locations array.
abstract  NSGradient NSGradient.initWithColors_atLocations_colorSpace(NSArray colorArray, CGFloatByReference locations, NSColorSpace colorSpace)
          Deprecated. use the safer methods initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.appkit.NSColorSpace) and initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.appkit.NSColorSpace) instead
abstract  NSGradient NSGradient.initWithColors(NSArray colorArray)
          Initializes a gradient with the first color in the array at 0.0, the last color in the array at 1.0, and intervening colors at equal intervals in between.
abstract  NSGradient NSGradient.initWithColorsAndLocations(NSColor firstColor, NSObject... varargs)
          This initializer takes the first color, then the first location as a CGFloat, then an alternating list of colors and CGFloats, terminated by nil.
abstract  NSGradient NSGradient.initWithStartingColor_endingColor(NSColor startingColor, NSColor endingColor)
          Initializes a gradient with starting color at location 0.0 and ending color at location 1.0 The color space returned by [NSColorSpace genericRGBColorSpace] is used.
static NSGradient NSGradient.new_()
           
abstract  NSGradient NSGradient._class_.new_()
           
 



Copyright © 2009. All Rights Reserved.