|
||||||||||
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.NSCell
org.rococoa.cocoa.appkit.NSImageCell
public abstract class NSImageCell
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 |
NSImageCell.__ICFlags
|
static class |
NSImageCell._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 | |
---|---|
NSImageCell()
|
Method Summary | |
---|---|
static NSImageCell |
alloc()
|
static NSImageCell._class_ |
getNSClass()
|
abstract int |
imageAlignment()
Original signature : -(NSImageAlignment)imageAlignment native declaration : NSImageCell.h:52 |
abstract int |
imageFrameStyle()
Original signature : -(NSImageFrameStyle)imageFrameStyle native declaration : NSImageCell.h:56 |
abstract NSObject |
imageScaling()
Original signature : -(id)imageScaling native declaration : NSImageCell.h:54 |
static NSImageCell |
new_()
|
abstract void |
setImageAlignment(int newAlign)
Original signature : -(void)setImageAlignment:(NSImageAlignment) native declaration : NSImageCell.h:53 |
abstract void |
setImageFrameStyle(int newStyle)
Original signature : -(void)setImageFrameStyle:(NSImageFrameStyle) native declaration : NSImageCell.h:57 |
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 NSImageCell()
Method Detail |
---|
public abstract int imageAlignment()
-(NSImageAlignment)imageAlignment
public abstract void setImageAlignment(int newAlign)
-(void)setImageAlignment:(NSImageAlignment)
newAlign
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSImageAlignmentpublic abstract NSObject imageScaling()
-(id)imageScaling
public abstract int imageFrameStyle()
-(NSImageFrameStyle)imageFrameStyle
public abstract void setImageFrameStyle(int newStyle)
-(void)setImageFrameStyle:(NSImageFrameStyle)
newStyle
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSImageFrameStylepublic static NSImageCell alloc()
public static NSImageCell new_()
public static NSImageCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |