|
||||||||||
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.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.appkit.NSGraphicsContext._class_
public abstract static class NSGraphicsContext._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSGraphicsContext._class_()
|
Method Summary | |
---|---|
abstract NSGraphicsContext |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
NSGraphicsContext_RenderingOptions._static_ |
asStatic_NSGraphicsContext_NSGraphicsContext_RenderingOptions()
|
NSQuartzCoreAdditions._static_ |
asStatic_NSGraphicsContext_NSQuartzCoreAdditions()
|
abstract NSGraphicsContext |
currentContext()
Setting and identifying the current context in the thread Original signature : +(NSGraphicsContext*)currentContext native declaration : NSGraphicsContext.h:60 |
abstract boolean |
currentContextDrawingToScreen()
Convenience cover method for [[NSGraphicsContext currentContext] isDrawingToScreen] Original signature : +(BOOL)currentContextDrawingToScreen native declaration : NSGraphicsContext.h:64 |
abstract NSGraphicsContext |
graphicsContextWithAttributes(NSDictionary attributes)
Instantiates from an appropriate concrete subclass depending on NSGraphicsContextDestinationAttributeName attribute Original signature : +(NSGraphicsContext*)graphicsContextWithAttributes:(NSDictionary*) native declaration : NSGraphicsContext.h:44 |
abstract NSGraphicsContext |
graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: |
abstract NSGraphicsContext |
graphicsContextWithGraphicsPort_flipped(Pointer graphicsPort,
boolean initialFlippedState)
Instantiates from an arbitrary graphicsPort (usually CGContextRef). |
abstract NSGraphicsContext |
graphicsContextWithWindow(NSWindow window)
Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: Original signature : +(NSGraphicsContext*)graphicsContextWithWindow:(NSWindow*) native declaration : NSGraphicsContext.h:47 |
abstract NSGraphicsContext |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
abstract void |
restoreGraphicsState()
Pops a context from per-thread stack, makes it current, and calls -restoreGraphicsContext. |
abstract void |
saveGraphicsState()
Calls -saveGraphicsContext, and pushes the current context on per-thread stack. |
abstract void |
setCurrentContext(NSGraphicsContext context)
Original signature : +(void)setCurrentContext:(NSGraphicsContext*) native declaration : NSGraphicsContext.h:61 |
abstract void |
setGraphicsState(NSInteger gState)
Makes gState's context current, and resets graphics state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSGraphicsContext._class_()
Method Detail |
---|
public NSGraphicsContext_RenderingOptions._static_ asStatic_NSGraphicsContext_NSGraphicsContext_RenderingOptions()
public NSQuartzCoreAdditions._static_ asStatic_NSGraphicsContext_NSQuartzCoreAdditions()
public abstract NSGraphicsContext graphicsContextWithAttributes(NSDictionary attributes)
+(NSGraphicsContext*)graphicsContextWithAttributes:(NSDictionary*)
public abstract NSGraphicsContext graphicsContextWithWindow(NSWindow window)
+(NSGraphicsContext*)graphicsContextWithWindow:(NSWindow*)
public abstract NSGraphicsContext graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
+(NSGraphicsContext*)graphicsContextWithBitmapImageRep:(NSBitmapImageRep*)
public abstract NSGraphicsContext graphicsContextWithGraphicsPort_flipped(Pointer graphicsPort, boolean initialFlippedState)
+(NSGraphicsContext*)graphicsContextWithGraphicsPort:(void*) flipped:(BOOL)
public abstract NSGraphicsContext currentContext()
+(NSGraphicsContext*)currentContext
public abstract void setCurrentContext(NSGraphicsContext context)
+(void)setCurrentContext:(NSGraphicsContext*)
public abstract boolean currentContextDrawingToScreen()
+(BOOL)currentContextDrawingToScreen
public abstract void saveGraphicsState()
+(void)saveGraphicsState
public abstract void restoreGraphicsState()
+(void)restoreGraphicsState
public abstract void setGraphicsState(NSInteger gState)
+(void)setGraphicsState:(NSInteger)
public abstract NSGraphicsContext alloc()
NSObject._class_
+(id)alloc
alloc
in class NSObject._class_
public abstract NSGraphicsContext new_()
NSObject._class_
+(id)new
new_
in class NSObject._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |