Class Metafile.Header

  • Enclosing class:
    Metafile

    public static class Metafile.Header
    extends Object
    A structure which represents a 34-byte header preceding the compressed metafile data
    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • read

        public void read​(byte[] data,
                         int offset)
      • getSize

        public int getSize()
      • getWmfSize

        public int getWmfSize()
      • setWmfSize

        protected void setWmfSize​(int wmfSize)
      • setZipSize

        protected void setZipSize​(int zipSize)
      • setBounds

        protected void setBounds​(Rectangle bounds)
      • setDimension

        protected void setDimension​(Dimension size)