Image Visual
Loads an ImageVisual from a path.
Parameters
Path to image file to show.
Width of sub-image. Pass -1 to use full width. Default: -1.
Height of sub-image. Pass -1 to use full height. Default: -1.
Left bound of sub-image. Gets ignored if width is passed as -1. Default: 0.
Top bound of sub-image. Gets ignored if height is passed as -1. Default: 0.
Loads an ImageVisual from a file.
Parameters
Image file to show.
Width of sub-image. Pass -1 to use full width. Default: -1.
Height of sub-image. Pass -1 to use full height. Default: -1.
Left bound of sub-image. Gets ignored if width is passed as -1. Default: 0.
Top bound of sub-image. Gets ignored if height is passed as -1. Default: 0.
Loads an ImageVisual from a BufferedImage.
Parameters
Image to show.
Width of sub-image. Pass -1 to use full width. Default: -1.
Height of sub-image. Pass -1 to use full height. Default: -1.
Left bound of sub-image. Default: 0.
Top bound of sub-image. Default: 0.