Class ImageSize
java.lang.Object
org.eclipse.birt.report.engine.api.ImageSize
Class of image size
- Since:
- 3.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
unit
-
width
protected float width -
height
protected float height
-
-
Constructor Details
-
ImageSize
Constructor- Parameters:
u
- unit of image sizew
- width of imageh
- height of image
-
-
Method Details
-
getUnit
Get the image size unit- Returns:
- Return the image size unit
-
getWidth
public float getWidth()Get the image size width- Returns:
- Return the image size width
-
getHeight
public float getHeight()Get the image size height- Returns:
- Return the image size height
-