Class NSBitmapImageRep


  • public class NSBitmapImageRep
    extends NSImageRep
    • Constructor Detail

      • NSBitmapImageRep

        public NSBitmapImageRep()
      • NSBitmapImageRep

        public NSBitmapImageRep​(long id)
      • NSBitmapImageRep

        public NSBitmapImageRep​(id id)
    • Method Detail

      • bitmapData

        public long bitmapData()
      • bitmapFormat

        public long bitmapFormat()
      • bitsPerPixel

        public long bitsPerPixel()
      • bytesPerRow

        public long bytesPerRow()
      • colorAtX

        public NSColor colorAtX​(long x,
                                long y)
      • initWithBitmapDataPlanes

        public NSBitmapImageRep initWithBitmapDataPlanes​(long planes,
                                                         long width,
                                                         long height,
                                                         long bps,
                                                         long spp,
                                                         boolean alpha,
                                                         boolean isPlanar,
                                                         NSString colorSpaceName,
                                                         long bitmapFormat,
                                                         long rBytes,
                                                         long pBits)
      • isPlanar

        public boolean isPlanar()
      • samplesPerPixel

        public long samplesPerPixel()
      • imageRepWithContentsOfFile

        public static NSImageRep imageRepWithContentsOfFile​(NSString filename)