Uses of Class
VASSAL.tools.image.ImageIOException
-
Uses of ImageIOException in VASSAL.tools.image
Modifier and TypeClassDescriptionclass
An exception indicating that an image file is broken in some way.class
An exception indicating that an image file was not found.class
An exception indicating that an image file is not a recognized type.Modifier 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 BufferedImage
ImageIOImageLoader.fix_grayscale_gamma
(Reference<BufferedImage> ref, int type) protected BufferedImage
ImageIOImageLoader.fix_tRNS
(Reference<BufferedImage> ref, int tRNS, int type) protected BufferedImage
ImageIOImageLoader.fix_YCbCr
(Reference<BufferedImage> ref, int type) static BufferedImage
ImageUtils.getImage
(String name, InputStream in) static BufferedImage
ImageUtils.getImageResource
(String name) static Dimension
ImageUtils.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.boolean
ImageTileSource.tileExists
(String name, int tileX, int tileY, double scale) Checks whether an image tile exists.protected <T> T
ImageIOImageLoader.wrapImageIO
(String name, InputStream in, ImageIOImageLoader.Wrapper<T> w) -
Uses of ImageIOException in VASSAL.tools.image.tilecache
Modifier and TypeClassDescriptionclass
An exception indicating that a tile file was not found.Modifier and TypeMethodDescriptionGets an image tile.ImageTileDiskCache.getTileSize
(String name, int tileX, int tileY, double scale) Gets the size of an image tile.static BufferedImage
Reads an image tile file.static BufferedImage
Reads an image tile file.static Dimension
Reads the dimensions of the tile in an image tile file.static Dimension
Reads the dimensions of the tile in an image tile file.boolean
ImageTileDiskCache.tileExists
(String name, int tileX, int tileY, double scale) Checks whether an image tile exists.static void
TileUtils.write
(BufferedImage tile, File dst) Write a tile image to a tile file.static void
TileUtils.write
(BufferedImage tile, String dst) Write a tile image to a tile file. -
Uses of ImageIOException in VASSAL.tools.imageop