Class Img
- java.lang.Object
-
- de.narimo.georepo.server.providers.Img
-
public class Img extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()StringgetName()intgetWidth()voidsetHeight(int height)voidsetName(String name)voidsetWidth(int width)
-
-
-
Constructor Detail
-
Img
public Img(String name, int width, int height)
-
-