Uses of Class
org.robovm.apple.coregraphics.CGAffineTransform
-
Uses of CGAffineTransform in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return CGAffineTransform Modifier and Type Method Description CGAffineTransformARFrame. displayTransform(UIInterfaceOrientation orientation, CGSize viewportSize) -
Uses of CGAffineTransform in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CGAffineTransform Modifier and Type Method Description CGAffineTransformAVAsset. getPreferredTransform()CGAffineTransformAVAssetTrack. getPreferredTransform()CGAffineTransformAVMutableCompositionTrack. getPreferredTransform()CGAffineTransformAVMutableMovie. getPreferredTransform()CGAffineTransformAVMutableMovieTrack. getPreferredTransform()CGAffineTransformAVVideoCompositionRenderContext. getRenderTransform()CGAffineTransformAVAssetWriterInput. getTransform()Methods in org.robovm.apple.avfoundation that return types with arguments of type CGAffineTransform Modifier and Type Method Description AVTimeRamp<CGAffineTransform>AVVideoCompositionLayerInstruction. getTransformRamp(CMTime time)Methods in org.robovm.apple.avfoundation with parameters of type CGAffineTransform Modifier and Type Method Description voidAVMutableCompositionTrack. setPreferredTransform(CGAffineTransform v)voidAVMutableMovie. setPreferredTransform(CGAffineTransform v)voidAVMutableMovieTrack. setPreferredTransform(CGAffineTransform v)voidAVAssetWriterInput. setTransform(CGAffineTransform v)voidAVMutableVideoCompositionLayerInstruction. setTransform(CGAffineTransform transform, CMTime time)voidAVMutableVideoCompositionLayerInstruction. setTransformRamp(CGAffineTransform startTransform, CGAffineTransform endTransform, CMTimeRange timeRange)Method parameters in org.robovm.apple.avfoundation with type arguments of type CGAffineTransform Modifier and Type Method Description voidAVMutableVideoCompositionLayerInstruction. setTransformRamp(AVTimeRamp<CGAffineTransform> ramp) -
Uses of CGAffineTransform in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return CGAffineTransform Modifier and Type Method Description CGAffineTransformCALayer. getAffineTransform()CGAffineTransformCATransform3D. getAffineTransform()Methods in org.robovm.apple.coreanimation with parameters of type CGAffineTransform Modifier and Type Method Description static CATransform3DCATransform3D. createAffineTransform(CGAffineTransform m)voidCALayer. setAffineTransform(CGAffineTransform m) -
Uses of CGAffineTransform in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGAffineTransform Modifier and Type Method Description CGAffineTransformCGAffineTransform. concat(CGAffineTransform t2)static CGAffineTransformCGAffineTransform. createRotation(double angle)static CGAffineTransformCGAffineTransform. createScale(double sx, double sy)static CGAffineTransformCGAffineTransform. createTranslation(double tx, double ty)static CGAffineTransformCGAffineTransform. fromString(String string)CGAffineTransformCGContext. getCTM()CGAffineTransformCGPDFPage. getDrawingTransform(CGPDFBox box, CGRect rect, int rotate, boolean preserveAspectRatio)CGAffineTransformCGContext. getTextMatrix()CGAffineTransformCGContext. getUserSpaceToDeviceSpaceTransform()static CGAffineTransformCGAffineTransform. Identity()CGAffineTransformCGAffineTransform. invert()CGAffineTransformCGAffineTransform. rotate(double angle)CGAffineTransformCGAffineTransform. scale(double sx, double sy)CGAffineTransformCGAffineTransform. setA(double a)CGAffineTransformCGAffineTransform. setB(double b)CGAffineTransformCGAffineTransform. setC(double c)CGAffineTransformCGAffineTransform. setD(double d)CGAffineTransformCGAffineTransform. setTx(double tx)CGAffineTransformCGAffineTransform. setTy(double ty)CGAffineTransformCGAffineTransform. translate(double tx, double ty)Methods in org.robovm.apple.coregraphics with parameters of type CGAffineTransform Modifier and Type Method Description voidCGMutablePath. addArc(CGAffineTransform m, double x, double y, double radius, double startAngle, double endAngle, boolean clockwise)voidCGMutablePath. addArcToPoint(CGAffineTransform m, double x1, double y1, double x2, double y2, double radius)voidCGMutablePath. addCurveToPoint(CGAffineTransform m, double cp1x, double cp1y, double cp2x, double cp2y, double x, double y)voidCGMutablePath. addEllipseInRect(CGAffineTransform m, CGRect rect)voidCGMutablePath. addLines(CGAffineTransform m, CGPoint[] points)voidCGMutablePath. addLineToPoint(CGAffineTransform m, double x, double y)voidCGMutablePath. addPath(CGAffineTransform m, CGPath path2)voidCGMutablePath. addQuadCurveToPoint(CGAffineTransform m, double cpx, double cpy, double x, double y)voidCGMutablePath. addRect(CGAffineTransform m, CGRect rect)voidCGMutablePath. addRects(CGAffineTransform m, CGRect[] rects)voidCGMutablePath. addRelativeArc(CGAffineTransform matrix, double x, double y, double radius, double startAngle, double delta)voidCGMutablePath. addRoundedRect(CGAffineTransform transform, CGRect rect, double cornerWidth, double cornerHeight)CGPointCGPoint. apply(CGAffineTransform t)CGRectCGRect. apply(CGAffineTransform t)CGSizeCGSize. apply(CGAffineTransform t)CGAffineTransformCGAffineTransform. concat(CGAffineTransform t2)voidCGContext. concatCTM(CGAffineTransform transform)booleanCGPath. containsPoint(CGAffineTransform m, CGPoint point, boolean eoFill)static CGPatternCGPattern. create(CGRect bounds, CGAffineTransform matrix, double xStep, double yStep, CGPatternTiling tiling, boolean isColored, CGPattern.DrawPattern drawPattern)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. createMutableCopyByTransformingPath(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)booleanCGAffineTransform. equalsTo(CGAffineTransform t2)voidCGMutablePath. moveToPoint(CGAffineTransform m, double x, double y)voidCGContext. setTextMatrix(CGAffineTransform t) -
Uses of CGAffineTransform in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CGAffineTransform Modifier and Type Method Description CGAffineTransformCIVector. getCGAffineTransformValue()CGAffineTransformCIImage. getImageTransformForOrientation(CGImagePropertyOrientation orientation)CGAffineTransformCIImage. imageTransformForCGOrientation(CGImagePropertyOrientation orientation)Methods in org.robovm.apple.coreimage with parameters of type CGAffineTransform Modifier and Type Method Description protected longCIVector. init(CGAffineTransform r)CIImageCIImage. newImageByApplyingTransform(CGAffineTransform matrix)CIImageCIImage. newImageByApplyingTransform(CGAffineTransform matrix, boolean highQualityDownsample)CIFilterShapeCIFilterShape. transform(CGAffineTransform m, boolean flag)Constructors in org.robovm.apple.coreimage with parameters of type CGAffineTransform Constructor Description CIVector(CGAffineTransform r) -
Uses of CGAffineTransform in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CGAffineTransform Modifier and Type Method Description CGAffineTransformCTFont. getMatrix()CGAffineTransformCTFontAttributes. getMatrix()CGAffineTransformCTRun. getTextMatrix()Methods in org.robovm.apple.coretext with parameters of type CGAffineTransform Modifier and Type Method Description static CTFontCTFont. create(String name, double size, CGAffineTransform matrix)static CTFontCTFont. create(String name, double size, CGAffineTransform matrix, CTFontOptions options)static CTFontCTFont. create(CGFont graphicsFont, double size, CGAffineTransform matrix, CTFontDescriptor attributes)static CTFontCTFont. create(CTFontDescriptor descriptor, double size, CGAffineTransform matrix)static CTFontCTFont. create(CTFontDescriptor descriptor, double size, CGAffineTransform matrix, CTFontOptions options)static CTFontCTFont. createCopy(CTFont font, double size, CGAffineTransform matrix, String family)static CTFontCTFont. createCopy(CTFont font, double size, CGAffineTransform matrix, CTFontDescriptor attributes)static CTFontCTFont. createCopy(CTFont font, double size, CGAffineTransform matrix, CTFontSymbolicTraits symTraitValue, CTFontSymbolicTraits symTraitMask)CGPathCTFont. createPath(short glyph, CGAffineTransform matrix)CTFontAttributesCTFontAttributes. setMatrix(CGAffineTransform matrix) -
Uses of CGAffineTransform in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return CGAffineTransform Modifier and Type Method Description CGAffineTransformNSValue. affineTransformValue()CGAffineTransformNSCoder. decodeCGAffineTransform(String key)Methods in org.robovm.apple.foundation with parameters of type CGAffineTransform Modifier and Type Method Description voidNSCoder. encodeCGAffineTransform(String key, CGAffineTransform transform)static NSValueNSValue. valueOf(CGAffineTransform transform) -
Uses of CGAffineTransform in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return CGAffineTransform Modifier and Type Method Description CGAffineTransformPDFPage. transformForBox(PDFDisplayBox box) -
Uses of CGAffineTransform in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return CGAffineTransform Modifier and Type Method Description CGAffineTransformPKStroke. getTransform()Methods in org.robovm.apple.pencilkit with parameters of type CGAffineTransform Modifier and Type Method Description PKDrawingPKDrawing. drawingByApplyingTransform(CGAffineTransform transform)protected longPKStroke. init(PKInk ink, PKStrokePath strokePath, CGAffineTransform transform, UIBezierPath mask)Constructors in org.robovm.apple.pencilkit with parameters of type CGAffineTransform Constructor Description PKStroke(PKInk ink, PKStrokePath strokePath, CGAffineTransform transform, UIBezierPath mask) -
Uses of CGAffineTransform in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CGAffineTransform Modifier and Type Method Description static CGAffineTransformNSCoderExtensions. decodeCGAffineTransform(NSCoder thiz, String key)static CGAffineTransformNSValueExtensions. getAffineTransformValue(NSValue thiz)CGAffineTransformUIImagePickerController. getCameraViewTransform()CGAffineTransformUIFontDescriptor. getMatrix()CGAffineTransformUIFontDescriptorAttributes. getMatrix()CGAffineTransformUIViewControllerContextTransitioning. getTargetTransform()CGAffineTransformUIViewControllerContextTransitioningAdapter. getTargetTransform()CGAffineTransformUIViewControllerTransitionCoordinatorContext. getTargetTransform()CGAffineTransformUIViewControllerTransitionCoordinatorContextAdapter. getTargetTransform()CGAffineTransformNSCollectionLayoutVisibleItem. getTransform()CGAffineTransformNSCollectionLayoutVisibleItemAdapter. getTransform()CGAffineTransformUICollectionViewLayoutAttributes. getTransform()CGAffineTransformUIDynamicItem. getTransform()CGAffineTransformUIDynamicItemAdapter. getTransform()CGAffineTransformUIDynamicItemGroup. getTransform()CGAffineTransformUIPreviewTarget. getTransform()CGAffineTransformUIView. getTransform()static CGAffineTransformUIGeometry. stringToCGAffineTransform(String string)Methods in org.robovm.apple.uikit with parameters of type CGAffineTransform Modifier and Type Method Description voidUIBezierPath. applyTransform(CGAffineTransform transform)static NSValueNSValueExtensions. create(CGAffineTransform transform)protected static NSValueNSValueExtensions. create(ObjCClass clazz, CGAffineTransform transform)protected static longUIFontDescriptor. create(String fontName, CGAffineTransform matrix)static voidNSCoderExtensions. encodeCGAffineTransform(NSCoder thiz, CGAffineTransform transform, String key)protected longUIPreviewTarget. init(UIView container, CGPoint center, CGAffineTransform transform)UIFontDescriptorUIFontDescriptor. newWithMatrix(CGAffineTransform matrix)UIMotionEffectViewerOffsetValuesUIMotionEffectViewerOffsetValues. put(String keypath, CGAffineTransform value)voidUIImagePickerController. setCameraViewTransform(CGAffineTransform v)UIFontDescriptorAttributesUIFontDescriptorAttributes. setMatrix(CGAffineTransform matrix)voidNSCollectionLayoutVisibleItem. setTransform(CGAffineTransform v)voidNSCollectionLayoutVisibleItemAdapter. setTransform(CGAffineTransform v)voidUICollectionViewLayoutAttributes. setTransform(CGAffineTransform v)voidUIDynamicItem. setTransform(CGAffineTransform v)voidUIDynamicItemAdapter. setTransform(CGAffineTransform v)voidUIDynamicItemGroup. setTransform(CGAffineTransform v)voidUIView. setTransform(CGAffineTransform v)protected voidNSLayoutManager. showCGGlyphs(long glyphs, CGPoint positions, long glyphCount, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext graphicsContext)Deprecated.Deprecated in iOS 13.0.voidNSLayoutManager. showCGGlyphs(short[] glyphs, CGPoint[] positions, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext graphicsContext)voidNSLayoutManager. showCGGlyphs(ShortPtr glyphs, CGPoint positions, long glyphCount, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext CGContext)static StringUIGeometry. toString(CGAffineTransform transform)Constructors in org.robovm.apple.uikit with parameters of type CGAffineTransform Constructor Description UIDragPreviewTarget(UIView container, CGPoint center, CGAffineTransform transform)UIFontDescriptor(String fontName, CGAffineTransform matrix)UIPreviewTarget(UIView container, CGPoint center, CGAffineTransform transform) -
Uses of CGAffineTransform in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return CGAffineTransform Modifier and Type Method Description CGAffineTransformVNImageTranslationAlignmentObservation. getAlignmentTransform()CGAffineTransformVNHorizonObservation. getTransform()