com.jniwrapper.macosx.cocoa.nscolor
Class NSColor

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsobject.NSObject
                      extended bycom.jniwrapper.macosx.cocoa.nscolor.NSColor
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSCodingProtocol, NSCopyingProtocol, NSObjectProtocol, com.jniwrapper.PointerParameter

public class NSColor
extends NSObject
implements NSCopyingProtocol, NSCodingProtocol

This class represents NSColor class. See the class documentation at the Apple's site: NSColor


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSColor()
           
NSColor(boolean autorelease)
          Contructs the NSColor class with the autorelease option on.
NSColor(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSColor class from pointer.
NSColor(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSColor class with static constructor.
 
Method Summary
 com.jniwrapper.SingleFloat alphaComponent()
           
 com.jniwrapper.SingleFloat blackComponent()
           
 com.jniwrapper.Pointer.Void blendedColorWithFraction_ofColor(com.jniwrapper.SingleFloat fraction, NSColor color)
          This method represents the blendedColorWithFraction() method of the NSColor Objective-C class.
 com.jniwrapper.SingleFloat blueComponent()
           
 com.jniwrapper.SingleFloat brightnessComponent()
           
 com.jniwrapper.Pointer.Void catalogNameComponent()
           
 com.jniwrapper.Pointer.Void colorNameComponent()
           
 com.jniwrapper.Pointer.Void colorSpaceName()
           
 com.jniwrapper.Pointer.Void colorUsingColorSpaceName_device(java.lang.String colorSpace, NSDictionary deviceDescription)
          This method represents the colorUsingColorSpaceName() method of the NSColor Objective-C class.
 com.jniwrapper.Pointer.Void colorUsingColorSpaceName(java.lang.String colorSpace)
           
 com.jniwrapper.Pointer.Void colorWithAlphaComponent(com.jniwrapper.SingleFloat alpha)
           
 Id copyWithZone(NSZone zone)
           
 com.jniwrapper.SingleFloat cyanComponent()
           
 void drawSwatchInRect(NSRect rect)
           
 void encodeWithCoder(NSCoder aCoder)
           
 void getCyan_magenta_yellow_black_alpha(com.jniwrapper.SingleFloat cyan, com.jniwrapper.SingleFloat magenta, com.jniwrapper.SingleFloat yellow, com.jniwrapper.SingleFloat black, com.jniwrapper.SingleFloat alpha)
          This method represents the getCyan() method of the NSColor Objective-C class.
 void getHue_saturation_brightness_alpha(com.jniwrapper.SingleFloat hue, com.jniwrapper.SingleFloat saturation, com.jniwrapper.SingleFloat brightness, com.jniwrapper.SingleFloat alpha)
          This method represents the getHue() method of the NSColor Objective-C class.
 void getRed_green_blue_alpha(com.jniwrapper.SingleFloat red, com.jniwrapper.SingleFloat green, com.jniwrapper.SingleFloat blue, com.jniwrapper.SingleFloat alpha)
          This method represents the getRed() method of the NSColor Objective-C class.
 void getWhite_alpha(com.jniwrapper.SingleFloat white, com.jniwrapper.SingleFloat alpha)
          This method represents the getWhite() method of the NSColor Objective-C class.
 com.jniwrapper.SingleFloat greenComponent()
           
 com.jniwrapper.Pointer.Void highlightWithLevel(com.jniwrapper.SingleFloat val)
           
 com.jniwrapper.SingleFloat hueComponent()
           
protected  void init(com.jniwrapper.Parameter[] fields)
           
 Id initWithCoder(NSCoder aDecoder)
           
 com.jniwrapper.Pointer.Void localizedCatalogNameComponent()
           
 com.jniwrapper.Pointer.Void localizedColorNameComponent()
           
 com.jniwrapper.SingleFloat magentaComponent()
           
 com.jniwrapper.Pointer.Void patternImage()
           
 com.jniwrapper.SingleFloat redComponent()
           
 com.jniwrapper.SingleFloat saturationComponent()
           
 void set()
           
 void setFill()
           
 void setStroke()
           
 com.jniwrapper.Pointer.Void shadowWithLevel(com.jniwrapper.SingleFloat val)
           
static com.jniwrapper.Pointer.Void static_alternateSelectedControlColor()
           
static com.jniwrapper.Pointer.Void static_alternateSelectedControlTextColor()
           
static com.jniwrapper.Pointer.Void static_blackColor()
           
static com.jniwrapper.Pointer.Void static_blueColor()
           
static com.jniwrapper.Pointer.Void static_brownColor()
           
static com.jniwrapper.Pointer.Void static_clearColor()
           
static com.jniwrapper.Pointer.Void static_colorForControlTint(NSControlTint controlTint)
           
static com.jniwrapper.Pointer.Void static_colorFromPasteboard(NSPasteboard pasteBoard)
           
static com.jniwrapper.Pointer.Void static_colorWithCalibratedHue_saturation_brightness_alpha(com.jniwrapper.SingleFloat hue, com.jniwrapper.SingleFloat saturation, com.jniwrapper.SingleFloat brightness, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithCalibratedHue() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithCalibratedRed_green_blue_alpha(com.jniwrapper.SingleFloat red, com.jniwrapper.SingleFloat green, com.jniwrapper.SingleFloat blue, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithCalibratedRed() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithCalibratedWhite_alpha(com.jniwrapper.SingleFloat white, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithCalibratedWhite() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithCatalogName_colorName(java.lang.String listName, java.lang.String colorName)
          This method represents the colorWithCatalogName() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithDeviceCyan_magenta_yellow_black_alpha(com.jniwrapper.SingleFloat cyan, com.jniwrapper.SingleFloat magenta, com.jniwrapper.SingleFloat yellow, com.jniwrapper.SingleFloat black, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithDeviceCyan() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithDeviceHue_saturation_brightness_alpha(com.jniwrapper.SingleFloat hue, com.jniwrapper.SingleFloat saturation, com.jniwrapper.SingleFloat brightness, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithDeviceHue() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithDeviceRed_green_blue_alpha(com.jniwrapper.SingleFloat red, com.jniwrapper.SingleFloat green, com.jniwrapper.SingleFloat blue, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithDeviceRed() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithDeviceWhite_alpha(com.jniwrapper.SingleFloat white, com.jniwrapper.SingleFloat alpha)
          This method represents the colorWithDeviceWhite() method of the NSColor Objective-C class.
static com.jniwrapper.Pointer.Void static_colorWithPatternImage(NSImage image)
           
static com.jniwrapper.Pointer.Void static_controlAlternatingRowBackgroundColors()
           
static com.jniwrapper.Pointer.Void static_controlBackgroundColor()
           
static com.jniwrapper.Pointer.Void static_controlColor()
           
static com.jniwrapper.Pointer.Void static_controlDarkShadowColor()
           
static com.jniwrapper.Pointer.Void static_controlHighlightColor()
           
static com.jniwrapper.Pointer.Void static_controlLightHighlightColor()
           
static com.jniwrapper.Pointer.Void static_controlShadowColor()
           
static com.jniwrapper.Pointer.Void static_controlTextColor()
           
static NSControlTint static_currentControlTint()
           
static com.jniwrapper.Pointer.Void static_cyanColor()
           
static com.jniwrapper.Pointer.Void static_darkGrayColor()
           
static com.jniwrapper.Pointer.Void static_disabledControlTextColor()
           
static com.jniwrapper.Pointer.Void static_grayColor()
           
static com.jniwrapper.Pointer.Void static_greenColor()
           
static com.jniwrapper.Pointer.Void static_gridColor()
           
static com.jniwrapper.Pointer.Void static_headerColor()
           
static com.jniwrapper.Pointer.Void static_headerTextColor()
           
static com.jniwrapper.Pointer.Void static_highlightColor()
           
static com.jniwrapper.Bool static_ignoresAlpha()
           
static com.jniwrapper.Pointer.Void static_keyboardFocusIndicatorColor()
           
static com.jniwrapper.Pointer.Void static_knobColor()
           
static com.jniwrapper.Pointer.Void static_lightGrayColor()
           
static com.jniwrapper.Pointer.Void static_magentaColor()
           
static com.jniwrapper.Pointer.Void static_orangeColor()
           
static com.jniwrapper.Pointer.Void static_purpleColor()
           
static com.jniwrapper.Pointer.Void static_redColor()
           
static com.jniwrapper.Pointer.Void static_scrollBarColor()
           
static com.jniwrapper.Pointer.Void static_secondarySelectedControlColor()
           
static com.jniwrapper.Pointer.Void static_selectedControlColor()
           
static com.jniwrapper.Pointer.Void static_selectedControlTextColor()
           
static com.jniwrapper.Pointer.Void static_selectedKnobColor()
           
static com.jniwrapper.Pointer.Void static_selectedMenuItemColor()
           
static com.jniwrapper.Pointer.Void static_selectedMenuItemTextColor()
           
static com.jniwrapper.Pointer.Void static_selectedTextBackgroundColor()
           
static com.jniwrapper.Pointer.Void static_selectedTextColor()
           
static void static_setIgnoresAlpha(boolean flag)
           
static com.jniwrapper.Pointer.Void static_shadowColor()
           
static com.jniwrapper.Pointer.Void static_textBackgroundColor()
           
static com.jniwrapper.Pointer.Void static_textColor()
           
static com.jniwrapper.Pointer.Void static_whiteColor()
           
static com.jniwrapper.Pointer.Void static_windowBackgroundColor()
           
static com.jniwrapper.Pointer.Void static_windowFrameColor()
           
static com.jniwrapper.Pointer.Void static_windowFrameTextColor()
           
static com.jniwrapper.Pointer.Void static_yellowColor()
           
 com.jniwrapper.SingleFloat whiteComponent()
           
 void writeToPasteboard(NSPasteboard pasteBoard)
           
 com.jniwrapper.SingleFloat yellowComponent()
           
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsobject.NSObject
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, description, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, init, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKey, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
 
Methods inherited from class com.jniwrapper.macosx.cocoa.CObject
getClassName
 
Methods inherited from class com.jniwrapper.macosx.cocoa.Id
clone
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSColor

public NSColor()

NSColor

public NSColor(boolean autorelease)
Contructs the NSColor class with the autorelease option on.

Parameters:
autorelease -

NSColor

public NSColor(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSColor class from pointer.

Parameters:
instancePtr -

NSColor

public NSColor(java.lang.String methodName,
               com.jniwrapper.Parameter[] parameters)
Contructs the NSColor class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class NSObject

static_scrollBarColor

public static com.jniwrapper.Pointer.Void static_scrollBarColor()

saturationComponent

public com.jniwrapper.SingleFloat saturationComponent()

catalogNameComponent

public com.jniwrapper.Pointer.Void catalogNameComponent()

static_knobColor

public static com.jniwrapper.Pointer.Void static_knobColor()

static_colorWithDeviceHue_saturation_brightness_alpha

public static com.jniwrapper.Pointer.Void static_colorWithDeviceHue_saturation_brightness_alpha(com.jniwrapper.SingleFloat hue,
                                                                                                com.jniwrapper.SingleFloat saturation,
                                                                                                com.jniwrapper.SingleFloat brightness,
                                                                                                com.jniwrapper.SingleFloat alpha)
This method represents the colorWithDeviceHue() method of the NSColor Objective-C class.

Parameters:
hue -
saturation -
brightness -
alpha -
Returns:
NSColor

localizedColorNameComponent

public com.jniwrapper.Pointer.Void localizedColorNameComponent()

getHue_saturation_brightness_alpha

public void getHue_saturation_brightness_alpha(com.jniwrapper.SingleFloat hue,
                                               com.jniwrapper.SingleFloat saturation,
                                               com.jniwrapper.SingleFloat brightness,
                                               com.jniwrapper.SingleFloat alpha)
This method represents the getHue() method of the NSColor Objective-C class.

Parameters:
hue -
saturation -
brightness -
alpha -

static_colorWithCalibratedWhite_alpha

public static com.jniwrapper.Pointer.Void static_colorWithCalibratedWhite_alpha(com.jniwrapper.SingleFloat white,
                                                                                com.jniwrapper.SingleFloat alpha)
This method represents the colorWithCalibratedWhite() method of the NSColor Objective-C class.

Parameters:
white -
alpha -
Returns:
NSColor

static_headerTextColor

public static com.jniwrapper.Pointer.Void static_headerTextColor()

cyanComponent

public com.jniwrapper.SingleFloat cyanComponent()

static_headerColor

public static com.jniwrapper.Pointer.Void static_headerColor()

getRed_green_blue_alpha

public void getRed_green_blue_alpha(com.jniwrapper.SingleFloat red,
                                    com.jniwrapper.SingleFloat green,
                                    com.jniwrapper.SingleFloat blue,
                                    com.jniwrapper.SingleFloat alpha)
This method represents the getRed() method of the NSColor Objective-C class.

Parameters:
red -
green -
blue -
alpha -

blueComponent

public com.jniwrapper.SingleFloat blueComponent()

static_currentControlTint

public static NSControlTint static_currentControlTint()

static_cyanColor

public static com.jniwrapper.Pointer.Void static_cyanColor()

static_controlTextColor

public static com.jniwrapper.Pointer.Void static_controlTextColor()

static_windowFrameColor

public static com.jniwrapper.Pointer.Void static_windowFrameColor()

static_setIgnoresAlpha

public static void static_setIgnoresAlpha(boolean flag)

colorWithAlphaComponent

public com.jniwrapper.Pointer.Void colorWithAlphaComponent(com.jniwrapper.SingleFloat alpha)

static_keyboardFocusIndicatorColor

public static com.jniwrapper.Pointer.Void static_keyboardFocusIndicatorColor()

alphaComponent

public com.jniwrapper.SingleFloat alphaComponent()

static_disabledControlTextColor

public static com.jniwrapper.Pointer.Void static_disabledControlTextColor()

setStroke

public void setStroke()

static_blackColor

public static com.jniwrapper.Pointer.Void static_blackColor()

static_gridColor

public static com.jniwrapper.Pointer.Void static_gridColor()

static_colorWithCatalogName_colorName

public static com.jniwrapper.Pointer.Void static_colorWithCatalogName_colorName(java.lang.String listName,
                                                                                java.lang.String colorName)
This method represents the colorWithCatalogName() method of the NSColor Objective-C class.

Parameters:
listName -
colorName -
Returns:
NSColor

static_darkGrayColor

public static com.jniwrapper.Pointer.Void static_darkGrayColor()

static_colorWithDeviceCyan_magenta_yellow_black_alpha

public static com.jniwrapper.Pointer.Void static_colorWithDeviceCyan_magenta_yellow_black_alpha(com.jniwrapper.SingleFloat cyan,
                                                                                                com.jniwrapper.SingleFloat magenta,
                                                                                                com.jniwrapper.SingleFloat yellow,
                                                                                                com.jniwrapper.SingleFloat black,
                                                                                                com.jniwrapper.SingleFloat alpha)
This method represents the colorWithDeviceCyan() method of the NSColor Objective-C class.

Parameters:
cyan -
magenta -
yellow -
black -
alpha -
Returns:
NSColor

static_selectedKnobColor

public static com.jniwrapper.Pointer.Void static_selectedKnobColor()

static_ignoresAlpha

public static com.jniwrapper.Bool static_ignoresAlpha()

localizedCatalogNameComponent

public com.jniwrapper.Pointer.Void localizedCatalogNameComponent()

magentaComponent

public com.jniwrapper.SingleFloat magentaComponent()

static_controlDarkShadowColor

public static com.jniwrapper.Pointer.Void static_controlDarkShadowColor()

static_blueColor

public static com.jniwrapper.Pointer.Void static_blueColor()

static_selectedTextBackgroundColor

public static com.jniwrapper.Pointer.Void static_selectedTextBackgroundColor()

blackComponent

public com.jniwrapper.SingleFloat blackComponent()

static_colorForControlTint

public static com.jniwrapper.Pointer.Void static_colorForControlTint(NSControlTint controlTint)

initWithCoder

public Id initWithCoder(NSCoder aDecoder)
Specified by:
initWithCoder in interface NSCodingProtocol

static_windowFrameTextColor

public static com.jniwrapper.Pointer.Void static_windowFrameTextColor()

shadowWithLevel

public com.jniwrapper.Pointer.Void shadowWithLevel(com.jniwrapper.SingleFloat val)

static_colorWithDeviceWhite_alpha

public static com.jniwrapper.Pointer.Void static_colorWithDeviceWhite_alpha(com.jniwrapper.SingleFloat white,
                                                                            com.jniwrapper.SingleFloat alpha)
This method represents the colorWithDeviceWhite() method of the NSColor Objective-C class.

Parameters:
white -
alpha -
Returns:
NSColor

static_magentaColor

public static com.jniwrapper.Pointer.Void static_magentaColor()

static_colorWithCalibratedHue_saturation_brightness_alpha

public static com.jniwrapper.Pointer.Void static_colorWithCalibratedHue_saturation_brightness_alpha(com.jniwrapper.SingleFloat hue,
                                                                                                    com.jniwrapper.SingleFloat saturation,
                                                                                                    com.jniwrapper.SingleFloat brightness,
                                                                                                    com.jniwrapper.SingleFloat alpha)
This method represents the colorWithCalibratedHue() method of the NSColor Objective-C class.

Parameters:
hue -
saturation -
brightness -
alpha -
Returns:
NSColor

colorUsingColorSpaceName_device

public com.jniwrapper.Pointer.Void colorUsingColorSpaceName_device(java.lang.String colorSpace,
                                                                   NSDictionary deviceDescription)
This method represents the colorUsingColorSpaceName() method of the NSColor Objective-C class.

Parameters:
colorSpace -
deviceDescription -
Returns:
NSColor

static_shadowColor

public static com.jniwrapper.Pointer.Void static_shadowColor()

static_greenColor

public static com.jniwrapper.Pointer.Void static_greenColor()

static_colorWithCalibratedRed_green_blue_alpha

public static com.jniwrapper.Pointer.Void static_colorWithCalibratedRed_green_blue_alpha(com.jniwrapper.SingleFloat red,
                                                                                         com.jniwrapper.SingleFloat green,
                                                                                         com.jniwrapper.SingleFloat blue,
                                                                                         com.jniwrapper.SingleFloat alpha)
This method represents the colorWithCalibratedRed() method of the NSColor Objective-C class.

Parameters:
red -
green -
blue -
alpha -
Returns:
NSColor

static_yellowColor

public static com.jniwrapper.Pointer.Void static_yellowColor()

static_highlightColor

public static com.jniwrapper.Pointer.Void static_highlightColor()

static_grayColor

public static com.jniwrapper.Pointer.Void static_grayColor()

set

public void set()

static_controlShadowColor

public static com.jniwrapper.Pointer.Void static_controlShadowColor()

writeToPasteboard

public void writeToPasteboard(NSPasteboard pasteBoard)

brightnessComponent

public com.jniwrapper.SingleFloat brightnessComponent()

static_controlLightHighlightColor

public static com.jniwrapper.Pointer.Void static_controlLightHighlightColor()

static_selectedMenuItemTextColor

public static com.jniwrapper.Pointer.Void static_selectedMenuItemTextColor()

setFill

public void setFill()

static_controlColor

public static com.jniwrapper.Pointer.Void static_controlColor()

static_lightGrayColor

public static com.jniwrapper.Pointer.Void static_lightGrayColor()

static_selectedMenuItemColor

public static com.jniwrapper.Pointer.Void static_selectedMenuItemColor()

getWhite_alpha

public void getWhite_alpha(com.jniwrapper.SingleFloat white,
                           com.jniwrapper.SingleFloat alpha)
This method represents the getWhite() method of the NSColor Objective-C class.

Parameters:
white -
alpha -

static_brownColor

public static com.jniwrapper.Pointer.Void static_brownColor()

encodeWithCoder

public void encodeWithCoder(NSCoder aCoder)
Specified by:
encodeWithCoder in interface NSCodingProtocol

copyWithZone

public Id copyWithZone(NSZone zone)
Specified by:
copyWithZone in interface NSCopyingProtocol

static_controlAlternatingRowBackgroundColors

public static com.jniwrapper.Pointer.Void static_controlAlternatingRowBackgroundColors()

static_controlBackgroundColor

public static com.jniwrapper.Pointer.Void static_controlBackgroundColor()

static_whiteColor

public static com.jniwrapper.Pointer.Void static_whiteColor()

whiteComponent

public com.jniwrapper.SingleFloat whiteComponent()

patternImage

public com.jniwrapper.Pointer.Void patternImage()

static_controlHighlightColor

public static com.jniwrapper.Pointer.Void static_controlHighlightColor()

greenComponent

public com.jniwrapper.SingleFloat greenComponent()

static_textBackgroundColor

public static com.jniwrapper.Pointer.Void static_textBackgroundColor()

static_colorFromPasteboard

public static com.jniwrapper.Pointer.Void static_colorFromPasteboard(NSPasteboard pasteBoard)

static_colorWithPatternImage

public static com.jniwrapper.Pointer.Void static_colorWithPatternImage(NSImage image)

static_secondarySelectedControlColor

public static com.jniwrapper.Pointer.Void static_secondarySelectedControlColor()

static_textColor

public static com.jniwrapper.Pointer.Void static_textColor()

static_colorWithDeviceRed_green_blue_alpha

public static com.jniwrapper.Pointer.Void static_colorWithDeviceRed_green_blue_alpha(com.jniwrapper.SingleFloat red,
                                                                                     com.jniwrapper.SingleFloat green,
                                                                                     com.jniwrapper.SingleFloat blue,
                                                                                     com.jniwrapper.SingleFloat alpha)
This method represents the colorWithDeviceRed() method of the NSColor Objective-C class.

Parameters:
red -
green -
blue -
alpha -
Returns:
NSColor

drawSwatchInRect

public void drawSwatchInRect(NSRect rect)

static_orangeColor

public static com.jniwrapper.Pointer.Void static_orangeColor()

static_purpleColor

public static com.jniwrapper.Pointer.Void static_purpleColor()

colorNameComponent

public com.jniwrapper.Pointer.Void colorNameComponent()

static_windowBackgroundColor

public static com.jniwrapper.Pointer.Void static_windowBackgroundColor()

static_alternateSelectedControlTextColor

public static com.jniwrapper.Pointer.Void static_alternateSelectedControlTextColor()

redComponent

public com.jniwrapper.SingleFloat redComponent()

getCyan_magenta_yellow_black_alpha

public void getCyan_magenta_yellow_black_alpha(com.jniwrapper.SingleFloat cyan,
                                               com.jniwrapper.SingleFloat magenta,
                                               com.jniwrapper.SingleFloat yellow,
                                               com.jniwrapper.SingleFloat black,
                                               com.jniwrapper.SingleFloat alpha)
This method represents the getCyan() method of the NSColor Objective-C class.

Parameters:
cyan -
magenta -
yellow -
black -
alpha -

static_selectedTextColor

public static com.jniwrapper.Pointer.Void static_selectedTextColor()

hueComponent

public com.jniwrapper.SingleFloat hueComponent()

static_clearColor

public static com.jniwrapper.Pointer.Void static_clearColor()

static_selectedControlColor

public static com.jniwrapper.Pointer.Void static_selectedControlColor()

static_alternateSelectedControlColor

public static com.jniwrapper.Pointer.Void static_alternateSelectedControlColor()

static_redColor

public static com.jniwrapper.Pointer.Void static_redColor()

colorSpaceName

public com.jniwrapper.Pointer.Void colorSpaceName()

highlightWithLevel

public com.jniwrapper.Pointer.Void highlightWithLevel(com.jniwrapper.SingleFloat val)

blendedColorWithFraction_ofColor

public com.jniwrapper.Pointer.Void blendedColorWithFraction_ofColor(com.jniwrapper.SingleFloat fraction,
                                                                    NSColor color)
This method represents the blendedColorWithFraction() method of the NSColor Objective-C class.

Parameters:
fraction -
color -
Returns:
NSColor

yellowComponent

public com.jniwrapper.SingleFloat yellowComponent()

colorUsingColorSpaceName

public com.jniwrapper.Pointer.Void colorUsingColorSpaceName(java.lang.String colorSpace)

static_selectedControlTextColor

public static com.jniwrapper.Pointer.Void static_selectedControlTextColor()