PDF4Java.Render Reference Documentation
Inheritance Hierarchy
In This Topic
    com.o2sol.pdf4java.render.renderingsurfaces Package
    In This Topic
    Provides support for PDF rendering surfaces. Both block based and strip based surfaces are available.
    Classes
    ClassDescription
    Defines a PDF rendering surface with ARGB color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with ARGB color format that uses multiple strips of bytes as storage.
    Defines an PDF rendering surface with ARGB color format that uses a contiguous block of ints as storage.
    Defines an PDF rendering surface with ARGB color format that uses multiple strips of ints as storage.
    Defines an PDF rendering surface with BGRA color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with BGRA color format that uses multiple strips of bytes as storage.
    Defines an PDF rendering surface with BGRA color format that uses a contiguous block of ints as storage.
    Defines an PDF rendering surface with BGRA color format that uses multiple strips of ints as storage.
    Defines an PDF rendering surface with BGR color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with BGR color format that uses multiple strips of bytes as storage.
    Defines an PDF rendering surface with B/W color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with B/W color format that uses multiple strips of bytes as storage.
    Defines the base class for PDF rendering surfaces that use a contiguous block of bytes as storage.
    Defines the base class for PDF rendering surfaces that use multiple strips of a bytes as storage.
    Defines an PDF rendering surface with Gray8+Alpha color format that uses a contiguous block of bytes as storage.
    For internal use only.
    Defines an PDF rendering surface with Gray8+Alpha color format that uses multiple strips of bytes as storage.
    For internal use only.
    Defines an PDF rendering surface with Gray8 color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with Gray8 color format that uses multiple strips of bytes as storage.
    Defines the base class for PDF rendering surfaces that use a contiguous block of ints as storage.
    Defines the base class for PDF rendering surfaces that use multiple strips of ints as storage.
    Defines the base class for all rendering surfaces.
    Defines the bounding box for a rendering surface.
    For internal use only.
    Defines an PDF rendering surface with RGBA color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with RGBA color format that uses multiple strips of bytes as storage.
    Defines an PDF rendering surface with RGBA color format that uses a contiguous block of ints as storage.
    Defines an PDF rendering surface with RGBA color format that uses multiple strips of ints as storage.
    Defines an PDF rendering surface with RGB color format that uses a contiguous block of bytes as storage.
    Defines an PDF rendering surface with RGB color format that uses multiple strips of bytes as storage.
    Interfaces
    InterfaceDescription
    This interface supports the internal library infrastructure and should not be used by external client code.
    Enumerations
    EnumerationDescription
    Defines the supported rendering surface types.
    See Also