com.jniwrapper.macosx.cocoa.nsbezierpath
Class NSBezierPath

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsobject.NSObject
                      extended bycom.jniwrapper.macosx.cocoa.nsbezierpath.NSBezierPath
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSCodingProtocol, NSCopyingProtocol, NSObjectProtocol, com.jniwrapper.PointerParameter

public class NSBezierPath
extends NSObject
implements NSCopyingProtocol, NSCodingProtocol

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.nsobject.NSObject
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, description, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, init, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKey, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
 
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
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSBezierPath

public NSBezierPath()

NSBezierPath

public NSBezierPath(boolean autorelease)
Contructs the NSBezierPath class with the autorelease option on.

Parameters:
autorelease -

NSBezierPath

public NSBezierPath(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSBezierPath class from pointer.

Parameters:
instancePtr -

NSBezierPath

public NSBezierPath(java.lang.String methodName,
                    com.jniwrapper.Parameter[] parameters)
Contructs the NSBezierPath class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class NSObject

setLineDash_count_phase

public 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.

Parameters:
pattern -
count -
phase -

elementAtIndex

public NSBezierPathElement elementAtIndex(com.jniwrapper.Int index)

closePath

public void closePath()

cachesBezierPath

public com.jniwrapper.Bool cachesBezierPath()

static_strokeLineFromPoint_toPoint

public static void static_strokeLineFromPoint_toPoint(NSPoint point1,
                                                      NSPoint point2)
This method represents the strokeLineFromPoint() method of the NSBezierPath Objective-C class.

Parameters:
point1 -
point2 -

transformUsingAffineTransform

public void transformUsingAffineTransform(NSAffineTransform transform)

fill

public void fill()

static_defaultMiterLimit

public static com.jniwrapper.SingleFloat static_defaultMiterLimit()

static_bezierPathWithOvalInRect

public static com.jniwrapper.Pointer.Void static_bezierPathWithOvalInRect(NSRect rect)

encodeWithCoder

public void encodeWithCoder(NSCoder aCoder)
Specified by:
encodeWithCoder in interface NSCodingProtocol

copyWithZone

public Id copyWithZone(NSZone zone)
Specified by:
copyWithZone in interface NSCopyingProtocol

appendBezierPathWithArcWithCenter_radius_startAngle_endAngle_clockwise

public 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.

Parameters:
center -
radius -
startAngle -
endAngle -
clockwise -

relativeCurveToPoint_controlPoint1_controlPoint2

public void relativeCurveToPoint_controlPoint1_controlPoint2(NSPoint endPoint,
                                                             NSPoint controlPoint1,
                                                             NSPoint controlPoint2)
This method represents the relativeCurveToPoint() method of the NSBezierPath Objective-C class.

Parameters:
endPoint -
controlPoint1 -
controlPoint2 -

flatness

public com.jniwrapper.SingleFloat flatness()

static_defaultLineCapStyle

public static NSLineCapStyle static_defaultLineCapStyle()

appendBezierPathWithArcFromPoint_toPoint_radius

public void appendBezierPathWithArcFromPoint_toPoint_radius(NSPoint point1,
                                                            NSPoint point2,
                                                            com.jniwrapper.SingleFloat radius)
This method represents the appendBezierPathWithArcFromPoint() method of the NSBezierPath Objective-C class.

Parameters:
point1 -
point2 -
radius -

isEmpty

public com.jniwrapper.Bool isEmpty()

moveToPoint

public void moveToPoint(NSPoint point)

setWindingRule

public void setWindingRule(NSWindingRule windingRule)

static_clipRect

public static void static_clipRect(NSRect rect)

lineJoinStyle

public NSLineJoinStyle lineJoinStyle()

appendBezierPathWithPackedGlyphs

public void appendBezierPathWithPackedGlyphs(com.jniwrapper.AnsiString packedGlyphs)

static_setDefaultMiterLimit

public static void static_setDefaultMiterLimit(com.jniwrapper.SingleFloat limit)

miterLimit

public com.jniwrapper.SingleFloat miterLimit()

static_fillRect

public static void static_fillRect(NSRect rect)

removeAllPoints

public void removeAllPoints()

elementCount

public com.jniwrapper.Int elementCount()

containsPoint

public com.jniwrapper.Bool containsPoint(NSPoint point)

static_drawPackedGlyphs_atPoint

public static void static_drawPackedGlyphs_atPoint(com.jniwrapper.AnsiString packedGlyphs,
                                                   NSPoint point)
This method represents the drawPackedGlyphs() method of the NSBezierPath Objective-C class.

Parameters:
packedGlyphs -
point -

lineWidth

public com.jniwrapper.SingleFloat lineWidth()

bounds

public NSRect bounds()

appendBezierPathWithRect

public void appendBezierPathWithRect(NSRect rect)

controlPointBounds

public NSRect controlPointBounds()

appendBezierPathWithOvalInRect

public void appendBezierPathWithOvalInRect(NSRect rect)

static_defaultFlatness

public static com.jniwrapper.SingleFloat static_defaultFlatness()

setAssociatedPoints_atIndex

public void setAssociatedPoints_atIndex(NSPointArray points,
                                        com.jniwrapper.Int index)
This method represents the setAssociatedPoints() method of the NSBezierPath Objective-C class.

Parameters:
points -
index -

static_strokeRect

public static void static_strokeRect(NSRect rect)

static_setDefaultLineWidth

public static void static_setDefaultLineWidth(com.jniwrapper.SingleFloat lineWidth)

bezierPathByReversingPath

public com.jniwrapper.Pointer.Void bezierPathByReversingPath()

setFlatness

public void setFlatness(com.jniwrapper.SingleFloat flatness)

static_setDefaultLineJoinStyle

public static void static_setDefaultLineJoinStyle(NSLineJoinStyle lineJoinStyle)

appendBezierPathWithArcWithCenter_radius_startAngle_endAngle

public 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.

Parameters:
center -
radius -
startAngle -
endAngle -

getLineDash_count_phase

public 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.

Parameters:
pattern -
count -
phase -

bezierPathByFlatteningPath

public com.jniwrapper.Pointer.Void bezierPathByFlatteningPath()

relativeLineToPoint

public void relativeLineToPoint(NSPoint point)

static_setDefaultWindingRule

public static void static_setDefaultWindingRule(NSWindingRule windingRule)

addClip

public void addClip()

setLineCapStyle

public void setLineCapStyle(NSLineCapStyle lineCapStyle)

static_defaultWindingRule

public static NSWindingRule static_defaultWindingRule()

initWithCoder

public Id initWithCoder(NSCoder aDecoder)
Specified by:
initWithCoder in interface NSCodingProtocol

appendBezierPathWithGlyph_inFont

public void appendBezierPathWithGlyph_inFont(NSGlyph glyph,
                                             NSFont font)
This method represents the appendBezierPathWithGlyph() method of the NSBezierPath Objective-C class.

Parameters:
glyph -
font -

static_setDefaultFlatness

public static void static_setDefaultFlatness(com.jniwrapper.SingleFloat flatness)

setMiterLimit

public void setMiterLimit(com.jniwrapper.SingleFloat miterLimit)

setLineJoinStyle

public void setLineJoinStyle(NSLineJoinStyle lineJoinStyle)

appendBezierPath

public void appendBezierPath(NSBezierPath path)

lineCapStyle

public NSLineCapStyle lineCapStyle()

windingRule

public NSWindingRule windingRule()

elementAtIndex_associatedPoints

public NSBezierPathElement elementAtIndex_associatedPoints(com.jniwrapper.Int index,
                                                           NSPointArray points)
This method represents the elementAtIndex() method of the NSBezierPath Objective-C class.

Parameters:
index -
points -
Returns:
NSBezierPathElement

curveToPoint_controlPoint1_controlPoint2

public void curveToPoint_controlPoint1_controlPoint2(NSPoint endPoint,
                                                     NSPoint controlPoint1,
                                                     NSPoint controlPoint2)
This method represents the curveToPoint() method of the NSBezierPath Objective-C class.

Parameters:
endPoint -
controlPoint1 -
controlPoint2 -

setCachesBezierPath

public void setCachesBezierPath(boolean flag)

static_bezierPath

public static com.jniwrapper.Pointer.Void static_bezierPath()

static_defaultLineWidth

public static com.jniwrapper.SingleFloat static_defaultLineWidth()

static_defaultLineJoinStyle

public static NSLineJoinStyle static_defaultLineJoinStyle()

setLineWidth

public void setLineWidth(com.jniwrapper.SingleFloat lineWidth)

relativeMoveToPoint

public void relativeMoveToPoint(NSPoint point)

setClip

public void setClip()

static_setDefaultLineCapStyle

public static void static_setDefaultLineCapStyle(NSLineCapStyle lineCapStyle)

currentPoint

public NSPoint currentPoint()

stroke

public void stroke()

static_bezierPathWithRect

public static com.jniwrapper.Pointer.Void static_bezierPathWithRect(NSRect rect)

appendBezierPathWithPoints_count

public void appendBezierPathWithPoints_count(NSPointArray points,
                                             com.jniwrapper.Int count)
This method represents the appendBezierPathWithPoints() method of the NSBezierPath Objective-C class.

Parameters:
points -
count -

appendBezierPathWithGlyphs_count_inFont

public void appendBezierPathWithGlyphs_count_inFont(NSGlyph glyphs,
                                                    com.jniwrapper.Int count,
                                                    NSFont font)
This method represents the appendBezierPathWithGlyphs() method of the NSBezierPath Objective-C class.

Parameters:
glyphs -
count -
font -

lineToPoint

public void lineToPoint(NSPoint point)