public class ImageInfo extends Object implements Serializable
ImageInfo()
int
getHeight()
long
getSize()
String
getType()
getWidth()
void
setHeight(int height)
setSize(long size)
setType(String type)
setWidth(int width)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ImageInfo()
public long getSize()
public void setSize(long size)
public int getHeight()
public void setHeight(int height)
public int getWidth()
public void setWidth(int width)
public String getType()
public void setType(String type)
public String toString()
toString
Object
Copyright © 2022. All Rights Reserved.