PDFRenderingSurfaceType Enumeration
In This Topic
Defines the supported rendering surface types.
Members
Member | Description |
ARGB_BYTE_BLOCK | ARGB rendering surface with contiguous block of bytes as storage. |
ARGB_BYTE_STRIP | ARGB rendering surface with multiple strips of bytes as storage. |
ARGB_INT_BLOCK | ARGB rendering surface with contiguous block of ints as storage. |
ARGB_INT_STRIP | ARGB rendering surface with multiple strips of ints as storage. |
BGR_BYTE_BLOCK | BGR rendering surface with contiguous block of bytes as storage. |
BGR_BYTE_STRIP | BGR rendering surface with multiple strips of bytes as storage. |
BGRA_BYTE_BLOCK | BGRA rendering surface with contiguous block of bytes as storage. |
BGRA_BYTE_STRIP | BGRA rendering surface with multiple strips of bytes as storage. |
BGRA_INT_BLOCK | BGRA rendering surface with contiguous block of ints as storage. |
BGRA_INT_STRIP | BGRA rendering surface with multiple strips of ints as storage. |
BLACK_WHITE_BLOCK | B/W rendering surface with contiguous block of bytes as storage. |
BLACK_WHITE_STRIP | B/W rendering surface with multiple strips of bytes as storage. |
GRAY_8_BLOCK | Gray8 rendering surface with contiguous block of bytes as storage. |
GRAY_8_STRIP | Gray8 rendering surface with multiple strips of bytes as storage. |
RGB_BYTE_BLOCK | RGB rendering surface with contiguous block of bytes as storage. |
RGB_BYTE_STRIP | RGB rendering surface with multiple strips of bytes as storage. |
RGBA_BYTE_BLOCK | RGBA rendering surface with contiguous block of bytes as storage. |
RGBA_BYTE_STRIP | RGBA rendering surface with multiple strips of bytes as storage. |
RGBA_INT_BLOCK | RGBA rendering surface with contiguous block of ints as storage. |
RGBA_INT_STRIP | RGBA 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