Class MaxpTable

  • All Implemented Interfaces:
    Table

    public class MaxpTable
    extends java.lang.Object
    implements Table
    Version:
    $Id: MaxpTable.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Detail

      • versionNumber

        private int versionNumber
      • numGlyphs

        private int numGlyphs
      • maxPoints

        private int maxPoints
      • maxContours

        private int maxContours
      • maxCompositePoints

        private int maxCompositePoints
      • maxCompositeContours

        private int maxCompositeContours
      • maxZones

        private int maxZones
      • maxTwilightPoints

        private int maxTwilightPoints
      • maxStorage

        private int maxStorage
      • maxFunctionDefs

        private int maxFunctionDefs
      • maxInstructionDefs

        private int maxInstructionDefs
      • maxStackElements

        private int maxStackElements
      • maxSizeOfInstructions

        private int maxSizeOfInstructions
      • maxComponentElements

        private int maxComponentElements
      • maxComponentDepth

        private int maxComponentDepth
    • Constructor Detail

      • MaxpTable

        protected MaxpTable​(DirectoryEntry de,
                            java.io.RandomAccessFile raf)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getMaxComponentDepth

        public int getMaxComponentDepth()
      • getMaxComponentElements

        public int getMaxComponentElements()
      • getMaxCompositeContours

        public int getMaxCompositeContours()
      • getMaxCompositePoints

        public int getMaxCompositePoints()
      • getMaxContours

        public int getMaxContours()
      • getMaxFunctionDefs

        public int getMaxFunctionDefs()
      • getMaxInstructionDefs

        public int getMaxInstructionDefs()
      • getMaxPoints

        public int getMaxPoints()
      • getMaxSizeOfInstructions

        public int getMaxSizeOfInstructions()
      • getMaxStackElements

        public int getMaxStackElements()
      • getMaxStorage

        public int getMaxStorage()
      • getMaxTwilightPoints

        public int getMaxTwilightPoints()
      • getMaxZones

        public int getMaxZones()
      • getNumGlyphs

        public int getNumGlyphs()
      • getType

        public int getType()
        Description copied from interface: Table
        Get the table type, as a table directory value.
        Specified by:
        getType in interface Table
        Returns:
        The table type