Package org.eclipse.swt.internal.cocoa
Class NSColor
java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
org.eclipse.swt.internal.cocoa.NSColor
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
static NSColor
static NSColor
static NSColor
double
static NSColor
colorUsingColorSpaceName
(NSString colorSpace) static NSColor
colorWithCalibratedRed
(double red, double green, double blue, double alpha) static NSColor
colorWithDeviceRed
(double red, double green, double blue, double alpha) static NSColor
colorWithPatternImage
(NSImage image) static NSColor
static NSColor
static NSColor
static NSColor
static NSColor
static NSColor
static NSColor
void
getComponents
(double[] components) double
long
double
static NSColor
static NSColor
static NSColor
static NSColor
static NSColor
void
set()
void
setFill()
void
static NSColor
static NSColor
static NSColor
static NSColor
static NSColor
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSColor
public NSColor() -
NSColor
public NSColor(long id) -
NSColor
-
-
Method Details
-
alphaComponent
public double alphaComponent() -
alternateSelectedControlColor
-
alternateSelectedControlTextColor
-
blackColor
-
blueComponent
public double blueComponent() -
clearColor
-
colorSpace
-
colorUsingColorSpaceName
-
colorWithCalibratedRed
-
colorWithDeviceRed
-
colorWithPatternImage
-
controlBackgroundColor
-
controlDarkShadowColor
-
controlHighlightColor
-
controlLightHighlightColor
-
controlShadowColor
-
controlTextColor
-
disabledControlTextColor
-
getComponents
public void getComponents(double[] components) -
greenComponent
public double greenComponent() -
numberOfComponents
public long numberOfComponents() -
redComponent
public double redComponent() -
secondarySelectedControlColor
-
selectedControlColor
-
selectedControlTextColor
-
selectedTextBackgroundColor
-
selectedTextColor
-
set
public void set() -
setFill
public void setFill() -
setStroke
public void setStroke() -
textBackgroundColor
-
textColor
-
windowBackgroundColor
-
windowFrameColor
-
windowFrameTextColor
-