Uses of Class
org.robovm.apple.pencilkit.PKStrokePoint
| Package | Description |
|---|---|
| org.robovm.apple.pencilkit |
-
Uses of PKStrokePoint in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return PKStrokePoint Modifier and Type Method Description PKStrokePointPKStrokePath. interpolatedPointAt(double parametricValue)PKStrokePointPKStrokePath. objectAtIndexedSubscript(long i)PKStrokePointPKStrokePath. pointAtIndex(long i)Method parameters in org.robovm.apple.pencilkit with type arguments of type PKStrokePoint Modifier and Type Method Description voidPKStrokePath. enumerateInterpolatedPointsStrideByDistance(PKFloatRange range, double distanceStep, VoidBlock2<PKStrokePoint,BooleanPtr> block)voidPKStrokePath. enumerateInterpolatedPointsStrideByParametricStep(PKFloatRange range, double parametricStep, VoidBlock2<PKStrokePoint,BooleanPtr> block)voidPKStrokePath. enumerateInterpolatedPointsStrideByTime(PKFloatRange range, double timeStep, VoidBlock2<PKStrokePoint,BooleanPtr> block)protected longPKStrokePath. init(NSArray<PKStrokePoint> controlPoints, NSDate creationDate)Constructor parameters in org.robovm.apple.pencilkit with type arguments of type PKStrokePoint Constructor Description PKStrokePath(NSArray<PKStrokePoint> controlPoints, NSDate creationDate)