Package net.mcreator.util.image
Class TiledImageUtils
java.lang.Object
net.mcreator.util.image.TiledImageUtils
-
Constructor Summary
ConstructorDescriptionTiledImageUtils
(BufferedImage buf, int width, int height) TiledImageUtils
(InputStream stream, int width, int height) TiledImageUtils
(ImageIcon stream, int width, int height) -
Method Summary
-
Constructor Details
-
TiledImageUtils
public TiledImageUtils(InputStream stream, int width, int height) throws InvalidTileSizeException, IOException - Throws:
InvalidTileSizeException
IOException
-
TiledImageUtils
- Throws:
InvalidTileSizeException
-
TiledImageUtils
- Throws:
InvalidTileSizeException
-
-
Method Details
-
getIcon
-
getHeightInTiles
public int getHeightInTiles() -
getWidthInTiles
public int getWidthInTiles() -
convert
-