Uses of Class
org.apache.xmlgraphics.image.loader.ImageSize
Packages that use ImageSize
Package
Description
Contains a PNG image codec.
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
-
Uses of ImageSize in org.apache.xmlgraphics.image.codec.png
Methods in org.apache.xmlgraphics.image.codec.png with parameters of type ImageSizeModifier and TypeMethodDescriptionstatic void
PNGImageDecoder.readPNGHeader
(ImageInputStream inputStream, ImageSize size) -
Uses of ImageSize in org.apache.xmlgraphics.image.loader
Fields in org.apache.xmlgraphics.image.loader declared as ImageSizeMethods in org.apache.xmlgraphics.image.loader that return ImageSizeModifier and TypeMethodDescriptionImage.getSize()
Returns the image's intrinsic size.ImageInfo.getSize()
Returns the image's intrinsic size.Methods in org.apache.xmlgraphics.image.loader with parameters of type ImageSize -
Uses of ImageSize in org.apache.xmlgraphics.image.loader.impl
Methods in org.apache.xmlgraphics.image.loader.impl that return ImageSizeModifier and TypeMethodDescriptionprivate ImageSize
PreloaderBMP.determineSize
(ImageInputStream in, ImageContext context) private ImageSize
PreloaderEMF.determineSize
(ImageInputStream in, ImageContext context) private ImageSize
PreloaderGIF.determineSize
(byte[] header, ImageContext context, ImageInputStream in) private ImageSize
PreloaderJPEG.determineSize
(ImageInputStream in, ImageContext context) AbstractImage.getSize()
Returns the image's intrinsic size. -
Uses of ImageSize in org.apache.xmlgraphics.image.loader.impl.imageio
Methods in org.apache.xmlgraphics.image.loader.impl.imageio with parameters of type ImageSizeModifier and TypeMethodDescriptionstatic void
ImageIOUtil.extractResolution
(IIOMetadata iiometa, ImageSize size) Extracts the resolution information from the standard ImageIO metadata.