Uses of Interface
de.jangassen.jfa.appkit.NSImage
-
Packages that use NSImage Package Description de.jangassen.jfa.appkit -
-
Uses of NSImage in de.jangassen.jfa.appkit
Methods in de.jangassen.jfa.appkit that return NSImage Modifier and Type Method Description static NSImageNSImage. alloc()NSImageNSButton. image()NSImageNSMenuItem. image()NSImageNSImage. initByReferencingFile(String fileName)NSImageNSImage. initByReferencingURL(NSURL url)NSImageNSImage. initWithContentsOfFile(String fileName)NSImageNSImage. initWithContentsOfURL(NSURL url)NSImageNSImage. initWithData(NSData data)Methods in de.jangassen.jfa.appkit with parameters of type NSImage Modifier and Type Method Description voidNSButton. setImage(NSImage image)voidNSMenuItem. setImage(NSImage image)
-