Uses of Class
org.robovm.apple.coregraphics.CGPath
-
Uses of CGPath in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return CGPath Modifier and Type Method Description CGPathCAKeyframeAnimation. getPath()CGPathCAShapeLayer. getPath()CGPathCALayer. getShadowPath()Methods in org.robovm.apple.coreanimation with parameters of type CGPath Modifier and Type Method Description voidCAKeyframeAnimation. setPath(CGPath v)voidCAShapeLayer. setPath(CGPath v)voidCALayer. setShadowPath(CGPath v) -
Uses of CGPath in org.robovm.apple.coregraphics
Subclasses of CGPath in org.robovm.apple.coregraphics Modifier and Type Class Description classCGMutablePathMethods in org.robovm.apple.coregraphics that return CGPath Modifier and Type Method Description static CGPathCGPath. createCopy(CGPath path)static CGPathCGPath. createCopyByDashingPath(CGPath path, CGAffineTransform transform, double phase, double[] lengths)static CGPathCGPath. createCopyByDashingPath(CGPath path, CGAffineTransform transform, double phase, float[] lengths)static CGPathCGPath. createCopyByStrokingPath(CGPath path, CGAffineTransform transform, double lineWidth, CGLineCap lineCap, CGLineJoin lineJoin, double miterLimit)static CGPathCGPath. createCopyByTransformingPath(CGPath path, CGAffineTransform transform)static CGPathCGPath. createWithEllipseInRect(CGRect rect, CGAffineTransform transform)static CGPathCGPath. createWithRect(CGRect rect, CGAffineTransform transform)static CGPathCGPath. createWithRoundedRect(CGRect rect, double cornerWidth, double cornerHeight, CGAffineTransform transform)CGPathCGContext. getPath()Methods in org.robovm.apple.coregraphics with parameters of type CGPath Modifier and Type Method Description voidCGContext. addPath(CGPath path)voidCGMutablePath. addPath(CGAffineTransform m, CGPath path2)static CGPathCGPath. createCopy(CGPath path)static CGPathCGPath. createCopyByDashingPath(CGPath path, CGAffineTransform transform, double phase, double[] lengths)static CGPathCGPath. createCopyByDashingPath(CGPath path, CGAffineTransform transform, double phase, float[] lengths)static CGPathCGPath. createCopyByStrokingPath(CGPath path, CGAffineTransform transform, double lineWidth, CGLineCap lineCap, CGLineJoin lineJoin, double miterLimit)static CGPathCGPath. createCopyByTransformingPath(CGPath path, CGAffineTransform transform)static CGMutablePathCGMutablePath. createMutableCopy(CGPath path)static CGMutablePathCGMutablePath. createMutableCopyByTransformingPath(CGPath path, CGAffineTransform transform)booleanCGPath. equalsTo(CGPath path2) -
Uses of CGPath in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CGPath Modifier and Type Method Description CGPathCTFont. createPath(short glyph, CGAffineTransform matrix)CGPathCTFrame. getPath()CGPathCTFrameClippingPath. getPath()Methods in org.robovm.apple.coretext with parameters of type CGPath Modifier and Type Method Description CTFrameCTFramesetter. createFrame(CFRange stringRange, CGPath path, CTFrameAttributes frameAttributes)CTFrameClippingPathCTFrameClippingPath. setPath(CGPath path) -
Uses of CGPath in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return CGPath Modifier and Type Method Description CGPathMKOverlayPathRenderer. getPath()CGPathMKOverlayPathView. getPath()Deprecated.Deprecated in iOS 7.0.Methods in org.robovm.apple.mapkit with parameters of type CGPath Modifier and Type Method Description voidMKOverlayPathRenderer. fillPath(CGPath path, CGContext context)voidMKOverlayPathView. fillPath(CGPath path, CGContext context)Deprecated.Deprecated in iOS 7.0.voidMKOverlayPathRenderer. setPath(CGPath v)voidMKOverlayPathView. setPath(CGPath v)Deprecated.Deprecated in iOS 7.0.voidMKOverlayPathRenderer. strokePath(CGPath path, CGContext context)voidMKOverlayPathView. strokePath(CGPath path, CGContext context)Deprecated.Deprecated in iOS 7.0. -
Uses of CGPath in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return CGPath Modifier and Type Method Description CGPathSKRegion. getPath()CGPathSKShapeNode. getPath()Methods in org.robovm.apple.spritekit with parameters of type CGPath Modifier and Type Method Description static SKPhysicsBodySKPhysicsBody. createEdgeChain(CGPath path)static SKPhysicsBodySKPhysicsBody. createEdgeLoop(CGPath path)static SKShapeNodeSKShapeNode. createPath(CGPath path)static SKShapeNodeSKShapeNode. createPath(CGPath path, boolean centered)static SKPhysicsBodySKPhysicsBody. createPolygon(CGPath path)static SKActionSKAction. followPath(CGPath path, boolean offset, boolean orient, double duration)static SKActionSKAction. followPath(CGPath path, double duration)static SKActionSKAction. followPathWithSpeed(CGPath path, boolean offset, boolean orient, double speed)static SKActionSKAction. followPathWithSpeed(CGPath path, double speed)protected longSKRegion. init(CGPath path)voidSKShapeNode. setPath(CGPath v)Constructors in org.robovm.apple.spritekit with parameters of type CGPath Constructor Description SKRegion(CGPath path) -
Uses of CGPath in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CGPath Modifier and Type Method Description CGPathUIBezierPath. getCGPath()Methods in org.robovm.apple.uikit with parameters of type CGPath Modifier and Type Method Description static UIBezierPathUIBezierPath. newPath(CGPath CGPath)voidUIBezierPath. setCGPath(CGPath v) -
Uses of CGPath in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return CGPath Modifier and Type Method Description CGPathVNContour. getNormalizedPath()CGPathVNContoursObservation. getNormalizedPath()