|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSRect.ByValue | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.appkit.categories | |
org.rococoa.cocoa.foundation | |
org.rococoa.cocoa.foundation.categories |
Uses of NSRect.ByValue in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSRect.ByValue | |
---|---|
abstract NSRect.ByValue |
NSBox.borderRect()
Original signature : -(NSRect)borderRect native declaration : NSBox.h:67 |
abstract NSRect.ByValue |
NSLayoutManager.boundingRectForGlyphRange_inTextContainer(NSRange.ByValue glyphRange,
NSTextContainer container)
Original signature : -(NSRect)boundingRectForGlyphRange:(NSRange) inTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:480 |
abstract NSRect.ByValue |
NSBezierPath.bounds()
Original signature : -(NSRect)bounds native declaration : NSBezierPath.h:160 |
abstract NSRect.ByValue |
NSLayoutManager.boundsRectForTextBlock_glyphRange(NSTextBlock block,
NSRange.ByValue glyphRange)
Original signature : -(NSRect)boundsRectForTextBlock:(NSTextBlock*) glyphRange:(NSRange) native declaration : NSLayoutManager.h:450 |
abstract NSRect.ByValue |
NSWindow.constrainFrameRect_toScreen(NSRect.ByValue frameRect,
NSScreen screen)
Original signature : -(NSRect)constrainFrameRect:(NSRect) toScreen:(NSScreen*) native declaration : NSWindow.h:294 |
static NSRect.ByValue |
NSWindow.contentRectForFrameRect_styleMask(NSRect.ByValue fRect,
NSUInteger aStyle)
Original signature : +(NSRect)contentRectForFrameRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:256 |
abstract NSRect.ByValue |
NSWindow._class_.contentRectForFrameRect_styleMask(NSRect.ByValue fRect,
NSUInteger aStyle)
Original signature : +(NSRect)contentRectForFrameRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:256 |
abstract NSRect.ByValue |
NSWindow.contentRectForFrameRect(NSRect.ByValue frameRect)
Original signature : -(NSRect)contentRectForFrameRect:(NSRect) native declaration : NSWindow.h:262 |
abstract NSRect.ByValue |
NSBezierPath.controlPointBounds()
Original signature : -(NSRect)controlPointBounds native declaration : NSBezierPath.h:159 |
abstract NSRect.ByValue |
NSClipView.documentRect()
Original signature : -(NSRect)documentRect native declaration : NSClipView.h:49 |
abstract NSRect.ByValue |
NSClipView.documentVisibleRect()
Original signature : -(NSRect)documentVisibleRect native declaration : NSClipView.h:52 |
abstract NSRect.ByValue |
NSLayoutManager.extraLineFragmentRect()
Original signature : -(NSRect)extraLineFragmentRect native declaration : NSLayoutManager.h:427 |
abstract NSRect.ByValue |
NSLayoutManager.extraLineFragmentUsedRect()
Original signature : -(NSRect)extraLineFragmentUsedRect native declaration : NSLayoutManager.h:428 |
abstract NSRect.ByValue |
NSWindow.frame()
Original signature : -(NSRect)frame native declaration : NSWindow.h:300 |
abstract NSRect.ByValue |
NSScreen.frame()
Original signature : -(NSRect)frame native declaration : NSScreen.h:31 |
abstract NSRect.ByValue |
NSOutlineView.frameOfOutlineCellAtRow(NSInteger row)
Returns the frame of the outline cell for a particular row, considering the current indentation and indentationMarkerFollowsCell value. |
static NSRect.ByValue |
NSWindow.frameRectForContentRect_styleMask(NSRect.ByValue cRect,
NSUInteger aStyle)
Original signature : +(NSRect)frameRectForContentRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:255 |
abstract NSRect.ByValue |
NSWindow._class_.frameRectForContentRect_styleMask(NSRect.ByValue cRect,
NSUInteger aStyle)
Original signature : +(NSRect)frameRectForContentRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:255 |
abstract NSRect.ByValue |
NSWindow.frameRectForContentRect(NSRect.ByValue contentRect)
Original signature : -(NSRect)frameRectForContentRect:(NSRect) native declaration : NSWindow.h:261 |
abstract NSRect.ByValue |
NSSliderCell.knobRectFlipped(boolean flipped)
Original signature : -(NSRect)knobRectFlipped:(BOOL) native declaration : NSSliderCell.h:71 |
abstract NSRect.ByValue |
NSLayoutManager.layoutRectForTextBlock_glyphRange(NSTextBlock block,
NSRange.ByValue glyphRange)
Original signature : -(NSRect)layoutRectForTextBlock:(NSTextBlock*) glyphRange:(NSRange) native declaration : NSLayoutManager.h:449 |
NSRect.ByValue |
AppKitLibrary.NSDrawColorTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntBuffer sides,
PointerByReference colors,
NSInteger count)
Original signature : NSRect NSDrawColorTiledRects(NSRect, NSRect, const NSRectEdge*, NSColor**, NSInteger) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:168 |
NSRect.ByValue |
AppKitLibrary.NSDrawColorTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntByReference sides,
PointerByReference colors,
NSInteger count)
Deprecated. use the safer methods AppKitLibrary.NSDrawColorTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSDrawColorTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.foundation.NSInteger) instead |
NSRect.ByValue |
AppKitLibrary.NSDrawTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntBuffer sides,
org.rococoa.cocoa.CGFloat[] grays,
NSInteger count)
Original signature : NSRect NSDrawTiledRects(NSRect, NSRect, const NSRectEdge*, const CGFloat*, NSInteger) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:153 |
NSRect.ByValue |
AppKitLibrary.NSDrawTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntByReference sides,
CGFloatByReference grays,
NSInteger count)
Deprecated. use the safer methods AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, java.nio.IntBuffer, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, com.sun.jna.ptr.IntByReference, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead |
abstract NSRect.ByValue |
NSTrackingArea.rect()
Original signature : -(NSRect)rect native declaration : NSTrackingArea.h:52 |
abstract NSRect.ByValue |
NSPathCell.rectOfPathComponentCell_withFrame_inView(NSPathComponentCell cell,
NSRect.ByValue frame,
NSView view)
Returns the current rect being displayed for a particular NSPathComponentCell 'cell', with respect to the 'frame' in 'view'. |
abstract NSRect.ByValue |
NSLevelIndicatorCell.rectOfTickMarkAtIndex(NSInteger index)
Original signature : -(NSRect)rectOfTickMarkAtIndex:(NSInteger) native declaration : NSLevelIndicatorCell.h:70 |
abstract NSRect.ByValue |
NSBox.titleRect()
Original signature : -(NSRect)titleRect native declaration : NSBox.h:68 |
abstract NSRect.ByValue |
NSSliderCell.trackRect()
Only valid while tracking the mouse! |
abstract NSRect.ByValue |
NSLayoutManager.usedRectForTextContainer(NSTextContainer container)
Original signature : -(NSRect)usedRectForTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:411 |
abstract NSRect.ByValue |
NSScreen.visibleFrame()
Original signature : -(NSRect)visibleFrame native declaration : NSScreen.h:32 |
Methods in org.rococoa.cocoa.appkit with parameters of type NSRect.ByValue | |
---|---|
abstract NSObject |
NSWindow.animationResizeTime(NSRect.ByValue newFrame)
newFrame is the rect passed into setFrame:display:animate: Original signature : -(id)animationResizeTime:(NSRect) native declaration : NSWindow.h:305 |
abstract void |
NSBezierPath.appendBezierPathWithOvalInRect(NSRect.ByValue rect)
Original signature : -(void)appendBezierPathWithOvalInRect:(NSRect) native declaration : NSBezierPath.h:181 |
abstract void |
NSBezierPath.appendBezierPathWithRect(NSRect.ByValue rect)
Original signature : -(void)appendBezierPathWithRect:(NSRect) native declaration : NSBezierPath.h:179 |
abstract void |
NSBezierPath.appendBezierPathWithRoundedRect_xRadius_yRadius(NSRect.ByValue rect,
org.rococoa.cocoa.CGFloat xRadius,
org.rococoa.cocoa.CGFloat yRadius)
Appends paths for a rounded rectangle. |
abstract NSImageRep |
NSImage.bestRepresentationForRect_context_hints(NSRect.ByValue rect,
NSGraphicsContext referenceContext,
NSDictionary hints)
Select best representation. |
static NSBezierPath |
NSBezierPath.bezierPathWithOvalInRect(NSRect.ByValue rect)
Original signature : +(NSBezierPath*)bezierPathWithOvalInRect:(NSRect) native declaration : NSBezierPath.h:74 |
abstract NSBezierPath |
NSBezierPath._class_.bezierPathWithOvalInRect(NSRect.ByValue rect)
Original signature : +(NSBezierPath*)bezierPathWithOvalInRect:(NSRect) native declaration : NSBezierPath.h:74 |
static NSBezierPath |
NSBezierPath.bezierPathWithRect(NSRect.ByValue rect)
Original signature : +(NSBezierPath*)bezierPathWithRect:(NSRect) native declaration : NSBezierPath.h:73 |
abstract NSBezierPath |
NSBezierPath._class_.bezierPathWithRect(NSRect.ByValue rect)
Original signature : +(NSBezierPath*)bezierPathWithRect:(NSRect) native declaration : NSBezierPath.h:73 |
static NSBezierPath |
NSBezierPath.bezierPathWithRoundedRect_xRadius_yRadius(NSRect.ByValue rect,
org.rococoa.cocoa.CGFloat xRadius,
org.rococoa.cocoa.CGFloat yRadius)
Original signature : +(NSBezierPath*)bezierPathWithRoundedRect:(NSRect) xRadius:(CGFloat) yRadius:(CGFloat) native declaration : NSBezierPath.h:76 |
abstract NSBezierPath |
NSBezierPath._class_.bezierPathWithRoundedRect_xRadius_yRadius(NSRect.ByValue rect,
org.rococoa.cocoa.CGFloat xRadius,
org.rococoa.cocoa.CGFloat yRadius)
Original signature : +(NSBezierPath*)bezierPathWithRoundedRect:(NSRect) xRadius:(CGFloat) yRadius:(CGFloat) native declaration : NSBezierPath.h:76 |
abstract void |
NSWindow.cacheImageInRect(NSRect.ByValue aRect)
Original signature : -(void)cacheImageInRect:(NSRect) native declaration : NSWindow.h:538 |
static void |
NSBezierPath.clipRect(NSRect.ByValue rect)
Original signature : +(void)clipRect:(NSRect) native declaration : NSBezierPath.h:83 |
abstract void |
NSBezierPath._class_.clipRect(NSRect.ByValue rect)
Original signature : +(void)clipRect:(NSRect) native declaration : NSBezierPath.h:83 |
abstract NSRect.ByValue |
NSWindow.constrainFrameRect_toScreen(NSRect.ByValue frameRect,
NSScreen screen)
Original signature : -(NSRect)constrainFrameRect:(NSRect) toScreen:(NSScreen*) native declaration : NSWindow.h:294 |
static NSRect.ByValue |
NSWindow.contentRectForFrameRect_styleMask(NSRect.ByValue fRect,
NSUInteger aStyle)
Original signature : +(NSRect)contentRectForFrameRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:256 |
abstract NSRect.ByValue |
NSWindow._class_.contentRectForFrameRect_styleMask(NSRect.ByValue fRect,
NSUInteger aStyle)
Original signature : +(NSRect)contentRectForFrameRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:256 |
abstract NSRect.ByValue |
NSWindow.contentRectForFrameRect(NSRect.ByValue frameRect)
Original signature : -(NSRect)contentRectForFrameRect:(NSRect) native declaration : NSWindow.h:262 |
static NSView |
NSView.createWithFrame(NSRect.ByValue frameRect)
Factory method |
static NSTrackingArea |
NSTrackingArea.createWithRect_options_owner_userInfo(NSRect.ByValue rect,
NSUInteger options,
ObjCObject owner,
NSDictionary userInfo)
Factory method |
abstract NSData |
NSWindow.dataWithEPSInsideRect(NSRect.ByValue rect)
Original signature : -(NSData*)dataWithEPSInsideRect:(NSRect) native declaration : NSWindow.h:433 |
abstract NSData |
NSWindow.dataWithPDFInsideRect(NSRect.ByValue rect)
Original signature : -(NSData*)dataWithPDFInsideRect:(NSRect) native declaration : NSWindow.h:434 |
abstract void |
NSSliderCell.drawBarInside_flipped(NSRect.ByValue aRect,
boolean flipped)
Original signature : -(void)drawBarInside:(NSRect) flipped:(BOOL) native declaration : NSSliderCell.h:74 |
abstract void |
NSSliderCell.drawKnob(NSRect.ByValue knobRect)
Original signature : -(void)drawKnob:(NSRect) native declaration : NSSliderCell.h:72 |
abstract void |
NSTabViewItem.drawLabel_inRect(boolean shouldTruncateLabel,
NSRect.ByValue labelRect)
This method draws the tab label assuming a local coordinate system whose label axis runs along the x axis. |
abstract void |
NSSegmentedCell.drawSegment_inFrame_withView(NSInteger segment,
NSRect.ByValue frame,
NSView controlView)
For custom content drawing. frame has been adjusted to content area Original signature : -(void)drawSegment:(NSInteger) inFrame:(NSRect) withView:(NSView*) native declaration : NSSegmentedCell.h:114 |
abstract void |
NSLayoutManager.ensureLayoutForBoundingRect_inTextContainer(NSRect.ByValue bounds,
NSTextContainer container)
Original signature : -(void)ensureLayoutForBoundingRect:(NSRect) inTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:304 |
static void |
NSBezierPath.fillRect(NSRect.ByValue rect)
Original signature : +(void)fillRect:(NSRect) native declaration : NSBezierPath.h:81 |
abstract void |
NSBezierPath._class_.fillRect(NSRect.ByValue rect)
Original signature : +(void)fillRect:(NSRect) native declaration : NSBezierPath.h:81 |
static NSRect.ByValue |
NSWindow.frameRectForContentRect_styleMask(NSRect.ByValue cRect,
NSUInteger aStyle)
Original signature : +(NSRect)frameRectForContentRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:255 |
abstract NSRect.ByValue |
NSWindow._class_.frameRectForContentRect_styleMask(NSRect.ByValue cRect,
NSUInteger aStyle)
Original signature : +(NSRect)frameRectForContentRect:(NSRect) styleMask:(NSUInteger) native declaration : NSWindow.h:255 |
abstract NSRect.ByValue |
NSWindow.frameRectForContentRect(NSRect.ByValue contentRect)
Original signature : -(NSRect)frameRectForContentRect:(NSRect) native declaration : NSWindow.h:261 |
abstract NSRange.ByValue |
NSLayoutManager.glyphRangeForBoundingRect_inTextContainer(NSRect.ByValue bounds,
NSTextContainer container)
Original signature : -(NSRange)glyphRangeForBoundingRect:(NSRect) inTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:483 |
abstract NSRange.ByValue |
NSLayoutManager.glyphRangeForBoundingRectWithoutAdditionalLayout_inTextContainer(NSRect.ByValue bounds,
NSTextContainer container)
Original signature : -(NSRange)glyphRangeForBoundingRectWithoutAdditionalLayout:(NSRect) inTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:484 |
abstract boolean |
NSImage.hitTestRect_withImageDestinationRect_context_hints_flipped(NSRect.ByValue testRectDestSpace,
NSRect.ByValue imageRectDestSpace,
NSGraphicsContext context,
NSDictionary hints,
boolean flipped)
Answers the question, "If you were to draw the image in the passed destination rect in the passed context respecting the passed flippedness with the passed hints, would the test rect in the context intersect a non-transparent portion of the image?" |
abstract NSView |
NSView.initWithFrame(NSRect.ByValue frameRect)
Original signature : -(id)initWithFrame:(NSRect) native declaration : NSView.h:151 |
abstract NSTrackingArea |
NSTrackingArea.initWithRect_options_owner_userInfo(NSRect.ByValue rect,
NSUInteger options,
ObjCObject owner,
NSDictionary userInfo)
Original signature : -(id)initWithRect:(NSRect) options:(NSTrackingAreaOptions) owner:(id) userInfo:(NSDictionary*) native declaration : NSTrackingArea.h:51 |
abstract int |
NSSimpleHorizontalTypesetter.layoutControlGlyphForLineFragment(NSRect.ByValue lineFrag)
Original signature : -(NSLayoutStatus)layoutControlGlyphForLineFragment:(NSRect) native declaration : NSSimpleHorizontalTypesetter.h:210 |
abstract void |
NSPathCell.mouseEntered_withFrame_inView(NSEvent event,
NSRect.ByValue frame,
NSView view)
The NSPathCell will dynamically animate to display the component that the mouse is hovering over by using mouseEntered and mouseExited events. |
abstract void |
NSPathCell.mouseExited_withFrame_inView(NSEvent event,
NSRect.ByValue frame,
NSView view)
Original signature : -(void)mouseExited:(NSEvent*) withFrame:(NSRect) inView:(NSView*) native declaration : NSPathCell.h:122 |
abstract boolean |
NSView.needsToDrawRect(NSRect.ByValue aRect)
Original signature : -(BOOL)needsToDrawRect:(NSRect) native declaration : NSView.h:165 |
void |
AppKitLibrary.NSCopyBits(NSInteger srcGState,
NSRect.ByValue srcRect,
NSPoint.ByValue destPoint)
Original signature : void NSCopyBits(NSInteger, NSRect, NSPoint) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:161 |
void |
AppKitLibrary.NSDottedFrameRect(NSRect.ByValue aRect)
Original signature : void NSDottedFrameRect(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:171 |
void |
AppKitLibrary.NSDrawBitmap(NSRect.ByValue rect,
NSInteger width,
NSInteger height,
NSInteger bps,
NSInteger spp,
NSInteger bpp,
NSInteger bpr,
boolean isPlanar,
boolean hasAlpha,
NSString colorSpaceName,
byte[] data)
Original signature : void NSDrawBitmap(NSRect, NSInteger, NSInteger, NSInteger, NSInteger, NSInteger, NSInteger, BOOL, BOOL, NSString*, const unsigned char*[5]) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:160 |
void |
AppKitLibrary.NSDrawBitmap(NSRect.ByValue rect,
NSInteger width,
NSInteger height,
NSInteger bps,
NSInteger spp,
NSInteger bpp,
NSInteger bpr,
boolean isPlanar,
boolean hasAlpha,
NSString colorSpaceName,
PointerByReference data)
Deprecated. use the safer methods AppKitLibrary.NSDrawBitmap(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, boolean, boolean, org.rococoa.cocoa.foundation.NSString, byte[]) and AppKitLibrary.NSDrawBitmap(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, boolean, boolean, org.rococoa.cocoa.foundation.NSString, com.sun.jna.ptr.PointerByReference) instead |
void |
AppKitLibrary.NSDrawButton(NSRect.ByValue aRect,
NSRect.ByValue clipRect)
Original signature : void NSDrawButton(NSRect, NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:157 |
NSRect.ByValue |
AppKitLibrary.NSDrawColorTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntBuffer sides,
PointerByReference colors,
NSInteger count)
Original signature : NSRect NSDrawColorTiledRects(NSRect, NSRect, const NSRectEdge*, NSColor**, NSInteger) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:168 |
NSRect.ByValue |
AppKitLibrary.NSDrawColorTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntByReference sides,
PointerByReference colors,
NSInteger count)
Deprecated. use the safer methods AppKitLibrary.NSDrawColorTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSDrawColorTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.foundation.NSInteger) instead |
void |
AppKitLibrary.NSDrawDarkBezel(NSRect.ByValue aRect,
NSRect.ByValue clipRect)
Original signature : void NSDrawDarkBezel(NSRect, NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:169 |
void |
AppKitLibrary.NSDrawGrayBezel(NSRect.ByValue aRect,
NSRect.ByValue clipRect)
Original signature : void NSDrawGrayBezel(NSRect, NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:154 |
void |
AppKitLibrary.NSDrawGroove(NSRect.ByValue aRect,
NSRect.ByValue clipRect)
Original signature : void NSDrawGroove(NSRect, NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:155 |
void |
AppKitLibrary.NSDrawLightBezel(NSRect.ByValue aRect,
NSRect.ByValue clipRect)
Original signature : void NSDrawLightBezel(NSRect, NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:170 |
NSRect.ByValue |
AppKitLibrary.NSDrawTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntBuffer sides,
org.rococoa.cocoa.CGFloat[] grays,
NSInteger count)
Original signature : NSRect NSDrawTiledRects(NSRect, NSRect, const NSRectEdge*, const CGFloat*, NSInteger) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:153 |
NSRect.ByValue |
AppKitLibrary.NSDrawTiledRects(NSRect.ByValue boundsRect,
NSRect.ByValue clipRect,
IntByReference sides,
CGFloatByReference grays,
NSInteger count)
Deprecated. use the safer methods AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, java.nio.IntBuffer, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, com.sun.jna.ptr.IntByReference, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead |
void |
AppKitLibrary.NSDrawWhiteBezel(NSRect.ByValue aRect,
NSRect.ByValue clipRect)
Original signature : void NSDrawWhiteBezel(NSRect, NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:156 |
void |
AppKitLibrary.NSDrawWindowBackground(NSRect.ByValue aRect)
Original signature : void NSDrawWindowBackground(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:173 |
void |
AppKitLibrary.NSEraseRect(NSRect.ByValue aRect)
Original signature : void NSEraseRect(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:158 |
void |
AppKitLibrary.NSFrameRect(NSRect.ByValue aRect)
Original signature : void NSFrameRect(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:148 |
void |
AppKitLibrary.NSFrameRectWithWidth(NSRect.ByValue aRect,
org.rococoa.cocoa.CGFloat frameWidth)
Original signature : void NSFrameRectWithWidth(NSRect, CGFloat) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:149 |
void |
AppKitLibrary.NSFrameRectWithWidthUsingOperation(NSRect.ByValue aRect,
org.rococoa.cocoa.CGFloat frameWidth,
int op)
Original signature : void NSFrameRectWithWidthUsingOperation(NSRect, CGFloat, NSCompositingOperation) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:150 |
void |
AppKitLibrary.NSHighlightRect(NSRect.ByValue aRect)
Original signature : void NSHighlightRect(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:162 |
void |
AppKitLibrary.NSRectClip(NSRect.ByValue aRect)
Original signature : void NSRectClip(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:151 |
void |
AppKitLibrary.NSRectFill(NSRect.ByValue aRect)
Original signature : void NSRectFill(NSRect) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:141 |
void |
AppKitLibrary.NSRectFillUsingOperation(NSRect.ByValue aRect,
int op)
Original signature : void NSRectFillUsingOperation(NSRect, NSCompositingOperation) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:145 |
abstract NSRect.ByValue |
NSPathCell.rectOfPathComponentCell_withFrame_inView(NSPathComponentCell cell,
NSRect.ByValue frame,
NSView view)
Returns the current rect being displayed for a particular NSPathComponentCell 'cell', with respect to the 'frame' in 'view'. |
abstract void |
NSLayoutManager.setBoundsRect_forTextBlock_glyphRange(NSRect.ByValue rect,
NSTextBlock block,
NSRange.ByValue glyphRange)
Original signature : -(void)setBoundsRect:(NSRect) forTextBlock:(NSTextBlock*) glyphRange:(NSRange) native declaration : NSLayoutManager.h:448 |
abstract void |
NSLayoutManager.setExtraLineFragmentRect_usedRect_textContainer(NSRect.ByValue fragmentRect,
NSRect.ByValue usedRect,
NSTextContainer container)
Original signature : -(void)setExtraLineFragmentRect:(NSRect) usedRect:(NSRect) textContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:377 |
abstract void |
NSWindow.setFrame_display_animate(NSRect.ByValue frameRect,
boolean displayFlag,
boolean animateFlag)
If animationFlag is YES, this method will perform a smooth resize of the window, where the total time for the resize is specified by -animationResizeTime: Original signature : -(void)setFrame:(NSRect) display:(BOOL) animate:(BOOL) native declaration : NSWindow.h:308 |
abstract void |
NSWindow.setFrame_display(NSRect.ByValue frameRect,
boolean flag)
Original signature : -(void)setFrame:(NSRect) display:(BOOL) native declaration : NSWindow.h:295 |
abstract void |
NSBox.setFrameFromContentFrame(NSRect.ByValue contentFrame)
Original signature : -(void)setFrameFromContentFrame:(NSRect) native declaration : NSBox.h:73 |
abstract void |
NSLayoutManager.setLayoutRect_forTextBlock_glyphRange(NSRect.ByValue rect,
NSTextBlock block,
NSRange.ByValue glyphRange)
Original signature : -(void)setLayoutRect:(NSRect) forTextBlock:(NSTextBlock*) glyphRange:(NSRange) native declaration : NSLayoutManager.h:447 |
abstract void |
NSLayoutManager.setLineFragmentRect_forGlyphRange_usedRect(NSRect.ByValue fragmentRect,
NSRange.ByValue glyphRange,
NSRect.ByValue usedRect)
Original signature : -(void)setLineFragmentRect:(NSRect) forGlyphRange:(NSRange) usedRect:(NSRect) native declaration : NSLayoutManager.h:374 |
static void |
NSBezierPath.strokeRect(NSRect.ByValue rect)
Original signature : +(void)strokeRect:(NSRect) native declaration : NSBezierPath.h:82 |
abstract void |
NSBezierPath._class_.strokeRect(NSRect.ByValue rect)
Original signature : +(void)strokeRect:(NSRect) native declaration : NSBezierPath.h:82 |
Uses of NSRect.ByValue in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories that return NSRect.ByValue | |
---|---|
NSRect.ByValue |
NSTickMarkSupport.rectOfTickMarkAtIndex(NSInteger index)
An NSRangeException will be raised if the index is invalid. |
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSRect.ByValue | |
---|---|
void |
NSTextViewSupport.drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger strikethroughVal,
org.rococoa.cocoa.CGFloat baselineOffset,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)drawStrikethroughForGlyphRange:(NSRange) strikethroughType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:575 |
void |
NSTextViewSupport.drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger underlineVal,
org.rococoa.cocoa.CGFloat baselineOffset,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)drawUnderlineForGlyphRange:(NSRange) underlineType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:570 |
void |
NSTextViewSupport.showAttachmentCell_inRect_characterIndex(NSCell cell,
NSRect.ByValue rect,
NSUInteger attachmentIndex)
Original signature : -(void)showAttachmentCell:(NSCell*) inRect:(NSRect) characterIndex:(NSUInteger) from NSTextViewSupport native declaration : NSLayoutManager.h:562 |
void |
NSTextViewSupport.strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger strikethroughVal,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)strikethroughGlyphRange:(NSRange) strikethroughType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:576 |
void |
NSTextViewSupport.underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger underlineVal,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)underlineGlyphRange:(NSRange) underlineType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:571 |
Uses of NSRect.ByValue in org.rococoa.cocoa.foundation |
---|
Fields in org.rococoa.cocoa.foundation with type parameters of type NSRect.ByValue | |
---|---|
static GlobalStruct<NSRect.ByValue> |
FoundationLibrary.NSZeroRect
|
Methods in org.rococoa.cocoa.foundation that return NSRect.ByValue | |
---|---|
NSRect.ByValue |
FoundationLibrary.NSInsetRect(NSRect.ByValue aRect,
org.rococoa.cocoa.CGFloat dX,
org.rococoa.cocoa.CGFloat dY)
Original signature : NSRect NSInsetRect(NSRect, CGFloat, CGFloat) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:176 |
NSRect.ByValue |
FoundationLibrary.NSIntegralRect(NSRect.ByValue aRect)
Original signature : NSRect NSIntegralRect(NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:177 |
NSRect.ByValue |
FoundationLibrary.NSIntersectionRect(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : NSRect NSIntersectionRect(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:179 |
NSRect.ByValue |
FoundationLibrary.NSOffsetRect(NSRect.ByValue aRect,
org.rococoa.cocoa.CGFloat dX,
org.rococoa.cocoa.CGFloat dY)
Original signature : NSRect NSOffsetRect(NSRect, CGFloat, CGFloat) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:180 |
NSRect.ByValue |
FoundationLibrary.NSRectFromString(NSString aString)
Original signature : NSRect NSRectFromString(NSString*) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:192 |
NSRect.ByValue |
FoundationLibrary.NSUnionRect(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : NSRect NSUnionRect(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:178 |
Methods in org.rococoa.cocoa.foundation with parameters of type NSRect.ByValue | |
---|---|
boolean |
FoundationLibrary.NSContainsRect(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : BOOL NSContainsRect(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:184 |
void |
FoundationLibrary.NSDivideRect(NSRect.ByValue inRect,
NSRect slice,
NSRect rem,
org.rococoa.cocoa.CGFloat amount,
int edge)
Original signature : void NSDivideRect(NSRect, NSRect*, NSRect*, CGFloat, NSRectEdge) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:181 |
boolean |
FoundationLibrary.NSEqualRects(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : BOOL NSEqualRects(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:173 |
NSRect.ByValue |
FoundationLibrary.NSInsetRect(NSRect.ByValue aRect,
org.rococoa.cocoa.CGFloat dX,
org.rococoa.cocoa.CGFloat dY)
Original signature : NSRect NSInsetRect(NSRect, CGFloat, CGFloat) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:176 |
NSRect.ByValue |
FoundationLibrary.NSIntegralRect(NSRect.ByValue aRect)
Original signature : NSRect NSIntegralRect(NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:177 |
NSRect.ByValue |
FoundationLibrary.NSIntersectionRect(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : NSRect NSIntersectionRect(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:179 |
boolean |
FoundationLibrary.NSIntersectsRect(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : BOOL NSIntersectsRect(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:185 |
boolean |
FoundationLibrary.NSIsEmptyRect(NSRect.ByValue aRect)
Original signature : BOOL NSIsEmptyRect(NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:174 |
boolean |
FoundationLibrary.NSMouseInRect(NSPoint.ByValue aPoint,
NSRect.ByValue aRect,
boolean flipped)
Original signature : BOOL NSMouseInRect(NSPoint, NSRect, BOOL) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:183 |
NSRect.ByValue |
FoundationLibrary.NSOffsetRect(NSRect.ByValue aRect,
org.rococoa.cocoa.CGFloat dX,
org.rococoa.cocoa.CGFloat dY)
Original signature : NSRect NSOffsetRect(NSRect, CGFloat, CGFloat) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:180 |
boolean |
FoundationLibrary.NSPointInRect(NSPoint.ByValue aPoint,
NSRect.ByValue aRect)
Original signature : BOOL NSPointInRect(NSPoint, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:182 |
NSString |
FoundationLibrary.NSStringFromRect(NSRect.ByValue aRect)
Original signature : NSString* NSStringFromRect(NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:189 |
NSRect.ByValue |
FoundationLibrary.NSUnionRect(NSRect.ByValue aRect,
NSRect.ByValue bRect)
Original signature : NSRect NSUnionRect(NSRect, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:178 |
Uses of NSRect.ByValue in org.rococoa.cocoa.foundation.categories |
---|
Methods in org.rococoa.cocoa.foundation.categories that return NSRect.ByValue | |
---|---|
NSRect.ByValue |
NSGeometryCoding.decodeRect()
Original signature : -(NSRect)decodeRect from NSGeometryCoding native declaration : NSGeometry.h:215 |
NSRect.ByValue |
NSGeometryKeyedCoding.decodeRectForKey(NSString key)
Original signature : -(NSRect)decodeRectForKey:(NSString*) from NSGeometryKeyedCoding native declaration : NSGeometry.h:227 |
NSRect.ByValue |
NSValueGeometryExtensions.rectValue()
Original signature : -(NSRect)rectValue from NSValueGeometryExtensions native declaration : NSGeometry.h:202 |
Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSRect.ByValue | |
---|---|
void |
NSGeometryKeyedCoding.encodeRect_forKey(NSRect.ByValue rect,
NSString key)
Original signature : -(void)encodeRect:(NSRect) forKey:(NSString*) from NSGeometryKeyedCoding native declaration : NSGeometry.h:223 |
void |
NSGeometryCoding.encodeRect(NSRect.ByValue rect)
Original signature : -(void)encodeRect:(NSRect) from NSGeometryCoding native declaration : NSGeometry.h:214 |
NSValue |
NSValueGeometryExtensions._static_.valueWithRect(NSRect.ByValue rect)
Original signature : +(NSValue*)valueWithRect:(NSRect) from NSValueGeometryExtensions native declaration : NSGeometry.h:198 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |