org.rococoa.cocoa.foundation
Class NSImage

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

public abstract class NSImage
extends NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
 
Fields inherited from class org.rococoa.cocoa.foundation.NSObject
CLASS
 
Constructor Summary
NSImage()
           
 
Method Summary
abstract  void setScalesWhenResized(boolean scaleWhenResizing)
           
abstract  void setSize(NSSize size)
           
abstract  NSData TIFFRepresentation()
           
 
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
 

Constructor Detail

NSImage

public NSImage()
Method Detail

setScalesWhenResized

public abstract void setScalesWhenResized(boolean scaleWhenResizing)

setSize

public abstract void setSize(NSSize size)

TIFFRepresentation

public abstract NSData TIFFRepresentation()


Copyright © 2012. All Rights Reserved.