|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSShadow
public abstract class NSShadow
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSShadow._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSShadow()
|
Method Summary | |
---|---|
static NSShadow |
alloc()
|
static NSShadow |
create()
Factory method |
static NSShadow._class_ |
getNSClass()
|
abstract NSShadow |
init()
designated initializer, returns a default shadow with zero offset, zero blur radius, and default color Original signature : -(id)init native declaration : NSShadow.h:28 |
static NSShadow |
new_()
|
abstract void |
set()
Original signature : -(void)set native declaration : NSShadow.h:39 |
abstract void |
setShadowBlurRadius(org.rococoa.cocoa.CGFloat val)
Original signature : -(void)setShadowBlurRadius:(CGFloat) native declaration : NSShadow.h:34 |
abstract void |
setShadowColor(NSColor color)
Original signature : -(void)setShadowColor:(NSColor*) native declaration : NSShadow.h:37 |
abstract void |
setShadowOffset(NSSize.ByValue offset)
Original signature : -(void)setShadowOffset:(NSSize) native declaration : NSShadow.h:31 |
abstract org.rococoa.cocoa.CGFloat |
shadowBlurRadius()
blur radius of the shadow in default user space units Original signature : -(CGFloat)shadowBlurRadius native declaration : NSShadow.h:33 |
abstract NSColor |
shadowColor()
color used for the shadow (default is black with an alpha value of 1/3) Original signature : -(NSColor*)shadowColor native declaration : NSShadow.h:36 |
abstract NSSize.ByValue |
shadowOffset()
offset in user space of the shadow from the original drawing, in default user space units, where positive values are up and to the right Original signature : -(NSSize)shadowOffset native declaration : NSShadow.h:30 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSShadow()
Method Detail |
---|
public abstract NSShadow init()
-(id)init
init
in class NSObject
public static NSShadow create()
init()
public abstract NSSize.ByValue shadowOffset()
-(NSSize)shadowOffset
public abstract void setShadowOffset(NSSize.ByValue offset)
-(void)setShadowOffset:(NSSize)
public abstract org.rococoa.cocoa.CGFloat shadowBlurRadius()
-(CGFloat)shadowBlurRadius
public abstract void setShadowBlurRadius(org.rococoa.cocoa.CGFloat val)
-(void)setShadowBlurRadius:(CGFloat)
public abstract NSColor shadowColor()
-(NSColor*)shadowColor
public abstract void setShadowColor(NSColor color)
-(void)setShadowColor:(NSColor*)
public abstract void set()
-(void)set
public static NSShadow alloc()
public static NSShadow new_()
public static NSShadow._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |