org.rococoa.cocoa.appkit.categories
Interface NSBezierPathDeprecated

All Superinterfaces:
ObjCObject

public interface NSBezierPathDeprecated
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 NSBezierPathDeprecated._static_
           
 
Method Summary
 boolean cachesBezierPath()
          Original signature : -(BOOL)cachesBezierPath
from NSBezierPathDeprecated native declaration : NSBezierPath.h:207
 void setCachesBezierPath(boolean flag)
          Original signature : -(void)setCachesBezierPath:(BOOL)
from NSBezierPathDeprecated native declaration : NSBezierPath.h:208
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

cachesBezierPath

boolean cachesBezierPath()
Original signature : -(BOOL)cachesBezierPath
from NSBezierPathDeprecated native declaration : NSBezierPath.h:207


setCachesBezierPath

void setCachesBezierPath(boolean flag)
Original signature : -(void)setCachesBezierPath:(BOOL)
from NSBezierPathDeprecated native declaration : NSBezierPath.h:208



Copyright © 2009. All Rights Reserved.