Modifier and Type | Method and Description |
---|---|
static boolean |
start(BufferedImage image,
int pageNumber,
int numberOfPages)
Starts a document viewing mode.
|
static boolean |
start(Path path,
int pageNumber,
int numberOfPages)
Starts a document viewing mode.
|
public static boolean start(BufferedImage image, int pageNumber, int numberOfPages)
image
- The image to view.pageNumber
- The page number.numberOfPages
- The number of pages.public static boolean start(Path path, int pageNumber, int numberOfPages)
path
- The path to the image to view.pageNumber
- The page number.numberOfPages
- The number of pages.Copyright © 2024. All rights reserved.