Uses of Class
com.jniwrapper.macosx.cocoa.nscolor.NSColor

Packages that use NSColor
com.jniwrapper.macosx.cocoa.nsbitmapimagerep   
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nscolor   
com.jniwrapper.macosx.cocoa.nscolorlist   
com.jniwrapper.macosx.cocoa.nscolorpanel   
com.jniwrapper.macosx.cocoa.nscolorpicking   
com.jniwrapper.macosx.cocoa.nscolorwell   
com.jniwrapper.macosx.cocoa.nscursor   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nsshadow   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nsslidercell   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstabviewitem   
com.jniwrapper.macosx.cocoa.nstext   
com.jniwrapper.macosx.cocoa.nstextfield   
com.jniwrapper.macosx.cocoa.nstextfieldcell   
com.jniwrapper.macosx.cocoa.nstextstorage   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsbitmapimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsbitmapimagerep with parameters of type NSColor
 void NSBitmapImageRep.colorizeByMappingGray_toColor_blackMapping_whiteMapping(com.jniwrapper.SingleFloat midPoint, NSColor midPointColor, NSColor shadowColor, NSColor lightColor)
          This method represents the colorizeByMappingGray() method of the NSBitmapImageRep Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsclipview
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview with parameters of type NSColor
 void NSClipView.setBackgroundColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nscolor
 

Methods in com.jniwrapper.macosx.cocoa.nscolor with parameters of type NSColor
 com.jniwrapper.Pointer.Void NSColor.blendedColorWithFraction_ofColor(com.jniwrapper.SingleFloat fraction, NSColor color)
          This method represents the blendedColorWithFraction() method of the NSColor Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nscolorlist
 

Methods in com.jniwrapper.macosx.cocoa.nscolorlist with parameters of type NSColor
 void NSColorList.setColor_forKey(NSColor color, java.lang.String key)
          This method represents the setColor() method of the NSColorList Objective-C class.
 void NSColorList.insertColor_key_atIndex(NSColor color, java.lang.String key, com.jniwrapper.UInt16 loc)
          This method represents the insertColor() method of the NSColorList Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nscolorpanel
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpanel with parameters of type NSColor
 void NSColorPanel.setColor(NSColor color)
           
static com.jniwrapper.Bool NSColorPanel.static_dragColor_withEvent_fromView(NSColor color, NSEvent theEvent, NSView sourceView)
          This method represents the dragColor() method of the NSColorPanel Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nscolorpicking
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpicking with parameters of type NSColor
 void NSColorPickingCustomProtocol.setColor(NSColor newColor)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nscolorwell
 

Methods in com.jniwrapper.macosx.cocoa.nscolorwell with parameters of type NSColor
 void NSColorWell.setColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nscursor
 

Methods in com.jniwrapper.macosx.cocoa.nscursor with parameters of type NSColor
 Id NSCursor.initWithImage_foregroundColorHint_backgroundColorHint_hotSpot(NSImage newImage, NSColor fg, NSColor bg, NSPoint hotSpot)
          This method represents the initWithImage() method of the NSCursor Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSColor
 void NSImage.setBackgroundColor(NSColor aColor)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSColor
 void NSLayoutManager.showPackedGlyphs_length_glyphRange_atPoint_font_color_printingAdjustment(com.jniwrapper.AnsiString glyphs, com.jniwrapper.UInt16 glyphLen, NSRange glyphRange, NSPoint point, NSFont font, NSColor color, NSSize printingAdjustment)
          This method represents the showPackedGlyphs() method of the NSLayoutManager Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsmatrix
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSColor
 void NSMatrix.setCellBackgroundColor(NSColor color)
           
 void NSMatrix.setBackgroundColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsscrollview
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSColor
 void NSScrollView.setBackgroundColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsshadow
 

Methods in com.jniwrapper.macosx.cocoa.nsshadow with parameters of type NSColor
 void NSShadow.setShadowColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsslider
 

Methods in com.jniwrapper.macosx.cocoa.nsslider with parameters of type NSColor
 void NSSlider.setTitleColor(NSColor newColor)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nsslidercell
 

Methods in com.jniwrapper.macosx.cocoa.nsslidercell with parameters of type NSColor
 void NSSliderCell.setTitleColor(NSColor newColor)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSColor
 void NSTableView.setGridColor(NSColor color)
           
 void NSTableView.setBackgroundColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstabviewitem
 

Methods in com.jniwrapper.macosx.cocoa.nstabviewitem with parameters of type NSColor
 void NSTabViewItem.setColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstext
 

Methods in com.jniwrapper.macosx.cocoa.nstext with parameters of type NSColor
 void NSText.setTextColor(NSColor color)
           
 void NSText.setBackgroundColor(NSColor color)
           
 void NSText.setTextColor_range(NSColor color, NSRange range)
          This method represents the setTextColor() method of the NSText Objective-C class.
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstextfield
 

Methods in com.jniwrapper.macosx.cocoa.nstextfield with parameters of type NSColor
 void NSTextField.setBackgroundColor(NSColor color)
           
 void NSTextField.setTextColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstextfieldcell
 

Methods in com.jniwrapper.macosx.cocoa.nstextfieldcell with parameters of type NSColor
 void NSTextFieldCell.setBackgroundColor(NSColor color)
           
 void NSTextFieldCell.setTextColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstextstorage
 

Methods in com.jniwrapper.macosx.cocoa.nstextstorage with parameters of type NSColor
 void NSTextStorage.setForegroundColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSColor
 void NSTextView.setInsertionPointColor(NSColor color)
           
 void NSTextView.drawInsertionPointInRect_color_turnedOn(NSRect rect, NSColor color, boolean flag)
          This method represents the drawInsertionPointInRect() method of the NSTextView Objective-C class.
 void NSTextView.setBackgroundColor(NSColor color)
           
 

Uses of NSColor in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSColor
 void NSWindow.setBackgroundColor(NSColor color)