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.
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()