Class Size
- java.lang.Object
-
- com.orchestranetworks.addon.dama.ext.bean.Size
-
public final class Size extends java.lang.ObjectDefines the dimensions of the digital asset, if it is image.- Since:
- 1.6.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Gets the height in pixels.intgetWidth()Gets the width in pixels.voidsetHeight(int height)Sets the height in pixels.voidsetWidth(int width)Sets the width in pixels.
-