org.rococoa.cocoa.foundation.categories
Interface NSGeometryCoding

All Known Implementing Classes:
NSArchiver, NSCoder, NSKeyedArchiver, NSKeyedUnarchiver, NSPortCoder, NSUnarchiver

public interface NSGeometryCoding

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 NSGeometryCoding._static_
           
 
Method Summary
 NSPoint.ByValue decodePoint()
           
 NSRect.ByValue decodeRect()
           
 NSSize.ByValue decodeSize()
           
 void encodePoint(NSPoint.ByValue point)
           
 void encodeRect(NSRect.ByValue rect)
           
 void encodeSize(NSSize.ByValue size)
           
 

Method Detail

encodePoint

void encodePoint(NSPoint.ByValue point)

decodePoint

NSPoint.ByValue decodePoint()

encodeSize

void encodeSize(NSSize.ByValue size)

decodeSize

NSSize.ByValue decodeSize()

encodeRect

void encodeRect(NSRect.ByValue rect)

decodeRect

NSRect.ByValue decodeRect()