Uses of Class
org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Packages that use ImageGraphics2D Package Description org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters. -
-
Uses of ImageGraphics2D in org.apache.xmlgraphics.image.loader.impl
Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageGraphics2D Modifier and Type Method Description protected java.awt.image.BufferedImage
ImageConverterG2D2Bitmap. paintToBufferedImage(ImageGraphics2D g2dImage, int bitsPerPixel, boolean withAlpha, int resolution)
Paints a Graphics2D image on a BufferedImage and returns this bitmap.
-