Uses of Class
org.apache.xmlgraphics.image.loader.ImageSize
-
Packages that use ImageSize Package Description org.apache.xmlgraphics.image.codec.png Contains a PNG image codec.org.apache.xmlgraphics.image.loader Contains image loading and conversion infrastructure for various image sources and an image cache.org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters.org.apache.xmlgraphics.image.loader.impl.imageio 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 ImageSize Modifier and Type Method Description static voidPNGImageDecoder. readPNGHeader(javax.imageio.stream.ImageInputStream inputStream, ImageSize size) -
Uses of ImageSize in org.apache.xmlgraphics.image.loader
Methods in org.apache.xmlgraphics.image.loader that return ImageSize Modifier and Type Method Description ImageSizeImage. getSize()Returns the image's intrinsic size.ImageSizeImageInfo. getSize()Returns the image's intrinsic size.Methods in org.apache.xmlgraphics.image.loader with parameters of type ImageSize Modifier and Type Method Description voidImageInfo. setSize(ImageSize size)Sets the image's intrinsic size. -
Uses of ImageSize in org.apache.xmlgraphics.image.loader.impl
Methods in org.apache.xmlgraphics.image.loader.impl that return ImageSize Modifier and Type Method Description ImageSizeAbstractImage. 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 ImageSize Modifier and Type Method Description static voidImageIOUtil. extractResolution(javax.imageio.metadata.IIOMetadata iiometa, ImageSize size)Extracts the resolution information from the standard ImageIO metadata.
-