getThumbnail

Contents
[ ]

getThumbnail(float scaleX, float scaleY) method

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.

Returns

BufferedImage


getThumbnail() method

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

Returns

BufferedImage


getThumbnail(Dimension imageSize) method

Returns a Thumbnail Bitmap object with specified size.

Parameters

NameTypeDescription
imageSizeDimensionSize of the image to create.

Returns

BufferedImage


getThumbnail(TiffOptions options) method

Returns a Thumbnail tiff BufferedImage object with specified parameters.

Parameters

NameTypeDescription
optionsTiffOptionsTiff options.

Returns

BufferedImage

Exception

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

getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting) method

Returns a Thumbnail BufferedImage object.

Parameters

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.

Returns

BufferedImage

Exception

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

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

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.

Returns

BufferedImage

Exception

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

getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting, Dimension imageSize) method

Returns a Thumbnail BufferedImage object with specified size.

Parameters

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

Returns

BufferedImage

Exception

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

getThumbnail(RenderingOptions options) method

Returns a Thumbnail BufferedImage object.

Parameters

NameTypeDescription
optionsRenderingOptionsRendering options.

Returns

BufferedImage

Exception

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

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

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.

Returns

BufferedImage

Exception

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

getThumbnail(RenderingOptions options, Dimension imageSize) method

Returns a Thumbnail BufferedImage object with specified size.

Parameters

NameTypeDescription
optionsRenderingOptionsRendering options.
imageSizeDimensionSize of the image to create.

Returns

BufferedImage

Exception

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