Interface HwmfRecord

    • Method Detail

      • init

        int init​(LittleEndianInputStream leis,
                 long recordSize,
                 int recordFunction)
          throws java.io.IOException
        Init record from stream
        Parameters:
        leis - the little endian input stream
        Returns:
        count of processed bytes
        Throws:
        java.io.IOException
      • draw

        void draw​(HwmfGraphics ctx)
        Apply the record settings to the graphics context
        Parameters:
        ctx - the graphics context to modify