Package net.pl3x.map.core.image
Class IconImage
java.lang.Object
net.pl3x.map.core.Keyed
net.pl3x.map.core.image.IconImage
Represents an icon image
-
Constructor Summary
ConstructorsConstructorDescriptionIconImage(String key, BufferedImage image, String type) Create a new icon image. -
Method Summary
-
Constructor Details
-
IconImage
Create a new icon image.- Parameters:
key- image keyimage- buffered imagetype- image type
-
-
Method Details