org.rococoa.cocoa.appkit.categories
Interface NSAppKitAdditons

All Superinterfaces:
ObjCObject

public interface NSAppKitAdditons
extends ObjCObject

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 NSAppKitAdditons._static_
           
 
Method Summary
 void concat()
          Original signature : -(void)concat
from NSAppKitAdditons native declaration : NSAffineTransform.h:19
 void set()
          Setting a transform in NSGraphicsContext
Original signature : -(void)set
from NSAppKitAdditons native declaration : NSAffineTransform.h:18
 NSBezierPath transformBezierPath(NSBezierPath aPath)
          Transform a path
Original signature : -(NSBezierPath*)transformBezierPath:(NSBezierPath*)
from NSAppKitAdditons native declaration : NSAffineTransform.h:15
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

transformBezierPath

NSBezierPath transformBezierPath(NSBezierPath aPath)
Transform a path
Original signature : -(NSBezierPath*)transformBezierPath:(NSBezierPath*)
from NSAppKitAdditons native declaration : NSAffineTransform.h:15


set

void set()
Setting a transform in NSGraphicsContext
Original signature : -(void)set
from NSAppKitAdditons native declaration : NSAffineTransform.h:18


concat

void concat()
Original signature : -(void)concat
from NSAppKitAdditons native declaration : NSAffineTransform.h:19



Copyright © 2009. All Rights Reserved.