Class ImageSize
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.ImageSize
-
public class ImageSize extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImageSize(java.lang.String u, float w, float h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getHeight()
java.lang.String
getUnit()
float
getWidth()
-