JavaScript is disabled on your browser.
Skip navigation links
Java™ Platform
Standard Ed. 8
javax.imageio

Class IIOImage

    • Field Detail

      • image

        protected RenderedImage image
        The RenderedImage being referenced.
      • raster

        protected Raster raster
        The Raster being referenced.
      • thumbnails

        protected List<? extends BufferedImage> thumbnails
        A List of BufferedImage thumbnails, or null. Non-BufferedImage objects must not be stored in this List.
      • metadata

        protected IIOMetadata metadata
        An IIOMetadata object containing metadata associated with the image.
    • Constructor Detail

      • IIOImage

        public IIOImage(RenderedImage image,
         List<? extends BufferedImage> thumbnails,
         IIOMetadata metadata)
        Constructs an IIOImage containing a RenderedImage, and thumbnails and metadata associated with it.

        All parameters are stored by reference.

        The thumbnails argument must either be null or contain only BufferedImage objects.

        Parameters:
        image - a RenderedImage.
        thumbnails - a List of BufferedImages, or null.
        metadata - an IIOMetadata object, or null.
        Throws:
        IllegalArgumentException - if image is null.
      • IIOImage

        public IIOImage(Raster raster,
         List<? extends BufferedImage> thumbnails,
         IIOMetadata metadata)
        Constructs an IIOImage containing a Raster, and thumbnails and metadata associated with it.

        All parameters are stored by reference.

        Parameters:
        raster - a Raster.
        thumbnails - a List of BufferedImages, or null.
        metadata - an IIOMetadata object, or null.
        Throws:
        IllegalArgumentException - if raster is null.
    • Method Detail

      • setRenderedImage

        public void setRenderedImage(RenderedImage image)
        Sets the current RenderedImage. The value is stored by reference. Any existing Raster is discarded.
        Parameters:
        image - a RenderedImage.
        Throws:
        IllegalArgumentException - if image is null.
        See Also:
        getRenderedImage()
      • hasRaster

        public boolean hasRaster()
        Returns true if this IIOImage stores a Raster rather than a RenderedImage.
        Returns:
        true if a Raster is available.
      • setRaster

        public void setRaster(Raster raster)
        Sets the current Raster. The value is stored by reference. Any existing RenderedImage is discarded.
        Parameters:
        raster - a Raster.
        Throws:
        IllegalArgumentException - if raster is null.
        See Also:
        getRaster()
      • getNumThumbnails

        public int getNumThumbnails()
        Returns the number of thumbnails stored in this IIOImage.
        Returns:
        the number of thumbnails, as an int.
      • setThumbnails

        public void setThumbnails(List<? extends BufferedImage> thumbnails)
        Sets the list of thumbnails to a new List of BufferedImages, or to null. The reference to the previous List is discarded.

        The thumbnails argument must either be null or contain only BufferedImage objects.

        Parameters:
        thumbnails - a List of BufferedImage thumbnails, or null.
        See Also:
        getThumbnail(int), getThumbnails()
      • setMetadata

        public void setMetadata(IIOMetadata metadata)
        Sets the IIOMetadata to a new object, or null.
        Parameters:
        metadata - an IIOMetadata object, or null.
        See Also:
        getMetadata()
Skip navigation links
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

Scripting on this page tracks web page traffic, but does not change the content in any way.

AltStyle によって変換されたページ (->オリジナル) /