All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.BezierPath
NSBezierPath
.
[[NSBezierPath
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- addClip
Objective-C instance method.
- appendBezierPath:
Objective-C instance method.
- appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:
Objective-C instance method.
- appendBezierPathWithGlyph:inFont:
Objective-C instance method.
- appendBezierPathWithOvalInRect:
Objective-C instance method.
- appendBezierPathWithRect:
Objective-C instance method.
+ bezierPath
Objective-C class method.
+ bezierPathWithRect:
Objective-C class method.
- bounds
Objective-C instance method.
- cachesBezierPath
Objective-C instance method.
+ clipRect:
Objective-C class method.
- closePath
Objective-C instance method.
- controlPointBounds
Objective-C instance method.
- currentPoint
Objective-C instance method.
- curveToPoint:controlPoint1:controlPoint2:
Objective-C instance method.
- elementCount
Objective-C instance method.
- elementTypeAtIndex:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- fill
Objective-C instance method.
+ fillRect:
Objective-C class method.
- isHitByPath:
Objective-C instance method.
- isHitByPoint:
Objective-C instance method.
- isHitByRect:
Objective-C instance method.
- isStrokeHitByPath:
Objective-C instance method.
- isStrokeHitByPoint:
Objective-C instance method.
- isStrokeHitByRect:
Objective-C instance method.
- lineToPoint:
Objective-C instance method.
- moveToPoint:
Objective-C instance method.
- pathElementIndexForPointIndex:
Objective-C instance method.
- pointAtIndex:
Objective-C instance method.
- pointCount
Objective-C instance method.
- pointIndexForPathElementIndex:
Objective-C instance method.
- relativeCurveToPoint:controlPoint1:controlPoint2:
Objective-C instance method.
- relativeLineToPoint:
Objective-C instance method.
- relativeMoveToPoint:
Objective-C instance method.
- removeLastElement
Objective-C instance method.
- reset
Objective-C instance method.
- setCachesBezierPath:
Objective-C instance method.
- setClip
Objective-C instance method.
+ setFlatness:
Objective-C class method.
+ setHalftonePhase:
Objective-C class method.
+ setLineCapStyle:
Objective-C class method.
+ setLineJoinStyle:
Objective-C class method.
+ setLineWidth:
Objective-C class method.
+ setMiterLimit:
Objective-C class method.
- setPointAtIndex:toPoint:
Objective-C instance method.
- setWindingRule:
Objective-C instance method.
- stroke
Objective-C instance method.
+ strokeLineFromPoint:toPoint:
Objective-C class method.
+ strokeRect:
Objective-C class method.
- windingRule
Objective-C instance method.
public static final int BezierPathElementTypeMoveTo
public static final int BezierPathElementTypeLineTo
public static final int BezierPathElementTypeCurveTo
public static final int BezierPathElementTypeClose
public static final int WindingRuleNonZero
public static final int WindingRuleEvenOdd
public static final int LineCapStyleButt
public static final int LineCapStyleRound
public static final int LineCapStyleProjectingSquare
public static final int LineJoinStyleMiter
public static final int LineJoinStyleRound
public static final int LineJoinStyleBevel
protected BezierPath(boolean shouldAllocate, int objcObject)
public BezierPath()
[[NSBezierPath
alloc] init]
.
public BezierPath(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native BezierPath bezierPath()
+ bezierPath
Objective-C class method.
public static native BezierPath bezierPathWithRect(Rect aRect)
+ bezierPathWithRect:
Objective-C class method.
public native void moveToPoint(Point aPoint)
- moveToPoint:
Objective-C instance method.
public native void lineToPoint(Point aPoint)
- lineToPoint:
Objective-C instance method.
public native void curveToPoint(Point aPoint, Point controlPoint1, Point controlPoint2)
- curveToPoint:controlPoint1:controlPoint2:
Objective-C instance method.
public native void closePath()
- closePath
Objective-C instance method.
public native void reset()
- reset
Objective-C instance method.
public native void relativeMoveToPoint(Point aPoint)
- relativeMoveToPoint:
Objective-C instance method.
public native void relativeLineToPoint(Point aPoint)
- relativeLineToPoint:
Objective-C instance method.
public native void relativeCurveToPoint(Point aPoint, Point controlPoint1, Point controlPoint2)
- relativeCurveToPoint:controlPoint1:controlPoint2:
Objective-C instance method.
public native void stroke()
- stroke
Objective-C instance method.
public native void fill()
- fill
Objective-C instance method.
public native void addClip()
- addClip
Objective-C instance method.
public native void setClip()
- setClip
Objective-C instance method.
public native int windingRule()
- windingRule
Objective-C instance method.
public native void setWindingRule(int aWindingRule)
- setWindingRule:
Objective-C instance method.
public native Rect bounds()
- bounds
Objective-C instance method.
public native Rect controlPointBounds()
- controlPointBounds
Objective-C instance method.
public native Point currentPoint()
- currentPoint
Objective-C instance method.
public native boolean isHitByPoint(Point aPoint)
- isHitByPoint:
Objective-C instance method.
public native boolean isHitByRect(Rect aRect)
- isHitByRect:
Objective-C instance method.
public native boolean isHitByPath(BezierPath aBezierPath)
- isHitByPath:
Objective-C instance method.
public native boolean isStrokeHitByPoint(Point aPoint)
- isStrokeHitByPoint:
Objective-C instance method.
public native boolean isStrokeHitByRect(Rect aRect)
- isStrokeHitByRect:
Objective-C instance method.
public native boolean isStrokeHitByPath(BezierPath aBezierPath)
- isStrokeHitByPath:
Objective-C instance method.
public native boolean cachesBezierPath()
- cachesBezierPath
Objective-C instance method.
public native void setCachesBezierPath(boolean flag)
- setCachesBezierPath:
Objective-C instance method.
public native int elementCount()
- elementCount
Objective-C instance method.
public native int elementTypeAtIndex(int index)
- elementTypeAtIndex:
Objective-C instance method.
public native void removeLastElement()
- removeLastElement
Objective-C instance method.
public native int pointCount()
- pointCount
Objective-C instance method.
public native Point pointAtIndex(int index)
- pointAtIndex:
Objective-C instance method.
public native void setPointAtIndex(int index, Point aPoint)
- setPointAtIndex:toPoint:
Objective-C instance method.
public native int pointIndexForPathElementIndex(int index)
- pointIndexForPathElementIndex:
Objective-C instance method.
public native int pathElementIndexForPointIndex(int index)
- pathElementIndexForPointIndex:
Objective-C instance method.
public native void appendBezierPath(BezierPath aPath)
- appendBezierPath:
Objective-C instance method.
public native void appendBezierPathWithRect(Rect aRect)
- appendBezierPathWithRect:
Objective-C instance method.
public native void appendBezierPathWithOvalInRect(Rect aRect)
- appendBezierPathWithOvalInRect:
Objective-C instance method.
public native void appendBezierPathWithArcWithCenter(Point center, float radius, float startAngle, float endAngle)
- appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:
Objective-C instance method.
public native void appendBezierPathWithGlyph(int aGlyph, Font fontObj)
- appendBezierPathWithGlyph:inFont:
Objective-C instance method.
public static native void setLineCapStyle(int lineCap)
+ setLineCapStyle:
Objective-C class method.
public static native void setLineJoinStyle(int lineJoinStyle)
+ setLineJoinStyle:
Objective-C class method.
public static native void setLineWidth(float width)
+ setLineWidth:
Objective-C class method.
public static native void setMiterLimit(float limit)
+ setMiterLimit:
Objective-C class method.
public static native void setFlatness(float flatness)
+ setFlatness:
Objective-C class method.
public static native void setHalftonePhase(Point aPoint)
+ setHalftonePhase:
Objective-C class method.
public static native void fillRect(Rect aRect)
+ fillRect:
Objective-C class method.
public static native void strokeRect(Rect aRect)
+ strokeRect:
Objective-C class method.
public static native void clipRect(Rect aRect)
+ clipRect:
Objective-C class method.
public static native void strokeLineFromPoint(Point point1, Point point2)
+ strokeLineFromPoint:toPoint:
Objective-C class method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index