Class MaxpTable

java.lang.Object
org.loboevolution.pdfview.font.ttf.TrueTypeTable
org.loboevolution.pdfview.font.ttf.MaxpTable

public class MaxpTable extends TrueTypeTable

MaxpTable class.

Author jkaplan

  • Constructor Details

    • MaxpTable

      protected MaxpTable()
      Creates a new instance of MaxpTable
  • Method Details

    • getData

      public ByteBuffer getData()

      Get a buffer from the data

    • setData

      public void setData(ByteBuffer data)

      Set the values from data

    • getLength

      public int getLength()
      Get the size of the table, in bytes

      Get the length of this table

      Overrides:
      getLength in class TrueTypeTable
      Returns:
      a Integer object.
    • getNumGlyphs

      public int getNumGlyphs()
      Getter for property numGlyphs.
      Returns:
      Value of property numGlyphs.
    • getMaxPoints

      public int getMaxPoints()
      Getter for property maxPoints.
      Returns:
      Value of property maxPoints.
    • getMaxContours

      public int getMaxContours()
      Getter for property maxContours.
      Returns:
      Value of property maxContours.
    • getMaxComponentPoints

      public int getMaxComponentPoints()
      Getter for property maxComponentPoints.
      Returns:
      Value of property maxComponentPoints.
    • getMaxComponentContours

      public int getMaxComponentContours()
      Getter for property maxComponentContours.
      Returns:
      Value of property maxComponentContours.
    • getMaxZones

      public int getMaxZones()
      Getter for property maxZones.
      Returns:
      Value of property maxZones.
    • getMaxTwilightPoints

      public int getMaxTwilightPoints()
      Getter for property maxTwilightPoints.
      Returns:
      Value of property maxTwilightPoints.
    • getMaxStorage

      public int getMaxStorage()
      Getter for property maxStorage.
      Returns:
      Value of property maxStorage.
    • getMaxFunctionDefs

      public int getMaxFunctionDefs()
      Getter for property maxFunctionDefs.
      Returns:
      Value of property maxFunctionDefs.
    • getMaxInstructionDefs

      public int getMaxInstructionDefs()
      Getter for property maxInstructionDefs.
      Returns:
      Value of property maxInstructionDefs.
    • getMaxStackElements

      public int getMaxStackElements()
      Getter for property maxStackElements.
      Returns:
      Value of property maxStackElements.
    • getMaxSizeOfInstructions

      public int getMaxSizeOfInstructions()
      Getter for property maxSizeOfInstructions.
      Returns:
      Value of property maxSizeOfInstructions.
    • getMaxComponentElements

      public int getMaxComponentElements()
      Getter for property maxComponentElements.
      Returns:
      Value of property maxComponentElements.
    • getMaxComponentDepth

      public int getMaxComponentDepth()
      Getter for property maxComponentDepth.
      Returns:
      Value of property maxComponentDepth.
    • toString

      public String toString()

      Put into a nice string

      Create a pretty String

      Overrides:
      toString in class TrueTypeTable