org.rococoa.cocoa.foundation
Interface NSImage

All Superinterfaces:
NSObject

public interface NSImage
extends NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSObject
NSObject._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSObject
CLASS
 
Method Summary
 void setScalesWhenResized(boolean scaleWhenResizing)
           
 void setSize(NSSize size)
           
 NSData TIFFRepresentation()
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Method Detail

setScalesWhenResized

void setScalesWhenResized(boolean scaleWhenResizing)

setSize

void setSize(NSSize size)

TIFFRepresentation

NSData TIFFRepresentation()


Copyright © 2009. All Rights Reserved.