Class |
Description |
AllAnnotationsInterface |
This interface defines a more efficient method for retrieving annotations on a document.
|
AnnotationLayer |
This class represents an annotation layer on a document.
|
AnnotationsInterface |
Defines base methods to save and retrieve annotations.
|
AnnotationWrapper |
Defines a facade for the RasterMaster annotation object.
|
AsciiUtils |
|
AvailableDocumentsInterface |
Defines method for retrieving a list of available and viewable documents.
|
BookmarksInterface |
Allows for retrieving and saving page bookmarks.
|
ByteResponseHandler |
|
CacheValidator |
Allows VirtualViewer to confirm whether specific documents should be retrieved or stored in the VirtualViewer
cache.
|
CapacityLimitedHashtable<K,V> |
Map that will eject its least-recently-accessed values to remain within a specified capacity.
|
ClientServerIO |
Utility class for manipulating URL, stream, and File data.
|
ContentHandlerInput |
All of VirtualViewer's content handler API's methods have an input parameter of ContentHandlerInput.
|
ContentHandlerResult |
All of VirtualViewer's content handler API's methods have a return type of
ContentHandlerResult.
|
CreateDocumentInterface |
Allows a user to upload a document through the client interface.
|
DocumentContentRetrievalResponseHandler |
|
DocumentNotesInterface |
Enables the document notes feature.
|
EmptyResponseHandler |
|
EventSubscriberInterface |
Implement this interface to subscribe to client events.
|
ExternalReference |
Represents an external reference for a CAD/DWG file.
|
FileContentHandler |
This is a sample content handler for demonstration and example purposes.
|
FormatRenderProperties |
Defines a set of render properties for a specified format.
|
HealthCheckInterface |
|
HttpUtils |
|
ImageUtils |
Contains utility methods used for sizing and adjusting images.
|
JsonResponseHandler |
|
LRUByteLimitedHashtable<K,V> |
Implementation of CapacityLimitedHashtable that attempts to keep its contents to a specific size in memory by
ejecting least-recently-used items when reaching its maximum capacity.
|
LRUHashtable<K,V> |
Implementation of CapacityLimitedHashtable that only allows a specific number of entries before ejecting the
least-recently-used items.
|
MediaCaption |
Represents a media caption (and its metadata) for a video or audio document.
|
MediaCaption.Kind |
|
Metadata |
|
MultipartResponseHandler |
|
OCRDataProviderInterface |
|
PercentRect |
|
PermissionLevel |
Enumerates allowed annotation permission levels.
|
RasterMaster |
Facade that allows access to the RasterMaster API.
|
RestfulContentHandlerRequestBuilder |
|
RestfulHttpContentHandler |
|
RestLink |
|
SendDocumentInterface |
Defines a method to export a document through the content handler.
|
Sizeable |
Defines a method to estimate the byte size of an object.
|
SnowLoggerFactory |
Use this class to obtain a reference to the SLF4J logger.
|
StructuredLogger |
Decorator class for our SLF4J logger.
|
ThreadSafeDateFormatter |
Class for formatting Date objects in a thread-safe manner.
|
URLReturnData |
This class encapsulates data returned from a URL including a byte[] array containing the contents
and a map representing the header data.
|
VirtualDocumentId |
|
VirtualViewerAPIException |
Exception base class for exceptions thrown by a content handler API method.
|
VirtualViewerContentHandlerInterface |
The base required interface which defines methods for retrieving and saving document content.
|
VirtualViewerFormatHash |
This singleton is used to get known format information, including the list of file extensions known and supported by VirtualViewer.
|
VirtualViewerRestException |
A protocol exception for issues specific to the REST CH--for example, incorrect json sent to VV, missing
data, and so on.
|
VirtualViewerSnowAnn |
|
WatermarksInterface |
Defines methods for retrieving and deleting watermarks.
|
XMLUtils |
Utility class to easily convert an XML object to its String representation.
|
Xref |
|