Uses of Enum
com.winnovative_software.ImageType
-
Uses of ImageType in com.winnovative_software
Methods in com.winnovative_software that return ImageTypeModifier and TypeMethodDescriptionstatic ImageType
Returns the enum constant of this type with the specified name.static ImageType[]
ImageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type ImageTypeModifier and TypeMethodDescriptionbyte[]
HtmlToImageConverter.convertHtml
(String htmlString, String baseUrl, ImageType format) Converts a HTML string to an image having the given format using a base URL to resolve external resources and returns the rendered image into a memory buffervoid
HtmlToImageConverter.convertHtmlToFile
(String htmlString, String baseUrl, ImageType format, String outFile) Converts a HTML string to an image having the given format using a base URL to resolve external resources and writes the rendered image into a filebyte[][]
HtmlToImageConverter.convertHtmlToImageTiles
(String htmlString, String baseUrl, ImageType format) Converts a HTML string to a set of images using a base URL to resolve external resources.byte[]
HtmlToImageConverter.convertUrl
(String url, ImageType format) Converts an URL to an image having the given image format and returns the rendered image into a memory buffervoid
HtmlToImageConverter.convertUrlToFile
(String url, ImageType format, String outFile) Converts an URL to an image having the given format and writes the rendered image into a filebyte[][]
HtmlToImageConverter.convertUrlToImageTiles
(String url, ImageType format) Converts an URL to a set of images.