Uses of Class
VASSAL.tools.image.ImageIOException
Packages that use ImageIOException
-
Uses of ImageIOException in VASSAL.tools.image
Subclasses of ImageIOException in VASSAL.tools.imageModifier and TypeClassDescriptionclassAn exception indicating that an image file is broken in some way.classAn exception indicating that an image file was not found.classAn exception indicating that an image file is not a recognized type.Methods in VASSAL.tools.image that throw ImageIOExceptionModifier and TypeMethodDescriptionFallbackImageTypeConverter.convert(Reference<BufferedImage> ref, int type) Converts an image to the given type.FileImageTypeConverter.convert(Reference<BufferedImage> ref, int type) Converts an image to the given type.ImageTypeConverter.convert(Reference<BufferedImage> ref, int type) Converts an image to the given type.MemoryImageTypeConverter.convert(Reference<BufferedImage> ref, int type) Converts an image to the given type.protected BufferedImageImageIOImageLoader.fix_grayscale_gamma(Reference<BufferedImage> ref, int type) protected BufferedImageImageIOImageLoader.fix_tRNS(Reference<BufferedImage> ref, int tRNS, int type) protected BufferedImageImageIOImageLoader.fix_YCbCr(Reference<BufferedImage> ref, int type) static BufferedImageImageUtils.getImage(String name, InputStream in) static BufferedImageImageUtils.getImageResource(String name) static DimensionImageUtils.getImageSize(String name, InputStream in) Gets an image tile.ImageTileSource.getTileSize(String name, int tileX, int tileY, double scale) Gets the size of an image tile.ImageIOImageLoader.load(String name, InputStream in, int typeIfOpaque, int typeIfTransparent, boolean managed) Loads an image.ImageLoader.load(String name, InputStream in, int typeIfOpaque, int typeIfTransparent, boolean managed) Loads an image.ImageIOImageLoader.size(String name, InputStream in) Gets the size of an image.ImageLoader.size(String name, InputStream in) Gets the size of an image.booleanImageTileSource.tileExists(String name, int tileX, int tileY, double scale) Checks whether an image tile exists.protected <T> TImageIOImageLoader.wrapImageIO(String name, InputStream in, ImageIOImageLoader.Wrapper<T> w) -
Uses of ImageIOException in VASSAL.tools.image.tilecache
Subclasses of ImageIOException in VASSAL.tools.image.tilecacheModifier and TypeClassDescriptionclassAn exception indicating that a tile file was not found.Methods in VASSAL.tools.image.tilecache that throw ImageIOExceptionModifier and TypeMethodDescriptionGets an image tile.ImageTileDiskCache.getTileSize(String name, int tileX, int tileY, double scale) Gets the size of an image tile.static BufferedImageReads an image tile file.static BufferedImageReads an image tile file.static DimensionReads the dimensions of the tile in an image tile file.static DimensionReads the dimensions of the tile in an image tile file.booleanImageTileDiskCache.tileExists(String name, int tileX, int tileY, double scale) Checks whether an image tile exists.static voidTileUtils.write(BufferedImage tile, File dst) Write a tile image to a tile file.static voidTileUtils.write(BufferedImage tile, String dst) Write a tile image to a tile file. -
Uses of ImageIOException in VASSAL.tools.imageop
Methods in VASSAL.tools.imageop that throw ImageIOException