Package tech.mgl.core.utils.img
Class MGL_ImgVo
java.lang.Object
tech.mgl.core.utils.img.MGL_ImgVo
- Author:
- www.mgl.tech
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MGL_ImgVo
public MGL_ImgVo()
-
-
Method Details
-
getPath
- Returns:
- the path
-
setPath
- Parameters:
path- the path to set
-
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
-
getX
public int getX()- Returns:
- the x
-
setX
public void setX(int x) - Parameters:
x- the x to set
-
getY
public int getY()- Returns:
- the y
-
setY
public void setY(int y) - Parameters:
y- the y to set
-