Class FontPane

    • Constructor Summary

      Constructors 
      Constructor Description
      FontPane()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) abstract javax.swing.JPanel getPanel()  
      (package private) double[] getYBounds​(java.lang.Object[][] tableData, int glyphIndex)
      Calculate vertical bounds common to all rendered glyphs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FontPane

        FontPane()
    • Method Detail

      • getPanel

        abstract javax.swing.JPanel getPanel()
      • getYBounds

        double[] getYBounds​(java.lang.Object[][] tableData,
                            int glyphIndex)
        Calculate vertical bounds common to all rendered glyphs.
        Parameters:
        tableData -
        glyphIndex - the table index that has glyphs.
        Returns:
        an array with two elements: min lower bound (but max 0), and max upper bound (but min 0).