|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSGraphicsContext_RenderingOptions
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 interface |
NSGraphicsContext_RenderingOptions._static_
from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:113 Conversion Error : /// Original signature : -(void)setColorRenderingIntent:() - (void)setColorRenderingIntent:(null)renderingIntent; (Argument renderingIntent cannot be converted) |
Method Summary | |
---|---|
NSObject |
colorRenderingIntent()
Original signature : -(id)colorRenderingIntent from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:112 |
NSObject |
compositingOperation()
Original signature : -(id)compositingOperation from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:109 |
int |
imageInterpolation()
|
NSObject |
patternPhase()
Original signature : -(id)patternPhase from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:105 |
void |
setImageInterpolation(int interpolation)
Original signature : -(void)setImageInterpolation:(NSImageInterpolation) from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:100 |
void |
setShouldAntialias(boolean antialias)
Original signature : -(void)setShouldAntialias:(BOOL) from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:98 |
boolean |
shouldAntialias()
Original signature : -(BOOL)shouldAntialias from NSGraphicsContext_RenderingOptions native declaration : NSGraphicsContext.h:99 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void setShouldAntialias(boolean antialias)
-(void)setShouldAntialias:(BOOL)
boolean shouldAntialias()
-(BOOL)shouldAntialias
void setImageInterpolation(int interpolation)
-(void)setImageInterpolation:(NSImageInterpolation)
interpolation
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSImageInterpolationint imageInterpolation()
org.rococoa.cocoa.appkit.AppKitLibrary#NSImageInterpolation
NSObject patternPhase()
-(id)patternPhase
NSObject compositingOperation()
-(id)compositingOperation
NSObject colorRenderingIntent()
-(id)colorRenderingIntent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |