Class MGL_ImgVo

java.lang.Object
tech.mgl.core.utils.img.MGL_ImgVo

public class MGL_ImgVo extends Object
Author:
www.mgl.tech
  • Constructor Details

    • MGL_ImgVo

      public MGL_ImgVo()
  • Method Details

    • getPath

      public String getPath()
      Returns:
      the path
    • setPath

      public void setPath(String path)
      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