- CacheValidator - Interface in com.snowbound.contenthandler.interfaces
-
Allows VirtualViewer to confirm whether specific documents should be retrieved or stored in the VirtualViewer
cache.
- CapacityLimitedHashtable<K,V> - Class in com.snowbound.common.utils
-
Map that will eject its least-recently-accessed values to remain within a specified capacity.
- CapacityLimitedHashtable(long) - Constructor for class com.snowbound.common.utils.CapacityLimitedHashtable
-
- checkInterruptedError(int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
- checkInterruptedError(int) - Method in class com.snowbound.common.utils.RasterMaster
-
- ClientServerIO - Class in com.snowbound.common.utils
-
Utility class for manipulating URL, stream, and File data.
- ClientServerIO() - Constructor for class com.snowbound.common.utils.ClientServerIO
-
- com.snowbound.common - package com.snowbound.common
-
Contains utility classes and classes that are used to send information between VirtualViewer and the content handler.
- com.snowbound.common.transport - package com.snowbound.common.transport
-
Classes that may be used to transport data to and from VirtualViewer.
- com.snowbound.common.utils - package com.snowbound.common.utils
-
Utility classes that may be used in the content handler.
- com.snowbound.contenthandler - package com.snowbound.contenthandler
-
Interfaces and classes that are required for the content handler.
- com.snowbound.contenthandler.example - package com.snowbound.contenthandler.example
-
Demonstration content handlers, including the default FileContentHandler.
- com.snowbound.contenthandler.interfaces - package com.snowbound.contenthandler.interfaces
-
Interfaces that can be used to add features to a content handler.
- ContentHandlerInput - Class in com.snowbound.contenthandler
-
All of VirtualViewer's content handler API's methods have an input parameter of ContentHandlerInput.
- ContentHandlerInput() - Constructor for class com.snowbound.contenthandler.ContentHandlerInput
-
Default constructor.
- ContentHandlerInput(String, String) - Constructor for class com.snowbound.contenthandler.ContentHandlerInput
-
- ContentHandlerInput(String, String, Object) - Constructor for class com.snowbound.contenthandler.ContentHandlerInput
-
- ContentHandlerResult - Class in com.snowbound.contenthandler
-
All of VirtualViewer's content handler API's methods have a return type of
ContentHandlerResult.
- ContentHandlerResult() - Constructor for class com.snowbound.contenthandler.ContentHandlerResult
-
- convertJsonToPdf(String, String) - Method in class com.snowbound.common.utils.RasterMaster
-
- copyFile(File, File) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Copies data from sourceFile
to destinationFile
.
- CREATE - Static variable in class com.snowbound.common.transport.PermissionLevel
-
Annotations on this layer can be created, but not edited or deleted afterwards.
- createDocument(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- createDocument(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.CreateDocumentInterface
-
- CreateDocumentInterface - Interface in com.snowbound.contenthandler.interfaces
-
Allows a user to upload a document through the client interface.
- createFromByteArray(byte[]) - Static method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Deserialize a VirtualViewerSnowAnn from the provided byte array.
- createFromXML(String) - Static method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Attempt to create and initialize a VirtualViewerSnowAnn object from an XML string.
- currentSize() - Method in class com.snowbound.common.utils.CapacityLimitedHashtable
-
Return the current size of all of the table's values as judged by the implementation of getObjectSize.
- get(Object) - Method in class com.snowbound.common.utils.CapacityLimitedHashtable
-
Retrieve a value from the map.
- getAction() - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Deprecated.
- getAdjustedHeightForYDPI(RasterMaster) - Static method in class com.snowbound.common.utils.ImageUtils
-
Returns height of image adjusted to match the X-DPI (instead of the Y-DPI).
- getAllAnnotationsForDocument(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getAllAnnotationsForDocument(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.AllAnnotationsInterface
-
Returns a map of all of the annotations for a specified document key.
- getAnnotationContent() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getAnnotationContent() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getAnnotationContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getAnnotationContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.AnnotationsInterface
-
Returns the content for the specified annotation layer and document key in the form of a
byte array.
- getAnnotationContentFromFile(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getAnnotationData() - Method in interface com.snowbound.common.transport.AnnotationWrapper
-
- getAnnotationData() - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
- getAnnotationId() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getAnnotationLayers() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getAnnotationNames() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getAnnotationNames(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getAnnotationNames(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.AnnotationsInterface
-
Returns an array of annotation layer names for the specified
document key and client instance key.
- getAnnotationProperties() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getAnnotationProperties() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getAnnotationProperties(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getAnnotationProperties(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.AnnotationsInterface
-
Returns the properties for a specified annotation layer key in the form
of a hashtable.
- getAvailableDisplayNames() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getAvailableDocumentIds() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getAvailableDocumentIds(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getAvailableDocumentIds(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.AvailableDocumentsInterface
-
Returns an array containing the set of document keys available for viewing.
- getBitDepth() - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- getBitsPerPixel() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the bit depth of the image.
- getBookmarkContent() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getBookmarkContent() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getBookmarkContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getBookmarkContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.BookmarksInterface
-
Returns the bookmark XML content for the specified document key in the
form of a byte array.
- getBytes(InputStream) - Static method in class com.snowbound.common.utils.ClientServerIO
-
This method returns a byte array containing the data in the specified stream.
- getClientInstanceId() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getClientPreferencesXML() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getClientPreferencesXML() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getCropboxX() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the xpos of the cropbox for vector pdf images.
- getCropboxY() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the ypos of the cropbox for vector pdf images.
- getData() - Method in class com.snowbound.common.transport.AnnotationLayer
-
Get the contents of this annotation layer.
- getData() - Method in class com.snowbound.common.utils.URLReturnData
-
Return the response contents.
- getDefaultDepth() - Method in class com.snowbound.common.utils.RasterMaster
-
- getDefaultResolution() - Method in class com.snowbound.common.utils.RasterMaster
-
- getDocumentContent() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getDocumentContent() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getDocumentContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getDocumentContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.VirtualViewerContentHandlerInterface
-
Returns the content for the specified document key.
- getDocumentContentByFile(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getDocumentContentElements() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getDocumentDisplayName() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getDocumentFile() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getDocumentFile() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getDocumentFormat() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getDocumentId() - Method in class com.snowbound.common.transport.AnnotationLayer
-
Returns the key of the document to which this annotation layer belongs.
- getDocumentId() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getDocumentPageCount() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getDocumentSparseElements() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getDocumentStream() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getDpi() - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- getExternalReferenceData() - Method in class com.snowbound.common.transport.ExternalReference
-
Get the external reference's file contents.
- getExternalReferenceID() - Method in class com.snowbound.common.transport.ExternalReference
-
Get the ID used to refer to the external reference in the DWG file.
- getFileBytes(File) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Returns a byte array containing a File's content.
- getFileContent(File) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Returns the text content of a file.
- getFormat(int) - Method in class com.snowbound.contenthandler.VirtualViewerFormatHash
-
Retrieve a detailed information object about a format by providing the code VirtualViewer and RasterMaster uses
to identify that format.
- getHeaderFields() - Method in class com.snowbound.common.utils.URLReturnData
-
Returns an unmodifiable Map of the header fields.
- getHeight() - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- getHeight() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the height of the image in pixels.
- getHttpServletRequest() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getInstance() - Static method in class com.snowbound.contenthandler.VirtualViewerFormatHash
-
Retrieve the VirtualViewerFormatHash instance.
- getKnownExtensions() - Method in class com.snowbound.contenthandler.VirtualViewerFormatHash
-
Return a list of file extensions known and supported by VirtualViewer, including video file extensions.
- getLargeImageScaleFactor(int, int, int, long) - Static method in class com.snowbound.common.utils.ImageUtils
-
Call if scaling is configured (rpConfig.isScalingConfigured()) to determine
the scale factor.
- getLayerName() - Method in class com.snowbound.common.transport.AnnotationLayer
-
Returns the name/key of this annotation layer.
- getLayerName() - Method in interface com.snowbound.common.transport.AnnotationWrapper
-
Return annotation layer name.
- getLayerName() - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
- getLayerObjectId() - Method in class com.snowbound.common.transport.AnnotationLayer
-
- getLogger(String) - Static method in class com.snowbound.common.utils.SnowLoggerFactory
-
Return a logger named according to the name
parameter.
- getLogger(Class) - Static method in class com.snowbound.common.utils.SnowLoggerFactory
-
Return a logger named corresponding to the class passed as a parameter.
- getMaxPageRender() - Method in class com.snowbound.common.utils.FormatRenderProperties
-
As a way to control memory use, this will be passed in to SnowDocFactory
and limit how many pages of an xlsx will be rendered.
- getNotesContent() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getNotesContent() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getNotesContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getNotesContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.DocumentNotesInterface
-
Returns the contents of the document notes XML file for the specified document key in the
form of a byte array.
- getNotesPermissionLevel() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getNotesTemplates() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getObjectSize(V) - Method in class com.snowbound.common.utils.CapacityLimitedHashtable
-
Return the size this object will be inside of this hashtable.
- getObjectSize(Object) - Method in class com.snowbound.common.utils.LRUByteLimitedHashtable
-
Estimates the size of the object in bytes.
- getObjectSize(Object) - Method in class com.snowbound.common.utils.LRUHashtable
-
Always returns 1; this makes capacity a measure of the number of items in the table.
- getOCRDataForDocument(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getOCRDataForDocument(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.OCRDataProviderInterface
-
Returns a JSON file, passed as a byte array, of OCRed text data for a document.
- getOCRDataOnPerformOCR(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getOCRDataOnPerformOCR(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.OCRDataProviderInterface
-
Returns a JSON file, passed as a byte array, of OCRed text data for a document.
- getOffice_BitsPerPix() - Method in class com.snowbound.common.utils.RasterMaster
-
- getOffice_resolution() - Method in class com.snowbound.common.utils.RasterMaster
-
- getOfficePagesizeX() - Method in class com.snowbound.common.utils.RasterMaster
-
- getOfficePagesizeY() - Method in class com.snowbound.common.utils.RasterMaster
-
- getPageSpecificIndex() - Method in class com.snowbound.common.transport.AnnotationLayer
-
-1 indicates that the annotations are not page-specific.
- getProperties() - Method in class com.snowbound.common.transport.AnnotationLayer
-
The properties map contains additional properties for this Annotation Layer.
- getRenderFormat() - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- getSize() - Method in class com.snowbound.common.utils.RasterMaster
-
- getSizeInCache() - Method in class com.snowbound.common.transport.ExternalReference
-
Get the size of the external reference file in bytes, used to easily determine size when caching.
- getSizeInCache() - Method in interface com.snowbound.common.utils.Sizeable
-
Return the estimated byte-size, or memory footprint, of this object.
- getSnowbndObject() - Method in class com.snowbound.common.utils.RasterMaster
-
Retrieve the internal Snowbnd object wrapped by this RasterMaster class.
- getSparseRequestedPageCount() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getSparseRequestedPageIndex() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getSparseRequestedPageNumber() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getStampStatus() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getStringFromElement(Element) - Static method in class com.snowbound.common.utils.XMLUtils
-
Convert an XML element to its String representation.
- getThumbnailSize(int, int, int, int, int) - Static method in class com.snowbound.common.utils.ImageUtils
-
Calculate the best dimensions for a thumbnail of a document page with the given width, height, and DPI.
- getURLBytes(String) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Returns the content provided at a specified URL.
- getURLBytes(String, String) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Returns the content provided at a specified URL.
- getURLInputStream(String) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Returns the content provided at a specified URL as a stream.
- getUtf8Mode() - Method in class com.snowbound.common.utils.RasterMaster
-
- getWatermarkContent() - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- getWatermarkContent() - Method in class com.snowbound.contenthandler.ContentHandlerResult
-
- getWatermarkContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- getWatermarkContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.WatermarksInterface
-
Returns the watermark file for the specified document key in the form of a byte array.
- getWidth() - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- getWidth() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the width of the image in pixels.
- getXdpi() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the X resolution, in DPI (dots per inch), of the image.
- getYdpi() - Method in class com.snowbound.common.utils.RasterMaster
-
Returns the Y resolution, in DPI (dots per inch), of the image.
- gUseExactPoints - Static variable in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Use exact point sizes in calculating font sizes in Text objects.
- ImageUtils - Class in com.snowbound.common.utils
-
Contains utility methods used for sizing and adjusting images.
- IMG_add_watermark(byte[], int, int, String, String, int, int, int, int, boolean) - Method in class com.snowbound.common.utils.RasterMaster
-
This method adds a watermark string at the designated placement.
- IMG_color_gray() - Method in class com.snowbound.common.utils.RasterMaster
-
This method converts 24-bit color image to 8-bit gray scale.
- IMG_create_thumbnail(int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method intelligently resizes down images.
- IMG_decompress_bitmap(String, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method decompresses an image from the local disk.
- IMG_decompress_bitmap(DataInputStream, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method decompresses data from a DataInputStream and automatically
detects the file format.
- IMG_despeckle_bitmap(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method removes noise (random pixel data) from 1-bit images.
- IMG_dwg_to_svg_mem(byte[], int[], int[], int[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns a byte array containing SVG representation of requested
layer of the DWG buffer passed in.
- IMG_flip_bitmapx() - Method in class com.snowbound.common.utils.RasterMaster
-
This method inverts the current image, changing pixels by a simple XOR
operation applied to each byte of the image in memory.
- IMG_flip_bitmapy() - Method in class com.snowbound.common.utils.RasterMaster
-
This method flips the image vertically to produce a mirror image.
- IMG_invert_bitmap() - Method in class com.snowbound.common.utils.RasterMaster
-
This method inverts the current image, changing pixels by a simple XOR
operation applied to each byte of the image in memory.
- IMG_promote_24() - Method in class com.snowbound.common.utils.RasterMaster
-
This method permanently converts the current 1, 4, or 8-bit image to a 24-bit
image.
- IMG_promote_8() - Method in class com.snowbound.common.utils.RasterMaster
-
This method permanently converts the current 1, 4, 16 or 24-bit image to 8
bit.
- IMG_resize_bitmap(int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method changes the internal size of the image according to the input
parameters.
- IMG_rotate_bitmap(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method rotates the current image clockwise by display angle.
- IMG_save_bitmap(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method saves the current Snowbnd image object to a returned byte array.
- IMG_save_bitmap(String, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method saves the current Snowbnd image object to the format specified by
comp_type.
- IMG_save_document(byte[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method will save to a searchable Pdf file.
- IMG_sharpen_bitmap(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sharpens or blurs the image.
- IMG_vector_to_pdf(DataInputStream, int, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
Convert document to (vector) PDF.
- IMG_vector_to_svg(DataInputStream, int[], int[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method will any vector format to .SVG returned in a bytearray.
- IMG_window_level(int, int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method changes the range of displayed pixels.
- IMGLOW_append_page(String, byte[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method appends a specified page to an existing multipage pdf or Tiff
document.
- IMGLOW_appendRedactionAnnots(DataInputStream, SnowAnn, int) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_close_pdf_writer() - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_create_pdf(byte[], boolean) - Method in class com.snowbound.common.utils.RasterMaster
-
Creates a PDF page containing a raster image without processing the raster image at all.
- IMGLOW_extract_page(String, int, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method extracts the specified page from a multipage pdf or Tiff
document.
- IMGLOW_extract_page(DataInputStream, int, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method extracts the specified page from a multipage pdf or Tiff
document.
- IMGLOW_extract_page(DataInputStream, String, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method extracts the specified page from a multipage pdf or Tiff
document.
- IMGLOW_extract_text(DataInputStream, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method extracts text from PTOCA files.
- IMGLOW_get_dwg_layers(byte[], int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns an array of Strings containing layer and color names.
- IMGLOW_get_fileinfo(String, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method fills in the height, width, and bits-per-pixel without
decompressing the entire file.
- IMGLOW_get_fileinfo(DataInputStream, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method fills in the height, width, and bits-per-pixel without
decompressing the entire file.
- IMGLOW_get_filetype(String) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns the file type of an image.
- IMGLOW_get_filetype(DataInputStream) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns the filetype of an image.
- IMGLOW_get_image_orientation() - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns the orientation of the last image decompressed, if the
information is available.
- IMGLOW_get_page_rotation(byte[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_get_pages(String) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns the number of pages in a multipage document.
- IMGLOW_get_pages(DataInputStream) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns the number of pages in a multipage document.
- IMGLOW_get_tiff_tag(int, int, int[], String, byte[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method reads a TIFF tag from the file specified.
- IMGLOW_get_tiff_tag(int, int, int[], DataInputStream, byte[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method reads a TIFF tag from the file specified.
- IMGLOW_ocr_bitmap(byte[]) - Method in class com.snowbound.common.utils.RasterMaster
-
Convert raster buffer to vector pdf buffer.
- IMGLOW_ocr_is_available() - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_ocr_set_dll_path(String) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_ocr_set_engine_path(String) - Method in class com.snowbound.common.utils.RasterMaster
-
Set path to parent of tessdata folder
- IMGLOW_ocr_set_lan(String) - Method in class com.snowbound.common.utils.RasterMaster
-
Set language for Tesseract machine
- IMGLOW_page_has_text(DataInputStream, int) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_page_is_image(byte[], int) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_pdf_append_file(DataInputStream) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_rects_intersect_with_image_on_page(byte[], Rectangle2D.Double[]) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_redact_ann(byte[], SnowAnn, int, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns a byte array in Snowbound intermediate format, for saving
via IMG_save_document(), with any text or image data inside the annotation
rectangles redacted.
- IMGLOW_redact_page(DataInputStream, Rectangle2D.Double[], int, int, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method supports PDF redaction by removing text that intersects any of the rectangles
in the rarray argument.
- IMGLOW_rotate_page(byte[], int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_search_pattern(byte[], String, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns an array of structures of classes of the type,
SNBD_SEARCH_RESULT.
- IMGLOW_search_text(byte[], String, int, int[]) - Method in class com.snowbound.common.utils.RasterMaster
-
This method returns an array of structures of classes of the type,
SNBD_SEARCH_RESULT.
- IMGLOW_set_ascii_attributes(int, int, int, int, int, int, int, int, int, int, int, int, boolean, boolean, String, int, double) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets attributes for importing an Ascii file into the Java
RasterMaster library.
- IMGLOW_set_brightness(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the brightness of the current image.
- IMGLOW_set_contrast(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the relative difference between the image's black and white
values.
- IMGLOW_set_decompsize(int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method allows setting the destination size for an image being
decompressed.
- IMGLOW_set_document_input(int, int, int, double, double) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the rendering parameters for decompression of Office files.
- IMGLOW_set_document_input(int, int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the rendering parameters for decompression of Office files.
- IMGLOW_set_dwg_path(String) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the path for dwg files with xrefs
- IMGLOW_set_fontmap_path(String) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the path for finding the Afp font mapping file.
- IMGLOW_set_gamma(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets a gamma correction factor which corrects for the gamma or
response curve of the monitor.
- IMGLOW_set_license_path(InputStream) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_set_ooxml_intermediate_format(int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
Set the OOXML's intermediate conversion file format for a certain OOXML file
formats
- IMGLOW_set_ooxml_license_input_stream(InputStream) - Method in class com.snowbound.common.utils.RasterMaster
-
Sets/loads the ooxml license from an InputStream.
- IMGLOW_set_overlay_parameters(String) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_set_overlay_path(String) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the path for finding overlay files.
- IMGLOW_set_pdf_input(int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method allows the conversion of PDF files into bitmaps when decompressed
by RasterMaster products.
- IMGLOW_set_pdf_output(int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the destination size for saving pdf files.
- IMGLOW_set_pdf_writer(String) - Method in class com.snowbound.common.utils.RasterMaster
-
- IMGLOW_set_UTF_8(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the decompression to force Ascii UTF8.
- increaseBytes(byte[]) - Static method in class com.snowbound.common.utils.ImageUtils
-
Return a new byte array with the same contents, double the size of the original.
- init(ServletConfig) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- init(ServletConfig) - Method in interface com.snowbound.contenthandler.interfaces.VirtualViewerContentHandlerInterface
-
Used to set up each content handler instance before any methods are called.
- isModified() - Method in class com.snowbound.common.transport.AnnotationLayer
-
Whether this annotation has been modified since it was last saved.
- isModified() - Method in interface com.snowbound.common.transport.AnnotationWrapper
-
- isModified() - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
- isNew() - Method in class com.snowbound.common.transport.AnnotationLayer
-
Whether this annotation has been saved before.
- KEY_ALL_ANNOTATIONS_HASH - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for map of annotation layer keys to annotation layer objects.
- KEY_ANNOTATION_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the contents of an annotation file, used when saving a single annotation layer.
- KEY_ANNOTATION_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for an annotation layer's file content.
- KEY_ANNOTATION_CREATED_DATE - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for date annotation layer was created.
- KEY_ANNOTATION_DELETABLE - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for whether an annotation is deletable.
- KEY_ANNOTATION_DISPLAY_NAME - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for annotation layer display name.
- KEY_ANNOTATION_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for an annotation layer key, used to identify a specific annotation layer on a document.
- KEY_ANNOTATION_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for annotation layer key.
- KEY_ANNOTATION_IMAGE_DOCUMENT_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_ANNOTATION_LAYERS - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for an array of annotation layer objects.
- KEY_ANNOTATION_NAMES - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for a list of annotation layer keys/names.
- KEY_ANNOTATION_OWNER - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for user who created the annotation layer.
- KEY_ANNOTATION_PERMISSION - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_ANNOTATION_PROPERTIES - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the map of annotation properties, which maps String keys to custom properties.
- KEY_ANNOTATION_PROPERTIES - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for custom annotation properties.
- KEY_ANNOTATION_SESSION_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_AVAILABLE_DISPLAY_NAMES - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for list of document display names that are available to view.
- KEY_AVAILABLE_DOCUMENT_IDS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for list of document keys that are available to view.
- KEY_BOOKMARK_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the contents of a bookmarks XML file, used when saving.
- KEY_BOOKMARK_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for a document's bookmark file content.
- KEY_CACHE_ACTION - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for action to be confirmed by validateCache.
- KEY_CLIENT_INSTANCE_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for a custom, configurable, value used to pass data from client to content handler.
- KEY_CLIENT_INSTANCE_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_CLIENT_PREFERENCES_XML - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
- KEY_CLIENT_PREFERENCES_XML - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_CURRENT_USER_NAME - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_DOCUMENT_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the document file content.
- KEY_DOCUMENT_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the document content returned from getDocumentContent.
- KEY_DOCUMENT_CONTENT_ELEMENTS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the list of document content elements.
- KEY_DOCUMENT_DISPLAY_NAME - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the user-friendly display name for a document.
- KEY_DOCUMENT_DISPLAY_NAME - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the document name VirtualViewer displays to the user.
- KEY_DOCUMENT_FILE - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
- KEY_DOCUMENT_FILE - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for a document file reference returned from getDocumentContent.
- KEY_DOCUMENT_FORMAT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for a format code used to identify a file format like PDF or TIF by VirtualViewer and Rastermaster.
- KEY_DOCUMENT_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for a document key, used to identify a specific document.
- KEY_DOCUMENT_ID - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the document key.
- KEY_DOCUMENT_INPUT_STREAM - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for input stream to document content returned from getDocumentContent.
- KEY_DOCUMENT_SPARSE_ELEMENTS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the list of sparse content elements.
- KEY_DOCUMENT_SPARSE_PAGE_INDEX - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the first page index of the pages returned in KEY_DOCUMENT_SPARSE_ELEMENTS.
- KEY_DOCUMENT_SPARSE_RETURN_PAGE_COUNT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the number of pages returned in KEY_DOCUMENT_SPARSE_ELEMENTS.
- KEY_DOCUMENT_SPARSE_TOTAL_PAGE_COUNT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for the number of pages in the whole sparse document.
- KEY_EVENT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the type of event in an event notification.
- KEY_EVENT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EVENT_EXPORT_FORMAT_NAME - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for which format a document was exported as in an
export event
.
- KEY_EVENT_EXPORT_FORMAT_NAME - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EVENT_PAGE_REQUESTED_NUMBER - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the zero-based page index of a specific page.
- KEY_EVENT_PAGE_REQUESTED_NUMBER - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EVENT_PRINT_PAGE_NUMBERS - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
- KEY_EVENT_PRINT_PAGE_NUMBERS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EVENT_ROTATE_DEGREES - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the degrees pages were rotated by in a rotate action.
- KEY_EVENT_ROTATE_DEGREES - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EVENT_ROTATE_PAGE - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for a list of zero-based page indexes affected by a rotate action.
- KEY_EVENT_ROTATE_PAGE - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EVENT_SAVE_ANNOTATION_LAYER_NAME_BASE - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
- KEY_EVENT_SAVE_ANNOTATION_LAYER_NAME_BASE - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_EXTERNAL_REFERENCE_CONTENT_ELEMENTS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for external reference files used by a CAD or DWG file.
- KEY_HTTP_SERVLET_REQUEST - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the request object, used to retrieve information about the request that spawned the current content
handler method.
- KEY_MERGE_ANNOTATIONS - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for whether annotations were merged into the document being sent.
- KEY_METADATA_HASHTABLE - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for custom document metadata that may be retrieved on the client.
- KEY_NOTES_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the contents of a document notes XML file, used when saving.
- KEY_NOTES_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for a document's note file content.
- KEY_NOTES_PERMISSIONS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_NOTES_TEMPLATES - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_OCR_DATA_JSON - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key to pass existing OCR data to VirtualViewer, in JSON format.
- KEY_OCR_DATA_JSON_STRING - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key to pass existing OCR data to VirtualViewer, in JSON format, as a string.
- KEY_PAGE_COUNT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the number of pages in the document.
- KEY_PUBLISH_STATUS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_RETRIEVED_EXTERNAL_REFERENCES - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for whether external references are being returned with the document.
- KEY_SPARSE_PAGE_COUNT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the suggested number of pages to return for a sparse document.
- KEY_SPARSE_PAGE_INDEX - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the requested page index, used if the content handler's getDocumentContent supports sparse documents for
the requested document.
- KEY_STAMP_STATUS - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
- KEY_USE_OF_CACHE_ALLOWED - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for whether the cache's use is to be allowed.
- KEY_USERS_AND_GROUPS - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
- KEY_WATERMARK_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerInput
-
Key for the contents of a watermarks json file, used when saving.
- KEY_WATERMARK_CONTENT - Static variable in class com.snowbound.contenthandler.ContentHandlerResult
-
Key for a document's watermark file content.
- SANN_flipx() - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Horizontally flip the annotations on this layer.
- SANN_flipy() - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Vertically flip the annotations on this layer.
- SANN_rotate(int) - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
Rotate the annotations on this layer.
- saveAnnotationContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- saveAnnotationContent(HttpServletRequest, String, String, String, int, byte[], Map) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- saveAnnotationContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.AnnotationsInterface
-
This method gets called when annotation data for the specified
annotation file is ready to be saved.
- saveDocumentComponents(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- saveDocumentComponents(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.VirtualViewerContentHandlerInterface
-
This method is used to save or update an existing document and sub-components of the document, such as annotations,
bookmarks, document notes and watermarks.
- saveDocumentComponentsAs(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- saveDocumentComponentsAs(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.VirtualViewerContentHandlerInterface
-
This method is used to save a copy of a document under a new key, along with sub-components of the document, such
as annotations, bookmarks, document notes and watermarks.
- saveDocumentContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- saveDocumentContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.VirtualViewerContentHandlerInterface
-
This method is used to update document data only.
- saveFileBytes(byte[], File) - Static method in class com.snowbound.common.utils.ClientServerIO
-
Saves the specified byte array to the specified File.
- sendDocumentContent(ContentHandlerInput) - Method in class com.snowbound.contenthandler.example.FileContentHandler
-
- sendDocumentContent(ContentHandlerInput) - Method in interface com.snowbound.contenthandler.interfaces.SendDocumentInterface
-
This method gets called to send a document via a mechanism defined by the content handler.
- SendDocumentInterface - Interface in com.snowbound.contenthandler.interfaces
-
Defines a method to export a document through the content handler.
- set_croprect(int, int, int, int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the cropping rectangle for the display engine.
- setAlias(int) - Method in class com.snowbound.common.utils.RasterMaster
-
- setAnnotationContent(byte[]) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setAnnotationId(String) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setAnnotationLayers(AnnotationLayer[]) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setAnnotationProperties(Hashtable) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setBitDepth(int) - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- setBookmarkContent(byte[]) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setClientInstanceId(String) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setClientPreferencesXML(String) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setData(byte[]) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Sets the contents of this annotation layer.
- setData(byte[]) - Method in class com.snowbound.common.utils.URLReturnData
-
Set the response contents.
- setDecompVect(boolean) - Method in class com.snowbound.common.utils.RasterMaster
-
- setDefaultDepth(int) - Method in class com.snowbound.common.utils.RasterMaster
-
- setDefaultResolution(int) - Method in class com.snowbound.common.utils.RasterMaster
-
- setDocumentContent(byte[]) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setDocumentDisplayName(String) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setDocumentFile(File) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setDocumentFormat(int) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setDocumentId(String) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Sets the document key of this annotation layer.
- setDocumentId(String) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setDocumentPageCount(int) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setDpi(int) - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- setExternalReferenceData(byte[]) - Method in class com.snowbound.common.transport.ExternalReference
-
Set the external reference's file contents.
- setExternalReferenceID(String) - Method in class com.snowbound.common.transport.ExternalReference
-
Set the external reference ID.
- setFilePath(String, ServletContext) - Static method in class com.snowbound.contenthandler.example.FileContentHandler
-
- setFormat(int) - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- setFrame(Container) - Method in class com.snowbound.common.utils.RasterMaster
-
- setHeaderFields(Map<String, List<String>>) - Method in class com.snowbound.common.utils.URLReturnData
-
Set the header fields map.
- setHeight(double) - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- setHttpServletRequest(Object) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setLayerName(String) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Sets the name/key of this annotation layer.
- setLayerName(String) - Method in interface com.snowbound.common.transport.AnnotationWrapper
-
Set annotation layer name.
- setLayerName(String) - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
- setLayerObjectId(String) - Method in class com.snowbound.common.transport.AnnotationLayer
-
- setLocale(String) - Method in class com.snowbound.common.utils.RasterMaster
-
- setMaxPageRender(int) - Method in class com.snowbound.common.utils.FormatRenderProperties
-
As a way to control memory use, this will be passed in to SnowDocFactory
and limit how many pages of an xlsx will be rendered.
- setMergeAnnotations(boolean) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setModified(boolean) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Set whether this annotation has been modified.
- setModified(boolean) - Method in interface com.snowbound.common.transport.AnnotationWrapper
-
- setModified(boolean) - Method in class com.snowbound.common.transport.VirtualViewerSnowAnn
-
- setNew(boolean) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Set whether this annotation is new.
- setNotesContent(byte[]) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setOffice_BitsPerPix(int) - Method in class com.snowbound.common.utils.RasterMaster
-
- setOffice_resolution(short) - Method in class com.snowbound.common.utils.RasterMaster
-
- setOfficePagesizeX(double) - Method in class com.snowbound.common.utils.RasterMaster
-
- setOfficePagesizeY(double) - Method in class com.snowbound.common.utils.RasterMaster
-
- setOverrideLoggingForCurrentThread(boolean) - Static method in class com.snowbound.common.utils.SnowLoggerFactory
-
This method causes the current thread to log all messages at the highest priority rather than their original
assigned priority.
- setPageSpecificIndex(int) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Set the specific page index for this annotation.
- setPrintStack(boolean) - Method in class com.snowbound.common.utils.RasterMaster
-
- setProperties(Map) - Method in class com.snowbound.common.transport.AnnotationLayer
-
Set the properties map for this annotation layer.
- setShowExchangeInfo(boolean) - Method in class com.snowbound.common.utils.RasterMaster
-
- setSparseRequestedPageCount(int) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setSparseRequestedPageIndex(Integer) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setSparseRequestedPageNumber(int) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setStampStatus(String) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setSupportsTiffTagAnnotations(boolean) - Static method in class com.snowbound.contenthandler.example.FileContentHandler
-
- setWatermarkContent(byte[]) - Method in class com.snowbound.contenthandler.ContentHandlerInput
-
- setWidth(double) - Method in class com.snowbound.common.utils.FormatRenderProperties
-
- setYdpi(int) - Method in class com.snowbound.common.utils.RasterMaster
-
This method sets the resolution, in dpi (dots per inch, 1/72nd of an inch),
along the Y-axis of an image.
- Sizeable - Interface in com.snowbound.common.utils
-
Defines a method to estimate the byte size of an object.
- SnowLoggerFactory - Class in com.snowbound.common.utils
-
Use this class to obtain a reference to the SLF4J logger.