public class HwmfPicture
extends java.lang.Object
Constructor and Description |
---|
HwmfPicture(java.io.InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics2D ctx) |
void |
draw(java.awt.Graphics2D ctx,
java.awt.geom.Rectangle2D graphicsBounds) |
java.awt.geom.Rectangle2D |
getBounds()
Returns the bounding box in device-independent units.
|
HwmfHeader |
getHeader() |
HwmfPlaceableHeader |
getPlaceableHeader() |
java.util.List<HwmfRecord> |
getRecords() |
java.awt.Dimension |
getSize()
Return the image size in points
|
public HwmfPicture(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException
public java.util.List<HwmfRecord> getRecords()
public void draw(java.awt.Graphics2D ctx)
public void draw(java.awt.Graphics2D ctx, java.awt.geom.Rectangle2D graphicsBounds)
public java.awt.geom.Rectangle2D getBounds()
public HwmfPlaceableHeader getPlaceableHeader()
public HwmfHeader getHeader()
public java.awt.Dimension getSize()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.