PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFGray8BlockRenderingSurface Class
Members
In This Topic
    PDFGray8BlockRenderingSurface Class
    In This Topic
    Defines an PDF rendering surface with Gray8 color format that uses a contiguous block of bytes as storage.
    Object Model
    PDFGray8BlockRenderingSurface ClassMaskRenderingSurface InterfaceMaskRenderingSurface InterfacePDFRenderingSurface ClassPDFRenderingSurface ClassMaskRenderingSurface InterfaceMaskRenderingSurface InterfacePDFRenderingSurfaceBoundingBox ClassPDFRenderingSurfaceBoundingBox ClassPDFRenderingSurfaceType EnumerationMaskRenderingSurface InterfaceMaskRenderingSurface Interface
    Syntax
    public class PDFGray8BlockRenderingSurface 
        extends PDFByteBlockRenderingSurface
        implements MaskRenderingSurface  
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.render.renderingsurfaces.PDFRenderingSurface
          com.o2sol.pdf4java.render.renderingsurfaces.PDFByteBlockRenderingSurface
             com.o2sol.pdf4java.render.renderingsurfaces.PDFGray8BlockRenderingSurface

    See Also