org.rococoa.cocoa.foundation
Class NSValue

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSValue
All Implemented Interfaces:
ObjCObject

public abstract class NSValue
extends NSObject


Nested Class Summary
static interface NSValue._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSValue._Class CLASS
           
 
Constructor Summary
NSValue()
           
 
Method Summary
abstract  void getValue(com.sun.jna.Structure p)
           
abstract  NSSize sizeValue()
           
static NSValue valueWithSize(NSSize size)
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSValue._Class CLASS
Constructor Detail

NSValue

public NSValue()
Method Detail

valueWithSize

public static NSValue valueWithSize(NSSize size)

sizeValue

public abstract NSSize sizeValue()

getValue

public abstract void getValue(com.sun.jna.Structure p)


Copyright © 2012. All Rights Reserved.