Class HemfHeader

    • Constructor Detail

      • HemfHeader

        public HemfHeader()
    • Method Detail

      • getBoundsRectangle

        public java.awt.geom.Rectangle2D getBoundsRectangle()
      • getFrameRectangle

        public java.awt.geom.Rectangle2D getFrameRectangle()
      • getBytes

        public long getBytes()
      • getRecords

        public long getRecords()
      • getHandles

        public int getHandles()
      • getDescription

        public java.lang.String getDescription()
      • getNPalEntries

        public long getNPalEntries()
      • isHasExtension1

        public boolean isHasExtension1()
      • getCbPixelFormat

        public long getCbPixelFormat()
      • getOffPixelFormat

        public long getOffPixelFormat()
      • getbOpenGL

        public long getbOpenGL()
      • isHasExtension2

        public boolean isHasExtension2()
      • getDeviceDimension

        public java.awt.geom.Dimension2D getDeviceDimension()
      • getMilliDimension

        public java.awt.geom.Dimension2D getMilliDimension()
      • getMicroDimension

        public java.awt.geom.Dimension2D getMicroDimension()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • init

        public long init​(LittleEndianInputStream leis,
                         long recordSize,
                         long recordId)
                  throws java.io.IOException
        Description copied from interface: HemfRecord
        Init record from stream
        Specified by:
        init in interface HemfRecord
        Parameters:
        leis - the little endian input stream
        recordSize - the size limit for this record
        recordId - the id of the HemfRecordType
        Returns:
        count of processed bytes
        Throws:
        java.io.IOException - when the inputstream is malformed
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()
        Specified by:
        getGenericProperties in interface GenericRecord