Class HwmfPicture

java.lang.Object
org.apache.poi.hwmf.usermodel.HwmfPicture

public class HwmfPicture extends Object
  • Constructor Details

  • Method Details

    • getRecords

      public List<HwmfRecord> getRecords()
    • draw

      public void draw(Graphics2D ctx)
    • draw

      public void draw(Graphics2D ctx, Rectangle2D graphicsBounds)
    • getBounds

      public Rectangle2D getBounds()
      Returns the bounding box in device-independent units. Usually this is taken from the placeable header.
      Returns:
      the bounding box
    • getPlaceableHeader

      public HwmfPlaceableHeader getPlaceableHeader()
    • getHeader

      public HwmfHeader getHeader()
    • getSize

      public Dimension getSize()
      Return the image size in points
      Returns:
      the image size in points