Package org.apache.poi.hwmf.usermodel
Class HwmfPicture
java.lang.Object
org.apache.poi.hwmf.usermodel.HwmfPicture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics2D ctx) void
draw
(Graphics2D ctx, Rectangle2D graphicsBounds) Returns the bounding box in device-independent units.getSize()
Return the image size in points
-
Constructor Details
-
HwmfPicture
- Throws:
IOException
-
-
Method Details
-
getRecords
-
draw
-
draw
-
getBounds
Returns the bounding box in device-independent units. Usually this is taken from the placeable header.- Returns:
- the bounding box
-
getPlaceableHeader
-
getHeader
-
getSize
Return the image size in points- Returns:
- the image size in points
-