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

    java.lang.Object
       com.o2sol.pdf4java.render.renderingsurfaces.PDFRenderingSurface
          com.o2sol.pdf4java.render.renderingsurfaces.PDFByteStripRenderingSurface
             com.o2sol.pdf4java.render.renderingsurfaces.PDFGray8StripRenderingSurface

    See Also