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 NSBezierPathGCData. clipPathNSBezierPathPath. handlethe OS resource for the Path (Warning: This field is platform dependent)NSBezierPathGCData. pathNSBezierPathGCData. 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 NSBezierPathNSBezierPath. bezierPath()NSBezierPathNSBezierPath. bezierPathByFlatteningPath()static NSBezierPathNSBezierPath. bezierPathWithRect(NSRect rect)static NSBezierPathNSBezierPath. bezierPathWithRoundedRect(NSRect rect, double xRadius, double yRadius)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSBezierPath Modifier and Type Method Description voidNSBezierPath. appendBezierPath(NSBezierPath path)voidNSGradient. drawInBezierPath(NSBezierPath path, double angle)
-