Uses of Class
org.rococoa.cocoa.appkit.NSBezierPath

Packages that use NSBezierPath
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
 

Uses of NSBezierPath in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSBezierPath
static NSBezierPath NSBezierPath.alloc()
           
abstract  NSBezierPath NSBezierPath._class_.alloc()
           
static NSBezierPath NSBezierPath.bezierPath()
          Original signature : +(NSBezierPath*)bezierPath
native declaration : NSBezierPath.h:72
abstract  NSBezierPath NSBezierPath._class_.bezierPath()
          Original signature : +(NSBezierPath*)bezierPath
native declaration : NSBezierPath.h:72
abstract  NSBezierPath NSBezierPath.bezierPathByFlatteningPath()
          Original signature : -(NSBezierPath*)bezierPathByFlatteningPath
native declaration : NSBezierPath.h:148
abstract  NSBezierPath NSBezierPath.bezierPathByReversingPath()
          Original signature : -(NSBezierPath*)bezierPathByReversingPath
native declaration : NSBezierPath.h:149
static NSBezierPath NSBezierPath.bezierPathWithOvalInRect(NSRect.ByValue rect)
          Original signature : +(NSBezierPath*)bezierPathWithOvalInRect:(NSRect)
native declaration : NSBezierPath.h:74
abstract  NSBezierPath NSBezierPath._class_.bezierPathWithOvalInRect(NSRect.ByValue rect)
          Original signature : +(NSBezierPath*)bezierPathWithOvalInRect:(NSRect)
native declaration : NSBezierPath.h:74
static NSBezierPath NSBezierPath.bezierPathWithRect(NSRect.ByValue rect)
          Original signature : +(NSBezierPath*)bezierPathWithRect:(NSRect)
native declaration : NSBezierPath.h:73
abstract  NSBezierPath NSBezierPath._class_.bezierPathWithRect(NSRect.ByValue rect)
          Original signature : +(NSBezierPath*)bezierPathWithRect:(NSRect)
native declaration : NSBezierPath.h:73
static NSBezierPath NSBezierPath.bezierPathWithRoundedRect_xRadius_yRadius(NSRect.ByValue rect, org.rococoa.cocoa.CGFloat xRadius, org.rococoa.cocoa.CGFloat yRadius)
          Original signature : +(NSBezierPath*)bezierPathWithRoundedRect:(NSRect) xRadius:(CGFloat) yRadius:(CGFloat)
native declaration : NSBezierPath.h:76
abstract  NSBezierPath NSBezierPath._class_.bezierPathWithRoundedRect_xRadius_yRadius(NSRect.ByValue rect, org.rococoa.cocoa.CGFloat xRadius, org.rococoa.cocoa.CGFloat yRadius)
          Original signature : +(NSBezierPath*)bezierPathWithRoundedRect:(NSRect) xRadius:(CGFloat) yRadius:(CGFloat)
native declaration : NSBezierPath.h:76
static NSBezierPath NSBezierPath.new_()
           
abstract  NSBezierPath NSBezierPath._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSBezierPath
abstract  void NSBezierPath.appendBezierPath(NSBezierPath path)
          Original signature : -(void)appendBezierPath:(NSBezierPath*)
native declaration : NSBezierPath.h:178
abstract  void NSGradient.drawInBezierPath_angle(NSBezierPath path, org.rococoa.cocoa.CGFloat angle)
          Convenience method for drawing a linear gradient to fill a path.
 

Uses of NSBezierPath in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories that return NSBezierPath
 NSBezierPath NSAppKitAdditons.transformBezierPath(NSBezierPath aPath)
          Transform a path
Original signature : -(NSBezierPath*)transformBezierPath:(NSBezierPath*)
from NSAppKitAdditons native declaration : NSAffineTransform.h:15
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSBezierPath
 NSBezierPath NSAppKitAdditons.transformBezierPath(NSBezierPath aPath)
          Transform a path
Original signature : -(NSBezierPath*)transformBezierPath:(NSBezierPath*)
from NSAppKitAdditons native declaration : NSAffineTransform.h:15
 



Copyright © 2009. All Rights Reserved.