Class NSBitmapImageRep


public class NSBitmapImageRep extends NSImageRep
  • Constructor Details

    • NSBitmapImageRep

      public NSBitmapImageRep()
    • NSBitmapImageRep

      public NSBitmapImageRep(long id)
    • NSBitmapImageRep

      public NSBitmapImageRep(id id)
  • Method Details

    • TIFFRepresentation

      public NSData TIFFRepresentation()
    • bitmapData

      public long bitmapData()
    • bitmapFormat

      public long bitmapFormat()
    • bitsPerPixel

      public long bitsPerPixel()
    • bytesPerPlane

      public long bytesPerPlane()
    • bytesPerRow

      public long bytesPerRow()
    • colorAtX

      public NSColor colorAtX(long x, long y)
    • getBitmapDataPlanes

      public void getBitmapDataPlanes(long[] data)
    • imageRepWithData

      public static NSBitmapImageRep imageRepWithData(NSData data)
    • 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)
    • initWithBitmapDataPlanes

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

      public NSBitmapImageRep initWithData(NSData data)
    • initWithFocusedViewRect

      public NSBitmapImageRep initWithFocusedViewRect(NSRect rect)
    • isPlanar

      public boolean isPlanar()
    • numberOfPlanes

      public long numberOfPlanes()
    • samplesPerPixel

      public long samplesPerPixel()
    • imageRepWithContentsOfFile

      public static NSImageRep imageRepWithContentsOfFile(NSString filename)