Class ImageIOImageEntry

    • Constructor Detail

      • ImageIOImageEntry

        public ImageIOImageEntry​(IImageContainer container,
                                 int index)
    • Method Detail

      • getBufferedImage

        public java.awt.image.BufferedImage getBufferedImage()
        Description copied from interface: IAwtImage
        The BufferedImage that represents this image.
        Specified by:
        getBufferedImage in interface IAwtImage
        Returns:
        The BufferedImage that represents this image.
      • getImage

        public org.eclipse.swt.graphics.Image getImage​(org.eclipse.swt.graphics.Device device)
        Specified by:
        getImage in interface ISwtImage
      • getImageData

        public org.eclipse.swt.graphics.ImageData getImageData()
        Specified by:
        getImageData in interface ISwtImage
      • loadContent

        protected IImage loadContent()
                              throws java.io.IOException
        Specified by:
        loadContent in class ImageEntry
        Throws:
        java.io.IOException