getThumbnail

Contents
[ ]

getThumbnail(float scaleX, float scaleY) function

Returns a Thumbnail Bitmap object with custom scaling.

Parameters

NameTypeDescription
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe value by which to scale this Thumbnail in the y-axis direction.

Result

BufferedImage


getThumbnail() function

Returns a Thumbnail Image object (20% of real size).

Result

BufferedImage


getThumbnail(Dimension imageSize) function

Returns a Thumbnail Bitmap object with specified size.

Parameters

NameTypeDescription
imageSizeDimensionSize of the image to create.

Result

BufferedImage


getThumbnail(TiffOptions options) function

Returns a Thumbnail tiff BufferedImage object with specified parameters.

Parameters

NameTypeDescription
optionsTiffOptionsTiff options.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when options.NotesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull.

getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting) function

Returns a Thumbnail BufferedImage object.

Parameters

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull

getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting, float scaleX, float scaleY) function

Returns a Thumbnail BufferedImage object with custom scaling.

Parameters

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe value by which to scale this Thumbnail in the y-axis direction.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull

getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting, Dimension imageSize) function

Returns a Thumbnail BufferedImage object with specified size.

Parameters

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
imageSizeDimensionSize of the image to create.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull

getThumbnail(RenderingOptions options) function

Returns a Thumbnail BufferedImage object.

Parameters

NameTypeDescription
optionsRenderingOptionsRendering options.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull

getThumbnail(RenderingOptions options, float scaleX, float scaleY) function

Returns a Thumbnail BufferedImage object with custom scaling.

Parameters

NameTypeDescription
optionsRenderingOptionsRendering options.
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe value by which to scale this Thumbnail in the y-axis direction.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull

getThumbnail(RenderingOptions options, Dimension imageSize) function

Returns a Thumbnail BufferedImage object with specified size.

Parameters

NameTypeDescription
optionsRenderingOptionsRendering options.
imageSizeDimensionSize of the image to create.

Result

BufferedImage

Error

ErrorCondition
InvalidOperationExceptionThrown when options.NotesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull