Class ImageMetadata
java.lang.Object
org.broadleafcommerce.openadmin.server.service.artifact.image.ImageMetadata
A bean designed to hold general information about an image
- Author:
- jfischer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImageMetadata
public ImageMetadata()
-
-
Method Details
-
getWidth
public int getWidth()- Returns:
- the width
-
setWidth
public void setWidth(int width) - Parameters:
width- the width to set
-
getHeight
public int getHeight()- Returns:
- the height
-
setHeight
public void setHeight(int height) - Parameters:
height- the height to set
-