PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFBgraIntBlockRenderingSurface Class
Members
In This Topic
    PDFBgraIntBlockRenderingSurface Class
    In This Topic
    Defines an PDF rendering surface with BGRA color format that uses a contiguous block of ints as storage.
    Object Model
    PDFBgraIntBlockRenderingSurface ClassMaskRenderingSurface InterfaceMaskRenderingSurface InterfacePDFRenderingSurface ClassPDFRenderingSurface ClassPDFRenderingSurfaceBoundingBox ClassPDFRenderingSurfaceType Enumeration
    Syntax
    public class PDFBgraIntBlockRenderingSurface 
        extends PDFIntBlockRenderingSurface 
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.render.renderingsurfaces.PDFRenderingSurface
          com.o2sol.pdf4java.render.renderingsurfaces.PDFIntBlockRenderingSurface
             com.o2sol.pdf4java.render.renderingsurfaces.PDFBgraIntBlockRenderingSurface

    See Also