Uses of Class
org.robovm.apple.uikit.UIBezierPath
| Package | Description |
|---|---|
| org.robovm.apple.gamecontroller | |
| org.robovm.apple.pdfkit | |
| org.robovm.apple.pencilkit | |
| org.robovm.apple.scenekit | |
| org.robovm.apple.uikit |
-
Uses of UIBezierPath in org.robovm.apple.gamecontroller
Methods in org.robovm.apple.gamecontroller that return UIBezierPath Modifier and Type Method Description UIBezierPathGCVirtualControllerElementConfiguration. getPath()Methods in org.robovm.apple.gamecontroller with parameters of type UIBezierPath Modifier and Type Method Description voidGCVirtualControllerElementConfiguration. setPath(UIBezierPath v) -
Uses of UIBezierPath in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return types with arguments of type UIBezierPath Modifier and Type Method Description NSArray<UIBezierPath>PDFAnnotation. getPaths()Methods in org.robovm.apple.pdfkit with parameters of type UIBezierPath Modifier and Type Method Description voidPDFAnnotation. addBezierPath(UIBezierPath path)voidPDFAnnotation. removeBezierPath(UIBezierPath path) -
Uses of UIBezierPath in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return UIBezierPath Modifier and Type Method Description UIBezierPathPKStroke. getMask()Methods in org.robovm.apple.pencilkit with parameters of type UIBezierPath Modifier and Type Method Description protected longPKStroke. init(PKInk ink, PKStrokePath strokePath, CGAffineTransform transform, UIBezierPath mask)Constructors in org.robovm.apple.pencilkit with parameters of type UIBezierPath Constructor Description PKStroke(PKInk ink, PKStrokePath strokePath, CGAffineTransform transform, UIBezierPath mask) -
Uses of UIBezierPath in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return UIBezierPath Modifier and Type Method Description UIBezierPathSCNShape. getChamferProfile()UIBezierPathSCNText. getChamferProfile()UIBezierPathSCNShape. getPath()Methods in org.robovm.apple.scenekit with parameters of type UIBezierPath Modifier and Type Method Description static SCNShapeSCNShape. create(UIBezierPath path, double extrusionDepth)voidSCNShape. setChamferProfile(UIBezierPath v)voidSCNText. setChamferProfile(UIBezierPath v)voidSCNShape. setPath(UIBezierPath v) -
Uses of UIBezierPath in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBezierPath Modifier and Type Method Description static UIBezierPathUIAccessibilityGlobals. convertPathToScreenCoordinates(UIBezierPath path, UIView view)UIBezierPathUIAccessibility. getAccessibilityPath()UIBezierPathUIAccessibilityAdapter. getAccessibilityPath()UIBezierPathUIImage. getAccessibilityPath()UIBezierPathUICollisionBehavior. getBoundary(NSObject identifier)UIBezierPathUICollectionViewLayoutAttributes. getCollisionBoundingPath()UIBezierPathUIDynamicItem. getCollisionBoundingPath()UIBezierPathUIDynamicItemAdapter. getCollisionBoundingPath()UIBezierPathUIDynamicItemGroup. getCollisionBoundingPath()UIBezierPathUIView. getCollisionBoundingPath()UIBezierPathUIPreviewParameters. getShadowPath()UIBezierPathUIPreviewParameters. getVisiblePath()static UIBezierPathUIBezierPath. newArc(CGPoint center, double radius, double startAngle, double endAngle, boolean clockwise)static UIBezierPathUIBezierPath. newOval(CGRect rect)static UIBezierPathUIBezierPath. newPath(CGPath CGPath)static UIBezierPathUIBezierPath. newRect(CGRect rect)static UIBezierPathUIBezierPath. newRoundedRect(CGRect rect, double cornerRadius)static UIBezierPathUIBezierPath. newRoundedRect(CGRect rect, UIRectCorner corners, CGSize cornerRadii)UIBezierPathUIBezierPath. reverse()Methods in org.robovm.apple.uikit that return types with arguments of type UIBezierPath Modifier and Type Method Description NSArray<UIBezierPath>NSTextContainer. getExclusionPaths()Methods in org.robovm.apple.uikit with parameters of type UIBezierPath Modifier and Type Method Description voidUICollisionBehavior. addBoundary(NSObject identifier, UIBezierPath bezierPath)voidUIBezierPath. appendPath(UIBezierPath bezierPath)static UIBezierPathUIAccessibilityGlobals. convertPathToScreenCoordinates(UIBezierPath path, UIView view)protected static longUIFocusHaloEffect. create(UIBezierPath bezierPath)protected static longUIPointerShape. create(UIBezierPath path)voidUIAccessibility. setAccessibilityPath(UIBezierPath v)voidUIAccessibilityAdapter. setAccessibilityPath(UIBezierPath v)voidUIImage. setAccessibilityPath(UIBezierPath v)voidUIPreviewParameters. setShadowPath(UIBezierPath v)voidUIPreviewParameters. setVisiblePath(UIBezierPath v)Method parameters in org.robovm.apple.uikit with type arguments of type UIBezierPath Modifier and Type Method Description voidNSTextContainer. setExclusionPaths(NSArray<UIBezierPath> v)Constructors in org.robovm.apple.uikit with parameters of type UIBezierPath Constructor Description UIFocusHaloEffect(UIBezierPath bezierPath)UIPointerShape(UIBezierPath path)