Name | Description |
---|---|
ImagePainter.draw (Graphics2D, Image, Rectangle, EnumSet(ImageAlignment)) |
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment. |
ImagePainter.draw (Graphics2D, Image, Rectangle, EnumSet(ImageAlignment), Int32) |
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment and semi-transparency factor. The transparency ranges from 0 (invisible) to 255 (opaque). |
ImagePainter.draw (Graphics2D, Image, Rectangle, ImageAlignment) |
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment. |
ImagePainter.draw (Graphics2D, Image, Rectangle2D, EnumSet(ImageAlignment)) |
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment. |
ImagePainter.draw (Graphics2D, Image, Rectangle2D, EnumSet(ImageAlignment), Int32) |
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment and semi-transparency factor. The transparency ranges from 0 (invisible) to 255 (opaque). |
ImagePainter.draw (Graphics2D, Image, Rectangle2D, ImageAlignment) |
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment. |