Class CvtTable

java.lang.Object
org.apache.batik.svggen.font.table.CvtTable
All Implemented Interfaces:
Table

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

    • values

      private short[] values
  • Constructor Details

  • Method Details

    • 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
    • getValues

      public short[] getValues()