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

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

    See Also