-
-
-
-
-
-
-
-
-
-
Methods in org.robovm.apple.coregraphics with parameters of type CGRect
| Modifier and Type |
Method |
Description |
void |
CGContext.addEllipseInRect(CGRect rect) |
|
void |
CGMutablePath.addEllipseInRect(CGAffineTransform m,
CGRect rect) |
|
void |
CGContext.addRect(CGRect rect) |
|
void |
CGMutablePath.addRect(CGAffineTransform m,
CGRect rect) |
|
void |
CGContext.addRects(CGRect[] rects) |
|
void |
CGMutablePath.addRects(CGAffineTransform m,
CGRect[] rects) |
|
void |
CGMutablePath.addRoundedRect(CGAffineTransform transform,
CGRect rect,
double cornerWidth,
double cornerHeight) |
|
void |
CGContext.beginPage(CGRect mediaBox) |
|
void |
CGContext.beginTransparencyLayer(CGRect rect,
NSDictionary auxInfo) |
|
void |
CGContext.clearRect(CGRect rect) |
|
void |
CGContext.clipToMask(CGRect rect,
CGImage mask) |
|
void |
CGContext.clipToRect(CGRect rect) |
|
void |
CGContext.clipToRects(CGRect[] rects) |
|
boolean |
CGRect.contains(CGRect rect2) |
|
CGRect |
CGContext.convertRectToDeviceSpace(CGRect rect) |
|
CGRect |
CGContext.convertRectToUserSpace(CGRect rect) |
|
static CGPattern |
CGPattern.create(CGRect bounds,
CGAffineTransform matrix,
double xStep,
double yStep,
CGPatternTiling tiling,
boolean isColored,
CGPattern.DrawPattern drawPattern) |
|
static CGPDFContext |
CGPDFContext.create(CGDataConsumer consumer,
CGRect mediaBox,
CGPDFContextOptions auxiliaryInfo) |
|
static CGPath |
CGPath.createWithEllipseInRect(CGRect rect,
CGAffineTransform transform) |
|
static CGImage |
CGImage.createWithImageInRect(CGImage image,
CGRect rect) |
|
static CGPath |
CGPath.createWithRect(CGRect rect,
CGAffineTransform transform) |
|
static CGPath |
CGPath.createWithRoundedRect(CGRect rect,
double cornerWidth,
double cornerHeight,
CGAffineTransform transform) |
|
static CGPDFContext |
CGPDFContext.createWithURL(NSURL url,
CGRect mediaBox,
CGPDFContextOptions auxiliaryInfo) |
|
void |
CGRect.divide(CGRect slice,
CGRect remainder,
double amount,
CGRectEdge edge) |
|
void |
CGContext.drawImage(CGRect rect,
CGImage image) |
|
void |
CGContext.drawLayerInRect(CGRect rect,
CGLayer layer) |
|
void |
CGContext.drawTiledImage(CGRect rect,
CGImage image) |
|
boolean |
CGRect.equalsTo(CGRect rect2) |
|
void |
CGContext.fillEllipseInRect(CGRect rect) |
|
void |
CGContext.fillRect(CGRect rect) |
|
void |
CGContext.fillRects(CGRect[] rects) |
|
CGAffineTransform |
CGPDFPage.getDrawingTransform(CGPDFBox box,
CGRect rect,
int rotate,
boolean preserveAspectRatio) |
|
CGRect |
CGRect.intersection(CGRect r2) |
|
boolean |
CGRect.intersects(CGRect rect2) |
|
boolean |
CGPath.isRect(CGRect rect) |
|
CGPDFBoxOptions |
CGPDFBoxOptions.setArtBox(CGRect artBox) |
|
CGPDFBoxOptions |
CGPDFBoxOptions.setBleedBox(CGRect bleedBox) |
|
CGPDFBoxOptions |
CGPDFBoxOptions.setCropBox(CGRect cropBox) |
|
void |
CGPDFContext.setDestinationForRect(String name,
CGRect rect) |
|
CGPDFBoxOptions |
CGPDFBoxOptions.setMediaBox(CGRect mediaBox) |
|
CGPDFBoxOptions |
CGPDFBoxOptions.setTrimBox(CGRect trimBox) |
|
void |
CGPDFContext.setURLForRect(NSURL url,
CGRect rect) |
|
void |
CGContext.strokeEllipseInRect(CGRect rect) |
|
void |
CGContext.strokeRect(CGRect rect) |
|
void |
CGContext.strokeRect(CGRect rect,
double width) |
|
CGRect |
CGRect.union(CGRect r2) |
|
-
Methods in org.robovm.apple.coreimage with parameters of type CGRect
| Modifier and Type |
Method |
Description |
CIImage |
CIColorKernel.apply(CGRect extent,
NSArray<?> args) |
|
static CIImage |
CIImageProcessorKernel.apply(CGRect extent,
NSArray<CIImage> inputs,
NSDictionary<NSString,?> args,
NSError.NSErrorPtr error) |
|
CIImage |
CIKernel.apply(CGRect extent,
Block2<Integer,CGRect,CGRect> callback,
NSArray<?> args) |
|
CIImage |
CIWarpKernel.apply(CGRect extent,
Block2<Integer,CGRect,CGRect> callback,
CIImage image,
NSArray<?> args) |
|
CGImage |
CIContext.createCGImage(CIImage image,
CGRect fromRect) |
|
CGImage |
CIContext.createCGImage(CIImage image,
CGRect fromRect,
int format,
CGColorSpace colorSpace) |
|
CGImage |
CIContext.createCGImage(CIImage image,
CGRect fromRect,
int format,
CGColorSpace colorSpace,
boolean deferred) |
|
static NSArray<CIFilter> |
CIFilter.deserializeFromXMP(NSData xmpData,
CGRect extent) |
|
void |
CIContext.drawImage(CIImage image,
CGRect inRect,
CGRect fromRect) |
|
CGRect |
CIImage.getRegionOfInterest(CIImage image,
CGRect rect) |
|
protected long |
CIFilterShape.init(CGRect r) |
|
protected long |
CIImageAccumulator.init(CGRect extent,
int format) |
|
protected long |
CIImageAccumulator.init(CGRect extent,
int format,
CGColorSpace colorSpace) |
|
protected long |
CIVector.init(CGRect r) |
|
CIFilterShape |
CIFilterShape.intersect(CGRect r) |
|
CIImage |
CIImage.newImageByClampingToRect(CGRect rect) |
|
CIImage |
CIImage.newImageByCroppingToRect(CGRect rect) |
|
CIImage |
CIImage.newImageBySettingAlphaOneInExtent(CGRect extent) |
|
boolean |
CIContext.prepareRender(CIImage image,
CGRect fromRect,
CIRenderDestination destination,
CGPoint atPoint,
NSError.NSErrorPtr error) |
|
void |
CIContext.render(CIImage image,
CVPixelBuffer buffer,
CGRect bounds,
CGColorSpace colorSpace) |
|
void |
CIContext.render(CIImage image,
IOSurface surface,
CGRect bounds,
CGColorSpace colorSpace) |
|
void |
CIContext.render(CIImage image,
MTLTexture texture,
MTLCommandBuffer commandBuffer,
CGRect bounds,
CGColorSpace colorSpace) |
|
void |
CIContext.render(CIImage image,
VoidPtr data,
long rowBytes,
CGRect bounds,
int format,
CGColorSpace colorSpace) |
|
static CGRect |
CIImageProcessorKernel.roiForInput(int input,
NSDictionary<NSString,?> arguments,
CGRect outputRect) |
|
static NSData |
CIFilter.serializeToXMP(NSArray<CIFilter> filters,
CGRect extent) |
|
void |
CIImageAccumulator.setImage(CIImage image,
CGRect dirtyRect) |
|
CIRenderTask |
CIContext.startTaskToRender(CIImage image,
CGRect fromRect,
CIRenderDestination destination,
CGPoint atPoint,
NSError.NSErrorPtr error) |
|
CIFilterShape |
CIFilterShape.union(CGRect r) |
|
Method parameters in org.robovm.apple.coreimage with type arguments of type CGRect
| Modifier and Type |
Method |
Description |
CIImage |
CIKernel.apply(CGRect extent,
Block2<Integer,CGRect,CGRect> callback,
NSArray<?> args) |
|
CIImage |
CIKernel.apply(CGRect extent,
Block2<Integer,CGRect,CGRect> callback,
NSArray<?> args) |
|
CIImage |
CIWarpKernel.apply(CGRect extent,
Block2<Integer,CGRect,CGRect> callback,
CIImage image,
NSArray<?> args) |
|
CIImage |
CIWarpKernel.apply(CGRect extent,
Block2<Integer,CGRect,CGRect> callback,
CIImage image,
NSArray<?> args) |
|
-
-
-
-
-
-
Methods in org.robovm.apple.foundation that return CGRect
| Modifier and Type |
Method |
Description |
CGRect |
NSCoder.decodeCGRect(String key) |
|
CGRect |
NSAttributedString.getBoundingRect(CGSize size,
NSStringDrawingOptions options,
NSStringDrawingContext context) |
|
static CGRect |
NSString.getBoundingRect(String str,
CGSize size,
NSStringDrawingOptions options,
CMTextMarkupAttributes attributes,
NSStringDrawingContext context) |
|
static CGRect |
NSString.getBoundingRect(String str,
CGSize size,
NSStringDrawingOptions options,
CTAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
static CGRect |
NSString.getBoundingRect(String str,
CGSize size,
NSStringDrawingOptions options,
NSDictionary<NSString,NSObject> attributes,
NSStringDrawingContext context) |
|
static CGRect |
NSString.getBoundingRect(String str,
CGSize size,
NSStringDrawingOptions options,
NSAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
CGRect |
NSString.getBoundingRect(CGSize size,
NSStringDrawingOptions options,
CMTextMarkupAttributes attributes,
NSStringDrawingContext context) |
|
CGRect |
NSString.getBoundingRect(CGSize size,
NSStringDrawingOptions options,
CTAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
CGRect |
NSString.getBoundingRect(CGSize size,
NSStringDrawingOptions options,
NSDictionary<NSString,NSObject> attributes,
NSStringDrawingContext context) |
|
CGRect |
NSString.getBoundingRect(CGSize size,
NSStringDrawingOptions options,
NSAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
CGRect |
NSValue.rectValue() |
|
Methods in org.robovm.apple.foundation with parameters of type CGRect
| Modifier and Type |
Method |
Description |
void |
NSAttributedString.draw(CGRect rect) |
|
void |
NSAttributedString.draw(CGRect rect,
NSStringDrawingOptions options,
NSStringDrawingContext context) |
|
static void |
NSString.draw(String str,
CGRect rect,
CMTextMarkupAttributes attrs) |
|
static void |
NSString.draw(String str,
CGRect rect,
CTAttributedStringAttributes attrs) |
|
static void |
NSString.draw(String str,
CGRect rect,
NSDictionary<NSString,NSObject> attrs) |
|
static void |
NSString.draw(String str,
CGRect rect,
NSAttributedStringAttributes attrs) |
|
static void |
NSString.draw(String str,
CGRect rect,
NSStringDrawingOptions options,
CMTextMarkupAttributes attributes,
NSStringDrawingContext context) |
|
static void |
NSString.draw(String str,
CGRect rect,
NSStringDrawingOptions options,
CTAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
static void |
NSString.draw(String str,
CGRect rect,
NSStringDrawingOptions options,
NSDictionary<NSString,NSObject> attributes,
NSStringDrawingContext context) |
|
static void |
NSString.draw(String str,
CGRect rect,
NSStringDrawingOptions options,
NSAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
void |
NSString.draw(CGRect rect,
CMTextMarkupAttributes attrs) |
|
void |
NSString.draw(CGRect rect,
CTAttributedStringAttributes attrs) |
|
void |
NSString.draw(CGRect rect,
NSDictionary<NSString,NSObject> attrs) |
|
void |
NSString.draw(CGRect rect,
NSAttributedStringAttributes attrs) |
|
void |
NSString.draw(CGRect rect,
NSStringDrawingOptions options,
CMTextMarkupAttributes attributes,
NSStringDrawingContext context) |
|
void |
NSString.draw(CGRect rect,
NSStringDrawingOptions options,
CTAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
void |
NSString.draw(CGRect rect,
NSStringDrawingOptions options,
NSDictionary<NSString,NSObject> attributes,
NSStringDrawingContext context) |
|
void |
NSString.draw(CGRect rect,
NSStringDrawingOptions options,
NSAttributedStringAttributes attributes,
NSStringDrawingContext context) |
|
CGSize |
NSString.draw(CGRect rect,
UIFont font) |
Deprecated.
|
CGSize |
NSString.draw(CGRect rect,
UIFont font,
NSLineBreakMode lineBreakMode,
NSTextAlignment alignment) |
Deprecated.
|
CGSize |
NSString.draw(NSString thiz,
CGRect rect,
UIFont font,
NSLineBreakMode lineBreakMode) |
Deprecated.
|
void |
NSCoder.encodeCGRect(String key,
CGRect rect) |
|
static NSValue |
NSValue.valueOf(CGRect rect) |
|
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Methods in org.robovm.apple.spritekit with parameters of type CGRect
| Modifier and Type |
Method |
Description |
protected static long |
SKMutableTexture.create(CGRect rect,
SKTexture texture) |
|
protected static long |
SKTexture.create(CGRect rect,
SKTexture texture) |
|
static SKPhysicsBody |
SKPhysicsBody.createEdgeLoop(CGRect rect) |
|
static SKShapeNode |
SKShapeNode.createEllipse(CGRect rect) |
|
static SKShapeNode |
SKShapeNode.createRect(CGRect rect) |
|
static SKShapeNode |
SKShapeNode.createRect(CGRect rect,
double cornerRadius) |
|
void |
SKPhysicsWorld.enumerateBodiesInRect(CGRect rect,
VoidBlock2<SKPhysicsBody,BooleanPtr> block) |
|
SKPhysicsBody |
SKPhysicsWorld.getBodyInRect(CGRect rect) |
|
SKTexture |
SKView.getTextureFromNode(SKNode node,
CGRect crop) |
|
void |
SKRenderer.render(CGRect viewport,
MTLCommandBuffer commandBuffer,
MTLRenderPassDescriptor renderPassDescriptor) |
|
void |
SKRenderer.render(CGRect viewport,
MTLRenderCommandEncoder renderCommandEncoder,
MTLRenderPassDescriptor renderPassDescriptor,
MTLCommandQueue commandQueue) |
|
void |
SKSpriteNode.setCenterRect(CGRect v) |
|
-
-
Methods in org.robovm.apple.uikit that return CGRect
| Modifier and Type |
Method |
Description |
CGRect |
UIAccessibilityReadingContent.accessibilityFrameForLineNumber(long lineNumber) |
|
CGRect |
UIAccessibilityReadingContentAdapter.accessibilityFrameForLineNumber(long lineNumber) |
|
CGRect |
NSTextAttachment.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentLayout.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentLayoutAdapter.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentViewProvider.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
static CGRect |
UIAccessibilityGlobals.convertFrameToScreenCoordinates(CGRect rect,
UIView view) |
|
CGRect |
UICoordinateSpace.convertRectFromCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UICoordinateSpaceAdapter.convertRectFromCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectFromCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectFromView(CGRect rect,
UIView view) |
|
CGRect |
UIWindow.convertRectFromWindow(CGRect rect,
UIWindow window) |
|
CGRect |
UICoordinateSpace.convertRectToCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UICoordinateSpaceAdapter.convertRectToCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectToCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectToView(CGRect rect,
UIView view) |
|
CGRect |
UIWindow.convertRectToWindow(CGRect rect,
UIWindow window) |
|
static CGRect |
NSCoderExtensions.decodeCGRect(NSCoder thiz,
String key) |
|
CGRect |
NSTextLayoutFragment.frameForTextAttachmentAtLocation(NSTextLocation location) |
|
CGRect |
UIAccessibility.getAccessibilityFrame() |
|
CGRect |
UIAccessibilityAdapter.getAccessibilityFrame() |
|
CGRect |
UIAccessibilityElement.getAccessibilityFrame() |
|
CGRect |
UIImage.getAccessibilityFrame() |
|
CGRect |
UIAccessibilityElement.getAccessibilityFrameInContainerSpace() |
|
CGRect |
UIView.getAlignmentRectForFrame(CGRect frame) |
|
CGRect |
UIScreen.getApplicationFrame() |
Deprecated.
|
CGRect |
NSTextAttachment.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSTextAttachmentContainer.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSTextAttachmentContainerAdapter.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
UIButton.getBackgroundRect(CGRect bounds) |
Deprecated.
|
CGRect |
UITextDragPreviewRenderer.getBodyRect() |
|
CGRect |
UITextField.getBorderRect(CGRect bounds) |
|
CGRect |
NSLayoutManagerDelegate.getBoundingBoxForControlGlyph(NSLayoutManager layoutManager,
long glyphIndex,
NSTextContainer textContainer,
CGRect proposedRect,
CGPoint glyphPosition,
long charIndex) |
|
CGRect |
NSLayoutManagerDelegateAdapter.getBoundingBoxForControlGlyph(NSLayoutManager layoutManager,
long glyphIndex,
NSTextContainer textContainer,
CGRect proposedRect,
CGPoint glyphPosition,
long charIndex) |
|
static CGRect |
NSAttributedStringExtensions.getBoundingRect(NSAttributedString thiz,
CGSize size,
NSStringDrawingOptions options,
NSStringDrawingContext context) |
|
static CGRect |
NSStringExtensions.getBoundingRect(long thiz,
CGSize size,
NSStringDrawingOptions options,
NSDictionary<NSString,?> attributes,
NSStringDrawingContext context) |
|
CGRect |
NSLayoutManager.getBoundingRectForGlyphRange(NSRange glyphRange,
NSTextContainer container) |
|
CGRect |
NSCollectionLayoutVisibleItem.getBounds() |
|
CGRect |
NSCollectionLayoutVisibleItemAdapter.getBounds() |
|
CGRect |
NSTextAttachment.getBounds() |
|
CGRect |
UIBezierPath.getBounds() |
|
CGRect |
UICollectionViewLayoutAttributes.getBounds() |
|
CGRect |
UICoordinateSpace.getBounds() |
|
CGRect |
UICoordinateSpaceAdapter.getBounds() |
|
CGRect |
UIDynamicItem.getBounds() |
|
CGRect |
UIDynamicItemAdapter.getBounds() |
|
CGRect |
UIDynamicItemGroup.getBounds() |
|
CGRect |
UIGraphicsRendererFormat.getBounds() |
|
CGRect |
UIScreen.getBounds() |
|
CGRect |
UIView.getBounds() |
|
CGRect |
UITextField.getCaretRect(UITextPosition position) |
|
CGRect |
UITextInput.getCaretRect(UITextPosition position) |
|
CGRect |
UITextInputAdapter.getCaretRect(UITextPosition position) |
|
CGRect |
UITextView.getCaretRect(UITextPosition position) |
|
CGRect |
UITextField.getClearButtonRect(CGRect bounds) |
|
CGRect |
UIButton.getContentRect(CGRect bounds) |
Deprecated.
|
CGRect |
UIImagePickerControllerEditingInfo.getCropRect() |
|
CGRect |
UITextField.getDictationResultPlaceholderFrame(NSObject placeholder) |
|
CGRect |
UITextInput.getDictationResultPlaceholderFrame(NSObject placeholder) |
|
CGRect |
UITextInputAdapter.getDictationResultPlaceholderFrame(NSObject placeholder) |
|
CGRect |
UITextView.getDictationResultPlaceholderFrame(NSObject placeholder) |
|
CGRect |
UITextField.getEditingRect(CGRect bounds) |
|
CGRect |
UIKeyboardAnimation.getEndFrame() |
|
CGRect |
NSLayoutManager.getExtraLineFragmentRect() |
|
CGRect |
NSLayoutManager.getExtraLineFragmentUsedRect() |
|
CGRect |
UIViewControllerContextTransitioning.getFinalFrame(UIViewController vc) |
|
CGRect |
UIViewControllerContextTransitioningAdapter.getFinalFrame(UIViewController vc) |
|
CGRect |
UITextDragPreviewRenderer.getFirstLineRect() |
|
CGRect |
UITextField.getFirstRect(UITextRange range) |
|
CGRect |
UITextInput.getFirstRect(UITextRange range) |
|
CGRect |
UITextInputAdapter.getFirstRect(UITextRange range) |
|
CGRect |
UITextView.getFirstRect(UITextRange range) |
|
CGRect |
NSCollectionLayoutGroupCustomItem.getFrame() |
|
CGRect |
NSCollectionLayoutVisibleItem.getFrame() |
|
CGRect |
NSCollectionLayoutVisibleItemAdapter.getFrame() |
|
CGRect |
UICollectionViewLayoutAttributes.getFrame() |
|
CGRect |
UIFocusItem.getFrame() |
|
CGRect |
UIFocusItemAdapter.getFrame() |
|
CGRect |
UIIndirectScribbleInteractionDelegate.getFrame(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
CGRect |
UIIndirectScribbleInteractionDelegateAdapter.getFrame(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
CGRect |
UIView.getFrame() |
|
CGRect |
UIView.getFrameForAlignmentRect(CGRect alignmentRect) |
|
CGRect |
UIPresentationController.getFrameOfPresentedViewInContainerView() |
|
CGRect |
UIButton.getImageRect(CGRect contentRect) |
Deprecated.
|
CGRect |
UIViewControllerContextTransitioning.getInitialFrame(UIViewController vc) |
|
CGRect |
UIViewControllerContextTransitioningAdapter.getInitialFrame(UIViewController vc) |
|
CGRect |
UITextDragPreviewRenderer.getLastLineRect() |
|
CGRect |
NSTextLayoutFragment.getLayoutFragmentFrame() |
|
CGRect |
UILayoutGuide.getLayoutFrame() |
|
CGRect |
UITextField.getLeftViewRect(CGRect bounds) |
|
CGRect |
NSLayoutManager.getLineFragmentRect(long glyphIndex,
NSRange effectiveGlyphRange) |
|
CGRect |
NSLayoutManager.getLineFragmentRect(long glyphIndex,
NSRange effectiveGlyphRange,
boolean withoutAdditionalLayout) |
|
CGRect |
NSTextContainer.getLineFragmentRect(CGRect proposedRect,
long characterIndex,
NSWritingDirection baseWritingDirection,
CGRect remainingRect) |
|
CGRect |
NSLayoutManager.getLineFragmentUsedRect(long glyphIndex,
NSRange effectiveGlyphRange) |
|
CGRect |
NSLayoutManager.getLineFragmentUsedRect(long glyphIndex,
NSRange effectiveGlyphRange,
boolean withoutAdditionalLayout) |
|
CGRect |
UISlider.getMaximumValueImageRect(CGRect bounds) |
|
CGRect |
UIMenuController.getMenuFrame() |
|
CGRect |
UISlider.getMinimumValueImageRect(CGRect bounds) |
|
CGRect |
UIScreen.getNativeBounds() |
|
CGRect |
UIPrintPageRenderer.getPaperRect() |
|
CGRect |
UIGraphicsPDFRendererContext.getPdfContextBounds() |
|
static CGRect |
UIGraphics.getPDFContextBounds() |
|
CGRect |
UITextField.getPlaceholderRect(CGRect bounds) |
|
CGRect |
UIPrintPageRenderer.getPrintableRect() |
|
CGRect |
UIPrintPaper.getPrintableRect() |
|
CGRect |
UIPrintPaper.getPrintRect() |
|
CGRect |
UIPointerRegion.getRect() |
|
CGRect |
UITextSelectionRect.getRect() |
|
CGRect |
UITableView.getRectForFooterInSection(long section) |
|
CGRect |
UITableView.getRectForHeaderInSection(long section) |
|
CGRect |
UIPrintFormatter.getRectForPage(long pageIndex) |
|
CGRect |
UIDocumentInteractionControllerDelegate.getRectForPreview(UIDocumentInteractionController controller) |
|
CGRect |
UIDocumentInteractionControllerDelegateAdapter.getRectForPreview(UIDocumentInteractionController controller) |
|
CGRect |
UITableView.getRectForRow(NSIndexPath indexPath) |
|
CGRect |
UITableView.getRectForSection(long section) |
|
static CGRect |
NSValueExtensions.getRectValue(NSValue thiz) |
|
CGRect |
NSTextLayoutFragment.getRenderingSurfaceBounds() |
|
CGRect |
UITextField.getRightViewRect(CGRect bounds) |
|
CGRect |
UIBandSelectionInteraction.getSelectionRect() |
|
CGRect |
UIPopoverPresentationController.getSourceRect() |
|
CGRect |
UIToolTipConfiguration.getSourceRect() |
|
CGRect |
UIViewControllerPreviewing.getSourceRect() |
Deprecated.
|
CGRect |
UIViewControllerPreviewingAdapter.getSourceRect() |
Deprecated.
|
CGRect |
UIKeyboardAnimation.getStartFrame() |
|
CGRect |
UIApplication.getStatusBarFrame() |
Deprecated.
|
CGRect |
UIStatusBarManager.getStatusBarFrame() |
|
CGRect |
UILabel.getTextRect(CGRect bounds,
long numberOfLines) |
|
CGRect |
UITextField.getTextRect(CGRect bounds) |
|
CGRect |
UISlider.getThumbRect(CGRect bounds,
CGRect rect,
float value) |
|
CGRect |
UIButton.getTitleRect(CGRect contentRect) |
Deprecated.
|
CGRect |
NSStringDrawingContext.getTotalBounds() |
|
CGRect |
UISlider.getTrackRect(CGRect bounds) |
|
CGRect |
NSTextLineFragment.getTypographicBounds() |
|
CGRect |
NSTextLayoutManager.getUsageBoundsForTextContainer() |
|
CGRect |
NSLayoutManager.getUsedRectForTextContainer(NSTextContainer container) |
|
CGRect |
NSTextViewportLayoutController.getViewportBounds() |
|
static CGRect |
UIGeometry.stringToCGRect(String string) |
|
CGRect |
NSTextViewportLayoutControllerDelegate.viewportBoundsForTextViewportLayoutController(NSTextViewportLayoutController textViewportLayoutController) |
|
CGRect |
NSTextViewportLayoutControllerDelegateAdapter.viewportBoundsForTextViewportLayoutController(NSTextViewportLayoutController textViewportLayoutController) |
|
Methods in org.robovm.apple.uikit with parameters of type CGRect
| Modifier and Type |
Method |
Description |
void |
UITextDragPreviewRenderer.adjustFirstLineRect(CGRect firstLineRect,
CGRect bodyRect,
CGRect lastLineRect,
CGPoint origin) |
|
CGRect |
NSTextAttachment.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentLayout.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentLayoutAdapter.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentViewProvider.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
void |
UIGraphicsPDFRendererContext.beginPage(CGRect bounds,
NSDictionary<NSString,?> pageInfo) |
|
static void |
UIGraphics.beginPDFContextToData(NSMutableData data,
CGRect bounds,
CGPDFContextOptions documentInfo) |
|
static boolean |
UIGraphics.beginPDFContextToFile(String path,
CGRect bounds,
CGPDFContextOptions documentInfo) |
|
static void |
UIGraphics.beginPDFPage(CGRect bounds,
CGPDFBoxOptions pageInfo) |
|
void |
UIGraphicsRendererContext.clipToRect(CGRect rect) |
|
static CGRect |
UIAccessibilityGlobals.convertFrameToScreenCoordinates(CGRect rect,
UIView view) |
|
CGRect |
UICoordinateSpace.convertRectFromCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UICoordinateSpaceAdapter.convertRectFromCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectFromCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectFromView(CGRect rect,
UIView view) |
|
CGRect |
UIWindow.convertRectFromWindow(CGRect rect,
UIWindow window) |
|
CGRect |
UICoordinateSpace.convertRectToCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UICoordinateSpaceAdapter.convertRectToCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectToCoordinateSpace(CGRect rect,
UICoordinateSpace coordinateSpace) |
|
CGRect |
UIView.convertRectToView(CGRect rect,
UIView view) |
|
CGRect |
UIWindow.convertRectToWindow(CGRect rect,
UIWindow window) |
|
protected static long |
NSCollectionLayoutGroupCustomItem.create(CGRect frame) |
|
protected static long |
NSCollectionLayoutGroupCustomItem.create(CGRect frame,
long zIndex) |
|
static NSValue |
NSValueExtensions.create(CGRect rect) |
|
protected static NSValue |
NSValueExtensions.create(ObjCClass clazz,
CGRect rect) |
|
protected static long |
UIFocusHaloEffect.create(CGRect rect) |
|
protected static long |
UIFocusHaloEffect.create(CGRect rect,
double cornerRadius,
CALayerCornerCurve curve) |
|
protected static long |
UIPointerRegion.create(CGRect rect,
NSObject identifier) |
|
protected static long |
UIPointerShape.create(CGRect rect) |
|
protected static long |
UIPointerShape.create(CGRect rect,
double cornerRadius) |
|
protected static long |
UIToolTipConfiguration.create(String toolTip,
CGRect sourceRect) |
|
void |
UIApplicationDelegate.didChangStatusBarFrame(UIApplication application,
CGRect oldStatusBarFrame) |
Deprecated.
|
void |
UIApplicationDelegateAdapter.didChangStatusBarFrame(UIApplication application,
CGRect oldStatusBarFrame) |
Deprecated.
|
static void |
NSAttributedStringExtensions.draw(NSAttributedString thiz,
CGRect rect) |
|
static void |
NSAttributedStringExtensions.draw(NSAttributedString thiz,
CGRect rect,
NSStringDrawingOptions options,
NSStringDrawingContext context) |
|
static void |
NSStringExtensions.draw(long thiz,
CGRect rect,
NSDictionary<NSString,?> attrs) |
|
static void |
NSStringExtensions.draw(long thiz,
CGRect rect,
NSStringDrawingOptions options,
NSDictionary<NSString,?> attributes,
NSStringDrawingContext context) |
|
static CGSize |
NSStringExtensions.draw(long thiz,
CGRect rect,
UIFont font) |
Deprecated.
|
static CGSize |
NSStringExtensions.draw(long thiz,
CGRect rect,
UIFont font,
NSLineBreakMode lineBreakMode) |
Deprecated.
|
static CGSize |
NSStringExtensions.draw(long thiz,
CGRect rect,
UIFont font,
NSLineBreakMode lineBreakMode,
NSTextAlignment alignment) |
Deprecated.
|
void |
UIImage.draw(CGRect rect) |
|
void |
UIImage.draw(CGRect rect,
CGBlendMode blendMode,
double alpha) |
|
void |
UIPrintFormatter.draw(CGRect rect,
long pageIndex) |
|
void |
UIView.draw(CGRect rect) |
|
void |
UIView.draw(CGRect rect,
UIViewPrintFormatter formatter) |
|
void |
UIImage.drawAsPattern(CGRect rect) |
|
void |
UIPrintPageRenderer.drawContent(long pageIndex,
CGRect contentRect) |
|
void |
UIPrintPageRenderer.drawFooter(long pageIndex,
CGRect footerRect) |
|
void |
UIPrintPageRenderer.drawHeader(long pageIndex,
CGRect headerRect) |
|
void |
UIPrintPageRenderer.drawPage(long pageIndex,
CGRect printableRect) |
|
void |
UITextField.drawPlaceholder(CGRect rect) |
|
void |
NSLayoutManager.drawStrikethrough(NSRange glyphRange,
NSUnderlineStyle strikethroughVal,
double baselineOffset,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
UILabel.drawText(CGRect rect) |
|
void |
UITextField.drawText(CGRect rect) |
Deprecated.
|
void |
NSLayoutManager.drawUnderline(NSRange glyphRange,
NSUnderlineStyle underlineVal,
double baselineOffset,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
boolean |
UIView.drawViewHierarchy(CGRect rect,
boolean afterUpdates) |
|
UIDragAnimating |
UITableViewDropCoordinator.dropItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UITableViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UICollectionViewDropCoordinator.dropItemIntoItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UICollectionViewDropCoordinatorAdapter.dropItemIntoItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
static void |
NSCoderExtensions.encodeCGRect(NSCoder thiz,
CGRect rect,
String key) |
|
void |
NSLayoutManager.ensureLayoutForBoundingRect(CGRect bounds,
NSTextContainer container) |
|
void |
NSTextLayoutManager.ensureLayoutForBounds(CGRect bounds) |
|
void |
NSLayoutManager.fillBackground(CGRect[] rectArray,
NSRange charRange,
UIColor color) |
|
protected void |
NSLayoutManager.fillBackground(CGRect rectArray,
long rectCount,
NSRange charRange,
UIColor color) |
|
void |
UIGraphicsRendererContext.fillRect(CGRect rect) |
|
void |
UIGraphicsRendererContext.fillRect(CGRect rect,
CGBlendMode blendMode) |
|
NSArray<?> |
UIFocusItemContainer.focusItemsInRect(CGRect rect) |
|
NSArray<?> |
UIFocusItemContainerAdapter.focusItemsInRect(CGRect rect) |
|
NSArray<?> |
UIView.focusItemsInRect(CGRect rect) |
|
CGRect |
UIView.getAlignmentRectForFrame(CGRect frame) |
|
CGRect |
NSTextAttachment.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSTextAttachmentContainer.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSTextAttachmentContainerAdapter.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
UIButton.getBackgroundRect(CGRect bounds) |
Deprecated.
|
CGRect |
UITextField.getBorderRect(CGRect bounds) |
|
CGRect |
NSLayoutManagerDelegate.getBoundingBoxForControlGlyph(NSLayoutManager layoutManager,
long glyphIndex,
NSTextContainer textContainer,
CGRect proposedRect,
CGPoint glyphPosition,
long charIndex) |
|
CGRect |
NSLayoutManagerDelegateAdapter.getBoundingBoxForControlGlyph(NSLayoutManager layoutManager,
long glyphIndex,
NSTextContainer textContainer,
CGRect proposedRect,
CGPoint glyphPosition,
long charIndex) |
|
CGRect |
UITextField.getClearButtonRect(CGRect bounds) |
|
CGRect |
UIButton.getContentRect(CGRect bounds) |
Deprecated.
|
CGRect |
UITextField.getEditingRect(CGRect bounds) |
|
CGRect |
UIView.getFrameForAlignmentRect(CGRect alignmentRect) |
|
NSRange |
NSLayoutManager.getGlyphRangeForBoundingRect(CGRect bounds,
NSTextContainer container) |
|
NSRange |
NSLayoutManager.getGlyphRangeForBoundingRectWithoutAdditionalLayout(CGRect bounds,
NSTextContainer container) |
|
UIImage |
NSTextAttachment.getImageForBounds(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex) |
|
UIImage |
NSTextAttachmentContainer.getImageForBounds(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex) |
|
UIImage |
NSTextAttachmentContainerAdapter.getImageForBounds(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex) |
|
CGRect |
UIButton.getImageRect(CGRect contentRect) |
Deprecated.
|
NSArray<NSIndexPath> |
UITableView.getIndexPathsForRowsInRect(CGRect rect) |
|
UICollectionViewLayoutInvalidationContext |
UICollectionViewLayout.getInvalidationContextForBoundsChange(CGRect newBounds) |
|
List<UIDynamicItem> |
UIDynamicAnimator.getItemsInRect(CGRect rect) |
|
NSArray<UICollectionViewLayoutAttributes> |
UICollectionViewLayout.getLayoutAttributesForElements(CGRect rect) |
|
CGRect |
UITextField.getLeftViewRect(CGRect bounds) |
|
CGRect |
NSTextContainer.getLineFragmentRect(CGRect proposedRect,
long characterIndex,
NSWritingDirection baseWritingDirection,
CGRect remainingRect) |
|
double |
NSLayoutManagerDelegate.getLineSpacingAfterGlyph(NSLayoutManager layoutManager,
long glyphIndex,
CGRect rect) |
|
double |
NSLayoutManagerDelegateAdapter.getLineSpacingAfterGlyph(NSLayoutManager layoutManager,
long glyphIndex,
CGRect rect) |
|
CGRect |
UISlider.getMaximumValueImageRect(CGRect bounds) |
|
CGRect |
UISlider.getMinimumValueImageRect(CGRect bounds) |
|
double |
NSLayoutManagerDelegate.getParagraphSpacingAfterGlyph(NSLayoutManager layoutManager,
long glyphIndex,
CGRect rect) |
|
double |
NSLayoutManagerDelegateAdapter.getParagraphSpacingAfterGlyph(NSLayoutManager layoutManager,
long glyphIndex,
CGRect rect) |
|
double |
NSLayoutManagerDelegate.getParagraphSpacingBeforeGlyph(NSLayoutManager layoutManager,
long glyphIndex,
CGRect rect) |
|
double |
NSLayoutManagerDelegateAdapter.getParagraphSpacingBeforeGlyph(NSLayoutManager layoutManager,
long glyphIndex,
CGRect rect) |
|
CGRect |
UITextField.getPlaceholderRect(CGRect bounds) |
|
UIView |
UIView.getResizableSnapshot(CGRect rect,
boolean afterUpdates,
UIEdgeInsets capInsets) |
|
CGRect |
UITextField.getRightViewRect(CGRect bounds) |
|
CGRect |
UILabel.getTextRect(CGRect bounds,
long numberOfLines) |
|
CGRect |
UITextField.getTextRect(CGRect bounds) |
|
CGRect |
UISlider.getThumbRect(CGRect bounds,
CGRect rect,
float value) |
|
CGRect |
UIButton.getTitleRect(CGRect contentRect) |
Deprecated.
|
CGRect |
UISlider.getTrackRect(CGRect bounds) |
|
UIImage |
NSTextAttachment.imageForBounds(CGRect bounds,
NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer) |
|
UIImage |
NSTextAttachmentLayout.imageForBounds(CGRect bounds,
NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer) |
|
UIImage |
NSTextAttachmentLayoutAdapter.imageForBounds(CGRect bounds,
NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer) |
|
protected long |
UIActivityIndicatorView.init(CGRect frame) |
|
protected long |
UIAlertView.init(CGRect frame) |
Deprecated.
|
protected long |
UIButton.init(CGRect frame) |
|
protected long |
UIButton.init(CGRect frame,
UIAction primaryAction) |
|
protected long |
UICollectionView.init(CGRect frame,
UICollectionViewLayout layout) |
|
protected long |
UIControl.init(CGRect frame) |
|
protected long |
UIControl.init(CGRect frame,
UIAction primaryAction) |
|
protected long |
UIGraphicsImageRenderer.init(CGRect bounds,
UIGraphicsImageRendererFormat format) |
|
protected long |
UIGraphicsPDFRenderer.init(CGRect bounds,
UIGraphicsPDFRendererFormat format) |
|
protected long |
UIGraphicsRenderer.init(CGRect bounds) |
|
protected long |
UIGraphicsRenderer.init(CGRect bounds,
UIGraphicsRendererFormat format) |
|
protected long |
UIInputView.init(CGRect frame,
UIInputViewStyle inputViewStyle) |
|
protected long |
UIProgressView.init(CGRect frame) |
|
protected long |
UISearchBar.init(CGRect frame) |
|
protected long |
UISegmentedControl.init(CGRect frame) |
|
protected long |
UISegmentedControl.init(CGRect frame,
NSArray<UIAction> actions) |
|
protected long |
UIStackView.init(CGRect frame) |
|
protected long |
UISwitch.init(CGRect frame) |
|
protected long |
UITableView.init(CGRect frame,
UITableViewStyle style) |
|
protected long |
UITextView.init(CGRect frame,
NSTextContainer textContainer) |
|
protected long |
UIView.init(CGRect frame) |
|
static UIBezierPath |
UIBezierPath.newOval(CGRect rect) |
|
static UIBezierPath |
UIBezierPath.newRect(CGRect rect) |
|
static UIBezierPath |
UIBezierPath.newRoundedRect(CGRect rect,
double cornerRadius) |
|
static UIBezierPath |
UIBezierPath.newRoundedRect(CGRect rect,
UIRectCorner corners,
CGSize cornerRadii) |
|
void |
UICollectionViewLayout.prepareForAnimatedBoundsChange(CGRect oldBounds) |
|
void |
UIPopoverController.presentFromRectInView(CGRect rect,
UIView view,
UIPopoverArrowDirection arrowDirections,
boolean animated) |
Deprecated.
|
boolean |
UIPrinterPickerController.presentFromRectInView(CGRect rect,
UIView view,
boolean animated,
VoidBlock3<UIPrinterPickerController,Boolean,NSError> completion) |
|
boolean |
UIPrintInteractionController.presentFromRectInView(CGRect rect,
UIView view,
boolean animated,
VoidBlock3<UIPrintInteractionController,Boolean,NSError> completion) |
|
boolean |
UIDocumentInteractionController.presentOpenInMenu(CGRect rect,
UIView view,
boolean animated) |
|
boolean |
UIDocumentInteractionController.presentOptionsMenu(CGRect rect,
UIView view,
boolean animated) |
|
UIMotionEffectViewerOffsetValues |
UIMotionEffectViewerOffsetValues.put(String keypath,
CGRect value) |
|
static void |
UIGraphics.rectClip(CGRect rect) |
|
static void |
UIGraphics.rectFill(CGRect rect) |
|
static void |
UIGraphics.rectFill(CGRect rect,
CGBlendMode blendMode) |
|
static void |
UIGraphics.rectFrame(CGRect rect) |
|
static void |
UIGraphics.rectFrame(CGRect rect,
CGBlendMode blendMode) |
|
void |
UIIndirectScribbleInteractionDelegate.requestElementsInRect(UIIndirectScribbleInteraction interaction,
CGRect rect,
VoidBlock1<NSArray<NSObject>> completion) |
|
void |
UIIndirectScribbleInteractionDelegateAdapter.requestElementsInRect(UIIndirectScribbleInteraction interaction,
CGRect rect,
VoidBlock1<NSArray<NSObject>> completion) |
|
void |
UIScrollView.scrollRectToVisible(CGRect rect,
boolean animated) |
|
void |
UIAccessibility.setAccessibilityFrame(CGRect v) |
|
void |
UIAccessibilityAdapter.setAccessibilityFrame(CGRect v) |
|
void |
UIAccessibilityElement.setAccessibilityFrame(CGRect v) |
|
void |
UIImage.setAccessibilityFrame(CGRect v) |
|
void |
UIAccessibilityElement.setAccessibilityFrameInContainerSpace(CGRect v) |
|
void |
NSTextAttachment.setBounds(CGRect v) |
|
void |
UICollectionViewLayoutAttributes.setBounds(CGRect v) |
|
void |
UIView.setBounds(CGRect v) |
|
UIImagePickerControllerEditingInfo |
UIImagePickerControllerEditingInfo.setCropRect(CGRect cropRect) |
|
void |
UIGraphicsPDFRendererContext.setDestination(String name,
CGRect rect) |
|
UIKeyboardAnimation |
UIKeyboardAnimation.setEndFrame(CGRect endFrame) |
|
void |
NSLayoutManager.setExtraLineFragmentRect(CGRect fragmentRect,
CGRect usedRect,
NSTextContainer container) |
|
void |
UICollectionViewLayoutAttributes.setFrame(CGRect v) |
|
void |
UIView.setFrame(CGRect v) |
|
void |
NSLayoutManager.setLineFragmentRect(CGRect fragmentRect,
NSRange glyphRange,
CGRect usedRect) |
|
void |
UIView.setNeedsDisplay(CGRect rect) |
|
static void |
UIGraphics.setPDFContextDestinationForRect(String name,
CGRect rect) |
|
static void |
UIGraphics.setPDFContextURLForRect(NSURL url,
CGRect rect) |
|
void |
UIPopoverPresentationController.setSourceRect(CGRect v) |
|
void |
UIViewControllerPreviewing.setSourceRect(CGRect v) |
Deprecated.
|
void |
UIViewControllerPreviewingAdapter.setSourceRect(CGRect v) |
Deprecated.
|
UIKeyboardAnimation |
UIKeyboardAnimation.setStartFrame(CGRect startFrame) |
|
void |
UIMenuController.setTargetRect(CGRect targetRect,
UIView targetView) |
Deprecated.
|
void |
UIGraphicsPDFRendererContext.setURLForRect(NSURL url,
CGRect rect) |
|
boolean |
UICollectionViewLayout.shouldInvalidateLayoutForBoundsChange(CGRect newBounds) |
|
boolean |
NSLayoutManagerDelegate.shouldSetLineFragmentRect(NSLayoutManager layoutManager,
CGRect lineFragmentRect,
CGRect lineFragmentUsedRect,
MachineSizedFloatPtr baselineOffset,
NSTextContainer textContainer,
NSRange glyphRange) |
|
boolean |
NSLayoutManagerDelegateAdapter.shouldSetLineFragmentRect(NSLayoutManager layoutManager,
CGRect lineFragmentRect,
CGRect lineFragmentUsedRect,
MachineSizedFloatPtr baselineOffset,
NSTextContainer textContainer,
NSRange glyphRange) |
|
void |
UIActionSheet.showFrom(CGRect rect,
UIView view,
boolean animated) |
Deprecated.
|
void |
UIMenuController.showMenu(UIView targetView,
CGRect targetRect) |
|
void |
NSLayoutManager.strikethrough(NSRange glyphRange,
NSUnderlineStyle strikethroughVal,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
UIGraphicsRendererContext.strokeRect(CGRect rect) |
|
void |
UIGraphicsRendererContext.strokeRect(CGRect rect,
CGBlendMode blendMode) |
|
NSArray<NSTextSelection> |
NSTextSelectionNavigation.textSelectionsInteractingAtPoint(CGPoint point,
NSTextLocation containerLocation,
NSArray<NSTextSelection> anchors,
NSTextSelectionNavigationModifier modifiers,
boolean selecting,
CGRect bounds) |
|
static String |
UIGeometry.toString(CGRect rect) |
|
void |
NSLayoutManager.underline(NSRange glyphRange,
NSUnderlineStyle underlineVal,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
UIApplicationDelegate.willChangeStatusBarFrame(UIApplication application,
CGRect newStatusBarFrame) |
Deprecated.
|
void |
UIApplicationDelegateAdapter.willChangeStatusBarFrame(UIApplication application,
CGRect newStatusBarFrame) |
Deprecated.
|
void |
UIPopoverControllerDelegate.willReposition(UIPopoverController popoverController,
CGRect rect,
UIView.UIViewPtr view) |
Deprecated.
|
void |
UIPopoverControllerDelegateAdapter.willReposition(UIPopoverController popoverController,
CGRect rect,
UIView.UIViewPtr view) |
Deprecated.
|
void |
UIPopoverPresentationControllerDelegate.willRepositionPopover(UIPopoverPresentationController popoverPresentationController,
CGRect rect,
UIView.UIViewPtr view) |
|
void |
UIPopoverPresentationControllerDelegateAdapter.willRepositionPopover(UIPopoverPresentationController popoverPresentationController,
CGRect rect,
UIView.UIViewPtr view) |
|
static void |
UIAccessibilityGlobals.zoomFocusChanged(UIAccessibilityZoomType type,
CGRect frame,
UIView view) |
|
void |
UIScrollView.zoomToRect(CGRect rect,
boolean animated) |
|
Method parameters in org.robovm.apple.uikit with type arguments of type CGRect
| Modifier and Type |
Method |
Description |
void |
NSLayoutManager.enumerateEnclosingRects(NSRange glyphRange,
NSRange selectedRange,
NSTextContainer textContainer,
VoidBlock2<CGRect,BooleanPtr> block) |
|
void |
NSLayoutManager.enumerateLineFragments(NSRange glyphRange,
VoidBlock5<CGRect,CGRect,NSTextContainer,NSRange,BooleanPtr> block) |
|
void |
NSLayoutManager.enumerateLineFragments(NSRange glyphRange,
VoidBlock5<CGRect,CGRect,NSTextContainer,NSRange,BooleanPtr> block) |
|
void |
NSTextLayoutManager.enumerateTextSegmentsInRange(NSTextRange textRange,
NSTextLayoutManagerSegmentType type,
NSTextLayoutManagerSegmentOptions options,
Block4<NSTextRange,CGRect,Double,NSTextContainer,Boolean> block) |
|
void |
UIScreenshotServiceDelegate.generatePDFRepresentation(UIScreenshotService screenshotService,
VoidBlock3<NSData,Long,CGRect> completionHandler) |
|
void |
UIScreenshotServiceDelegateAdapter.generatePDFRepresentation(UIScreenshotService screenshotService,
VoidBlock3<NSData,Long,CGRect> completionHandler) |
|
static NSObjectProtocol |
UIApplication.Notifications.observeDidChangeStatusBarFrame(VoidBlock1<CGRect> block) |
|
static NSObjectProtocol |
UIApplication.Notifications.observeWillChangeStatusBarFrame(VoidBlock1<CGRect> block) |
|
Constructors in org.robovm.apple.uikit with parameters of type CGRect
| Constructor |
Description |
NSCollectionLayoutGroupCustomItem(CGRect frame) |
|
NSCollectionLayoutGroupCustomItem(CGRect frame,
long zIndex) |
|
UIActionSheet(CGRect frame) |
Deprecated.
|
UIActivityIndicatorView(CGRect frame) |
|
UIAlertView(CGRect frame) |
Deprecated.
|
UIButton(CGRect frame) |
|
UIButton(CGRect frame,
UIAction primaryAction) |
|
UICollectionReusableView(CGRect frame) |
|
UICollectionView(CGRect frame) |
|
UICollectionView(CGRect frame,
UICollectionViewLayout layout) |
|
UICollectionViewCell(CGRect frame) |
|
UICollectionViewListCell(CGRect frame) |
|
UIColorWell(CGRect frame) |
|
UIColorWell(CGRect frame,
UIAction primaryAction) |
|
UIControl(CGRect frame) |
|
UIControl(CGRect frame,
UIAction primaryAction) |
|
UIDatePicker(CGRect frame) |
|
UIDatePicker(CGRect frame,
UIAction primaryAction) |
|
UIEventAttributionView(CGRect frame) |
|
UIFocusHaloEffect(CGRect rect) |
|
UIFocusHaloEffect(CGRect rect,
double cornerRadius,
CALayerCornerCurve curve) |
|
UIGraphicsImageRenderer(CGRect bounds) |
|
UIGraphicsImageRenderer(CGRect bounds,
UIGraphicsImageRendererFormat format) |
|
UIGraphicsPDFRenderer(CGRect bounds) |
|
UIGraphicsPDFRenderer(CGRect bounds,
UIGraphicsPDFRendererFormat format) |
|
UIGraphicsRenderer(CGRect bounds) |
|
UIGraphicsRenderer(CGRect bounds,
UIGraphicsRendererFormat format) |
|
UIImageView(CGRect frame) |
|
UIInputView(CGRect frame) |
|
UIInputView(CGRect frame,
UIInputViewStyle inputViewStyle) |
|
UILabel(CGRect frame) |
|
UINavigationBar(CGRect frame) |
|
UIPageControl(CGRect frame) |
|
UIPageControl(CGRect frame,
UIAction primaryAction) |
|
UIPickerView(CGRect frame) |
|
UIPointerRegion(CGRect rect,
NSObject identifier) |
|
UIPointerShape(CGRect rect) |
|
UIPointerShape(CGRect rect,
double cornerRadius) |
|
UIPopoverBackgroundView(CGRect frame) |
|
UIProgressView(CGRect frame) |
|
UIRefreshControl(CGRect frame) |
|
UIRefreshControl(CGRect frame,
UIAction primaryAction) |
|
UIScrollView(CGRect frame) |
|
UISearchBar(CGRect frame) |
|
UISearchTextField(CGRect frame) |
|
UISearchTextField(CGRect frame,
UIAction primaryAction) |
|
UISegmentedControl(CGRect frame) |
|
UISegmentedControl(CGRect frame,
NSArray<UIAction> actions) |
|
UISegmentedControl(CGRect frame,
UIAction primaryAction) |
|
UISlider(CGRect frame) |
|
UISlider(CGRect frame,
UIAction primaryAction) |
|
UIStackView(CGRect frame) |
|
UIStepper(CGRect frame) |
|
UIStepper(CGRect frame,
UIAction primaryAction) |
|
UISwitch(CGRect frame) |
|
UISwitch(CGRect frame,
UIAction primaryAction) |
|
UITabBar(CGRect frame) |
|
UITableView(CGRect frame) |
|
UITableView(CGRect frame,
UITableViewStyle style) |
|
UITableViewCell(CGRect frame) |
|
UITableViewHeaderFooterView(CGRect frame) |
|
UITextField(CGRect frame) |
|
UITextField(CGRect frame,
UIAction primaryAction) |
|
UITextView(CGRect frame) |
|
UITextView(CGRect frame,
NSTextContainer textContainer) |
|
UIToolbar(CGRect frame) |
|
UIToolTipConfiguration(String toolTip,
CGRect sourceRect) |
|
UIView(CGRect frame) |
|
UIVisualEffectView(CGRect frame) |
|
UIWebView(CGRect frame) |
Deprecated.
|
UIWindow(CGRect frame) |
|
-
-
Methods in org.robovm.apple.vision that return CGRect
| Modifier and Type |
Method |
Description |
CGRect |
VNDetectedObjectObservation.getBoundingBox() |
|
static CGRect |
VNUtils.getImageRectForNormalizedRect(CGRect normalizedRect,
long imageWidth,
long imageHeight) |
|
static CGRect |
VNUtils.getImageRectForNormalizedRectUsingRegionOfInterest(CGRect normalizedRect,
long imageWidth,
long imageHeight,
CGRect roi) |
|
static CGRect |
VNUtils.getNormalizedIdentityRect() |
|
static CGRect |
VNUtils.getNormalizedRectForImageRect(CGRect imageRect,
long imageWidth,
long imageHeight) |
|
static CGRect |
VNUtils.getNormalizedRectForImageRectUsingRegionOfInterest(CGRect imageRect,
long imageWidth,
long imageHeight,
CGRect roi) |
|
CGRect |
VNImageBasedRequest.getRegionOfInterest() |
|
Methods in org.robovm.apple.vision with parameters of type CGRect
| Modifier and Type |
Method |
Description |
protected static long |
VNDetectedObjectObservation.create(long requestRevision,
CGRect boundingBox) |
|
protected static long |
VNDetectedObjectObservation.create(CGRect boundingBox) |
|
protected static long |
VNFaceObservation.create(long requestRevision,
CGRect boundingBox,
NSNumber roll,
NSNumber yaw) |
Deprecated.
|
protected static long |
VNFaceObservation.create(long requestRevision,
CGRect boundingBox,
NSNumber roll,
NSNumber yaw,
NSNumber pitch) |
|
static CGPoint |
VNUtils.getImagePointForFaceLandmarkPoint(VectorFloat2 faceLandmarkPoint,
CGRect faceBoundingBox,
long imageWidth,
long imageHeight) |
|
static CGPoint |
VNUtils.getImagePointForNormalizedPointUsingRegionOfInterest(CGPoint normalizedPoint,
long imageWidth,
long imageHeight,
CGRect roi) |
|
static CGRect |
VNUtils.getImageRectForNormalizedRect(CGRect normalizedRect,
long imageWidth,
long imageHeight) |
|
static CGRect |
VNUtils.getImageRectForNormalizedRectUsingRegionOfInterest(CGRect normalizedRect,
long imageWidth,
long imageHeight,
CGRect roi) |
|
static CGPoint |
VNUtils.getNormalizedFaceBoundingBoxPointForLandmarkPoint(VectorFloat2 faceLandmarkPoint,
CGRect faceBoundingBox,
long imageWidth,
long imageHeight) |
|
static CGPoint |
VNUtils.getNormalizedPointForImagePointUsingRegionOfInterest(CGPoint imagePoint,
long imageWidth,
long imageHeight,
CGRect roi) |
|
static CGRect |
VNUtils.getNormalizedRectForImageRect(CGRect imageRect,
long imageWidth,
long imageHeight) |
|
static CGRect |
VNUtils.getNormalizedRectForImageRectUsingRegionOfInterest(CGRect imageRect,
long imageWidth,
long imageHeight,
CGRect roi) |
|
static boolean |
VNUtils.getNormalizedRectIsIdentityRect(CGRect normalizedRect) |
|
void |
VNImageBasedRequest.setRegionOfInterest(CGRect v) |
|
-
-