PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRenderingSurfaceType Enumeration
In This Topic
    PDFRenderingSurfaceType Enumeration
    In This Topic
    Defines the supported rendering surface types.
    Members
    MemberDescription
    ARGB_BYTE_BLOCKARGB rendering surface with contiguous block of bytes as storage.
    ARGB_BYTE_STRIPARGB rendering surface with multiple strips of bytes as storage.
    ARGB_INT_BLOCKARGB rendering surface with contiguous block of ints as storage.
    ARGB_INT_STRIPARGB rendering surface with multiple strips of ints as storage.
    BGR_BYTE_BLOCKBGR rendering surface with contiguous block of bytes as storage.
    BGR_BYTE_STRIPBGR rendering surface with multiple strips of bytes as storage.
    BGRA_BYTE_BLOCKBGRA rendering surface with contiguous block of bytes as storage.
    BGRA_BYTE_STRIPBGRA rendering surface with multiple strips of bytes as storage.
    BGRA_INT_BLOCKBGRA rendering surface with contiguous block of ints as storage.
    BGRA_INT_STRIPBGRA rendering surface with multiple strips of ints as storage.
    BLACK_WHITE_BLOCKB/W rendering surface with contiguous block of bytes as storage.
    BLACK_WHITE_STRIPB/W rendering surface with multiple strips of bytes as storage.
    GRAY_8_BLOCKGray8 rendering surface with contiguous block of bytes as storage.
    GRAY_8_STRIPGray8 rendering surface with multiple strips of bytes as storage.
    RGB_BYTE_BLOCKRGB rendering surface with contiguous block of bytes as storage.
    RGB_BYTE_STRIPRGB rendering surface with multiple strips of bytes as storage.
    RGBA_BYTE_BLOCKRGBA rendering surface with contiguous block of bytes as storage.
    RGBA_BYTE_STRIPRGBA rendering surface with multiple strips of bytes as storage.
    RGBA_INT_BLOCKRGBA rendering surface with contiguous block of ints as storage.
    RGBA_INT_STRIPRGBA rendering surface with multiple strips of ints as storage.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.render.renderingsurfaces.PDFRenderingSurfaceType

    See Also