|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nsbezierpath.NSBezierPath
This class represents NSBezierPath class.
See the class documentation at the Apple's site: NSBezierPath
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSBezierPath()
|
|
NSBezierPath(boolean autorelease)
Contructs the NSBezierPath class with the autorelease option on. |
|
NSBezierPath(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSBezierPath class from pointer. |
|
NSBezierPath(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSBezierPath class with static constructor. |
|
| Method Summary | |
void |
addClip()
|
void |
appendBezierPath(NSBezierPath path)
|
void |
appendBezierPathWithArcFromPoint_toPoint_radius(NSPoint point1,
NSPoint point2,
com.jniwrapper.SingleFloat radius)
This method represents the appendBezierPathWithArcFromPoint() method of the NSBezierPath Objective-C class. |
void |
appendBezierPathWithArcWithCenter_radius_startAngle_endAngle_clockwise(NSPoint center,
com.jniwrapper.SingleFloat radius,
com.jniwrapper.SingleFloat startAngle,
com.jniwrapper.SingleFloat endAngle,
boolean clockwise)
This method represents the appendBezierPathWithArcWithCenter() method of the NSBezierPath Objective-C class. |
void |
appendBezierPathWithArcWithCenter_radius_startAngle_endAngle(NSPoint center,
com.jniwrapper.SingleFloat radius,
com.jniwrapper.SingleFloat startAngle,
com.jniwrapper.SingleFloat endAngle)
This method represents the appendBezierPathWithArcWithCenter() method of the NSBezierPath Objective-C class. |
void |
appendBezierPathWithGlyph_inFont(NSGlyph glyph,
NSFont font)
This method represents the appendBezierPathWithGlyph() method of the NSBezierPath Objective-C class. |
void |
appendBezierPathWithGlyphs_count_inFont(NSGlyph glyphs,
com.jniwrapper.Int count,
NSFont font)
This method represents the appendBezierPathWithGlyphs() method of the NSBezierPath Objective-C class. |
void |
appendBezierPathWithOvalInRect(NSRect rect)
|
void |
appendBezierPathWithPackedGlyphs(com.jniwrapper.AnsiString packedGlyphs)
|
void |
appendBezierPathWithPoints_count(NSPointArray points,
com.jniwrapper.Int count)
This method represents the appendBezierPathWithPoints() method of the NSBezierPath Objective-C class. |
void |
appendBezierPathWithRect(NSRect rect)
|
com.jniwrapper.Pointer.Void |
bezierPathByFlatteningPath()
|
com.jniwrapper.Pointer.Void |
bezierPathByReversingPath()
|
NSRect |
bounds()
|
com.jniwrapper.Bool |
cachesBezierPath()
|
void |
closePath()
|
com.jniwrapper.Bool |
containsPoint(NSPoint point)
|
NSRect |
controlPointBounds()
|
Id |
copyWithZone(NSZone zone)
|
NSPoint |
currentPoint()
|
void |
curveToPoint_controlPoint1_controlPoint2(NSPoint endPoint,
NSPoint controlPoint1,
NSPoint controlPoint2)
This method represents the curveToPoint() method of the NSBezierPath Objective-C class. |
NSBezierPathElement |
elementAtIndex_associatedPoints(com.jniwrapper.Int index,
NSPointArray points)
This method represents the elementAtIndex() method of the NSBezierPath Objective-C class. |
NSBezierPathElement |
elementAtIndex(com.jniwrapper.Int index)
|
com.jniwrapper.Int |
elementCount()
|
void |
encodeWithCoder(NSCoder aCoder)
|
void |
fill()
|
com.jniwrapper.SingleFloat |
flatness()
|
void |
getLineDash_count_phase(com.jniwrapper.SingleFloat pattern,
com.jniwrapper.Int count,
com.jniwrapper.SingleFloat phase)
This method represents the getLineDash() method of the NSBezierPath Objective-C class. |
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
initWithCoder(NSCoder aDecoder)
|
com.jniwrapper.Bool |
isEmpty()
|
NSLineCapStyle |
lineCapStyle()
|
NSLineJoinStyle |
lineJoinStyle()
|
void |
lineToPoint(NSPoint point)
|
com.jniwrapper.SingleFloat |
lineWidth()
|
com.jniwrapper.SingleFloat |
miterLimit()
|
void |
moveToPoint(NSPoint point)
|
void |
relativeCurveToPoint_controlPoint1_controlPoint2(NSPoint endPoint,
NSPoint controlPoint1,
NSPoint controlPoint2)
This method represents the relativeCurveToPoint() method of the NSBezierPath Objective-C class. |
void |
relativeLineToPoint(NSPoint point)
|
void |
relativeMoveToPoint(NSPoint point)
|
void |
removeAllPoints()
|
void |
setAssociatedPoints_atIndex(NSPointArray points,
com.jniwrapper.Int index)
This method represents the setAssociatedPoints() method of the NSBezierPath Objective-C class. |
void |
setCachesBezierPath(boolean flag)
|
void |
setClip()
|
void |
setFlatness(com.jniwrapper.SingleFloat flatness)
|
void |
setLineCapStyle(NSLineCapStyle lineCapStyle)
|
void |
setLineDash_count_phase(com.jniwrapper.SingleFloat pattern,
com.jniwrapper.Int count,
com.jniwrapper.SingleFloat phase)
This method represents the setLineDash() method of the NSBezierPath Objective-C class. |
void |
setLineJoinStyle(NSLineJoinStyle lineJoinStyle)
|
void |
setLineWidth(com.jniwrapper.SingleFloat lineWidth)
|
void |
setMiterLimit(com.jniwrapper.SingleFloat miterLimit)
|
void |
setWindingRule(NSWindingRule windingRule)
|
static com.jniwrapper.Pointer.Void |
static_bezierPath()
|
static com.jniwrapper.Pointer.Void |
static_bezierPathWithOvalInRect(NSRect rect)
|
static com.jniwrapper.Pointer.Void |
static_bezierPathWithRect(NSRect rect)
|
static void |
static_clipRect(NSRect rect)
|
static com.jniwrapper.SingleFloat |
static_defaultFlatness()
|
static NSLineCapStyle |
static_defaultLineCapStyle()
|
static NSLineJoinStyle |
static_defaultLineJoinStyle()
|
static com.jniwrapper.SingleFloat |
static_defaultLineWidth()
|
static com.jniwrapper.SingleFloat |
static_defaultMiterLimit()
|
static NSWindingRule |
static_defaultWindingRule()
|
static void |
static_drawPackedGlyphs_atPoint(com.jniwrapper.AnsiString packedGlyphs,
NSPoint point)
This method represents the drawPackedGlyphs() method of the NSBezierPath Objective-C class. |
static void |
static_fillRect(NSRect rect)
|
static void |
static_setDefaultFlatness(com.jniwrapper.SingleFloat flatness)
|
static void |
static_setDefaultLineCapStyle(NSLineCapStyle lineCapStyle)
|
static void |
static_setDefaultLineJoinStyle(NSLineJoinStyle lineJoinStyle)
|
static void |
static_setDefaultLineWidth(com.jniwrapper.SingleFloat lineWidth)
|
static void |
static_setDefaultMiterLimit(com.jniwrapper.SingleFloat limit)
|
static void |
static_setDefaultWindingRule(NSWindingRule windingRule)
|
static void |
static_strokeLineFromPoint_toPoint(NSPoint point1,
NSPoint point2)
This method represents the strokeLineFromPoint() method of the NSBezierPath Objective-C class. |
static void |
static_strokeRect(NSRect rect)
|
void |
stroke()
|
void |
transformUsingAffineTransform(NSAffineTransform transform)
|
NSWindingRule |
windingRule()
|
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSBezierPath()
public NSBezierPath(boolean autorelease)
NSBezierPath class with the autorelease option on.
autorelease - public NSBezierPath(com.jniwrapper.Pointer.Void instancePtr)
NSBezierPath class from pointer.
instancePtr -
public NSBezierPath(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSBezierPath class with static constructor.
methodName - parameters - | Method Detail |
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSObject
public void setLineDash_count_phase(com.jniwrapper.SingleFloat pattern,
com.jniwrapper.Int count,
com.jniwrapper.SingleFloat phase)
setLineDash() method of the NSBezierPath Objective-C class.
pattern - count - phase - public NSBezierPathElement elementAtIndex(com.jniwrapper.Int index)
public void closePath()
public com.jniwrapper.Bool cachesBezierPath()
public static void static_strokeLineFromPoint_toPoint(NSPoint point1,
NSPoint point2)
strokeLineFromPoint() method of the NSBezierPath Objective-C class.
point1 - point2 - public void transformUsingAffineTransform(NSAffineTransform transform)
public void fill()
public static com.jniwrapper.SingleFloat static_defaultMiterLimit()
public static com.jniwrapper.Pointer.Void static_bezierPathWithOvalInRect(NSRect rect)
public void encodeWithCoder(NSCoder aCoder)
encodeWithCoder in interface NSCodingProtocolpublic Id copyWithZone(NSZone zone)
copyWithZone in interface NSCopyingProtocol
public void appendBezierPathWithArcWithCenter_radius_startAngle_endAngle_clockwise(NSPoint center,
com.jniwrapper.SingleFloat radius,
com.jniwrapper.SingleFloat startAngle,
com.jniwrapper.SingleFloat endAngle,
boolean clockwise)
appendBezierPathWithArcWithCenter() method of the NSBezierPath Objective-C class.
center - radius - startAngle - endAngle - clockwise -
public void relativeCurveToPoint_controlPoint1_controlPoint2(NSPoint endPoint,
NSPoint controlPoint1,
NSPoint controlPoint2)
relativeCurveToPoint() method of the NSBezierPath Objective-C class.
endPoint - controlPoint1 - controlPoint2 - public com.jniwrapper.SingleFloat flatness()
public static NSLineCapStyle static_defaultLineCapStyle()
public void appendBezierPathWithArcFromPoint_toPoint_radius(NSPoint point1,
NSPoint point2,
com.jniwrapper.SingleFloat radius)
appendBezierPathWithArcFromPoint() method of the NSBezierPath Objective-C class.
point1 - point2 - radius - public com.jniwrapper.Bool isEmpty()
public void moveToPoint(NSPoint point)
public void setWindingRule(NSWindingRule windingRule)
public static void static_clipRect(NSRect rect)
public NSLineJoinStyle lineJoinStyle()
public void appendBezierPathWithPackedGlyphs(com.jniwrapper.AnsiString packedGlyphs)
public static void static_setDefaultMiterLimit(com.jniwrapper.SingleFloat limit)
public com.jniwrapper.SingleFloat miterLimit()
public static void static_fillRect(NSRect rect)
public void removeAllPoints()
public com.jniwrapper.Int elementCount()
public com.jniwrapper.Bool containsPoint(NSPoint point)
public static void static_drawPackedGlyphs_atPoint(com.jniwrapper.AnsiString packedGlyphs,
NSPoint point)
drawPackedGlyphs() method of the NSBezierPath Objective-C class.
packedGlyphs - point - public com.jniwrapper.SingleFloat lineWidth()
public NSRect bounds()
public void appendBezierPathWithRect(NSRect rect)
public NSRect controlPointBounds()
public void appendBezierPathWithOvalInRect(NSRect rect)
public static com.jniwrapper.SingleFloat static_defaultFlatness()
public void setAssociatedPoints_atIndex(NSPointArray points,
com.jniwrapper.Int index)
setAssociatedPoints() method of the NSBezierPath Objective-C class.
points - index - public static void static_strokeRect(NSRect rect)
public static void static_setDefaultLineWidth(com.jniwrapper.SingleFloat lineWidth)
public com.jniwrapper.Pointer.Void bezierPathByReversingPath()
public void setFlatness(com.jniwrapper.SingleFloat flatness)
public static void static_setDefaultLineJoinStyle(NSLineJoinStyle lineJoinStyle)
public void appendBezierPathWithArcWithCenter_radius_startAngle_endAngle(NSPoint center,
com.jniwrapper.SingleFloat radius,
com.jniwrapper.SingleFloat startAngle,
com.jniwrapper.SingleFloat endAngle)
appendBezierPathWithArcWithCenter() method of the NSBezierPath Objective-C class.
center - radius - startAngle - endAngle -
public void getLineDash_count_phase(com.jniwrapper.SingleFloat pattern,
com.jniwrapper.Int count,
com.jniwrapper.SingleFloat phase)
getLineDash() method of the NSBezierPath Objective-C class.
pattern - count - phase - public com.jniwrapper.Pointer.Void bezierPathByFlatteningPath()
public void relativeLineToPoint(NSPoint point)
public static void static_setDefaultWindingRule(NSWindingRule windingRule)
public void addClip()
public void setLineCapStyle(NSLineCapStyle lineCapStyle)
public static NSWindingRule static_defaultWindingRule()
public Id initWithCoder(NSCoder aDecoder)
initWithCoder in interface NSCodingProtocol
public void appendBezierPathWithGlyph_inFont(NSGlyph glyph,
NSFont font)
appendBezierPathWithGlyph() method of the NSBezierPath Objective-C class.
glyph - font - public static void static_setDefaultFlatness(com.jniwrapper.SingleFloat flatness)
public void setMiterLimit(com.jniwrapper.SingleFloat miterLimit)
public void setLineJoinStyle(NSLineJoinStyle lineJoinStyle)
public void appendBezierPath(NSBezierPath path)
public NSLineCapStyle lineCapStyle()
public NSWindingRule windingRule()
public NSBezierPathElement elementAtIndex_associatedPoints(com.jniwrapper.Int index,
NSPointArray points)
elementAtIndex() method of the NSBezierPath Objective-C class.
index - points -
public void curveToPoint_controlPoint1_controlPoint2(NSPoint endPoint,
NSPoint controlPoint1,
NSPoint controlPoint2)
curveToPoint() method of the NSBezierPath Objective-C class.
endPoint - controlPoint1 - controlPoint2 - public void setCachesBezierPath(boolean flag)
public static com.jniwrapper.Pointer.Void static_bezierPath()
public static com.jniwrapper.SingleFloat static_defaultLineWidth()
public static NSLineJoinStyle static_defaultLineJoinStyle()
public void setLineWidth(com.jniwrapper.SingleFloat lineWidth)
public void relativeMoveToPoint(NSPoint point)
public void setClip()
public static void static_setDefaultLineCapStyle(NSLineCapStyle lineCapStyle)
public NSPoint currentPoint()
public void stroke()
public static com.jniwrapper.Pointer.Void static_bezierPathWithRect(NSRect rect)
public void appendBezierPathWithPoints_count(NSPointArray points,
com.jniwrapper.Int count)
appendBezierPathWithPoints() method of the NSBezierPath Objective-C class.
points - count -
public void appendBezierPathWithGlyphs_count_inFont(NSGlyph glyphs,
com.jniwrapper.Int count,
NSFont font)
appendBezierPathWithGlyphs() method of the NSBezierPath Objective-C class.
glyphs - count - font - public void lineToPoint(NSPoint point)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||