org.rococoa.cocoa.foundation.categories
Interface NSValueGeometryExtensions

All Superinterfaces:
ObjCObject

public interface NSValueGeometryExtensions
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSValueGeometryExtensions._static_
           
 
Method Summary
 NSPoint.ByValue pointValue()
          Original signature : -(NSPoint)pointValue
from NSValueGeometryExtensions native declaration : NSGeometry.h:200
 NSRect.ByValue rectValue()
          Original signature : -(NSRect)rectValue
from NSValueGeometryExtensions native declaration : NSGeometry.h:202
 NSSize.ByValue sizeValue()
          Original signature : -(NSSize)sizeValue
from NSValueGeometryExtensions native declaration : NSGeometry.h:201
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

pointValue

NSPoint.ByValue pointValue()
Original signature : -(NSPoint)pointValue
from NSValueGeometryExtensions native declaration : NSGeometry.h:200


sizeValue

NSSize.ByValue sizeValue()
Original signature : -(NSSize)sizeValue
from NSValueGeometryExtensions native declaration : NSGeometry.h:201


rectValue

NSRect.ByValue rectValue()
Original signature : -(NSRect)rectValue
from NSValueGeometryExtensions native declaration : NSGeometry.h:202



Copyright © 2009. All Rights Reserved.