org.rococoa.cocoa.appkit.categories
Interface NSAppKitAdditons

All Known Implementing Classes:
NSAffineTransform

public interface NSAppKitAdditons

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()
           
 void set()
          Setting a transform in NSGraphicsContext
Original signature : -(void)set
 NSBezierPath transformBezierPath(NSBezierPath aPath)
          Transform a path
Original signature : -(NSBezierPath*)transformBezierPath:(NSBezierPath*)
 

Method Detail

transformBezierPath

NSBezierPath transformBezierPath(NSBezierPath aPath)
Transform a path
Original signature : -(NSBezierPath*)transformBezierPath:(NSBezierPath*)


set

void set()
Setting a transform in NSGraphicsContext
Original signature : -(void)set


concat

void concat()