Class ImageScaleFormat
- java.lang.Object
-
- de.narimo.georepo.server.internal.ImageScaleFormat
-
public class ImageScaleFormat extends Object
-
-
Constructor Summary
Constructors Constructor Description ImageScaleFormat(int width, int height, String name)
-
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
-
ImageScaleFormat
public ImageScaleFormat(int width, int height, String name)
-
-