Class FontEncodingView

java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontEncodingView

class FontEncodingView extends Object
  • Field Details

    • panel

      private JPanel panel
    • DEFAULT_TRANSFORM

      private static final AffineTransform DEFAULT_TRANSFORM
  • Constructor Details

    • FontEncodingView

      FontEncodingView(Object[][] tableData, Map<String,String> headerAttributes, String[] columnNames, double[] yBounds)
      Constructor.
      Parameters:
      tableData - Object[][] instance as table data.
      headerAttributes - Map<String, String> instance which contains info for showing in header panel. Here keys will be info type.
      columnNames - String array containing the columns name.
      yBounds - min low and max high bound of all glyphs.
  • Method Details