Uses of Class
org.eclipse.swt.internal.cocoa.NSBezierPath
-
Packages that use NSBezierPath Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa -
-
Uses of NSBezierPath in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSBezierPath Modifier and Type Field Description NSBezierPath
GCData. clipPath
NSBezierPath
Path. handle
the OS resource for the Path (Warning: This field is platform dependent)NSBezierPath
GCData. path
NSBezierPath
GCData. visiblePath
-
Uses of NSBezierPath in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSBezierPath Modifier and Type Method Description static NSBezierPath
NSBezierPath. bezierPath()
NSBezierPath
NSBezierPath. bezierPathByFlatteningPath()
static NSBezierPath
NSBezierPath. bezierPathWithRect(NSRect rect)
static NSBezierPath
NSBezierPath. bezierPathWithRoundedRect(NSRect rect, double xRadius, double yRadius)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSBezierPath Modifier and Type Method Description void
NSBezierPath. appendBezierPath(NSBezierPath path)
void
NSGradient. drawInBezierPath(NSBezierPath path, double angle)
-