abstract class FontPane
extends java.lang.Object
Constructor and Description |
---|
FontPane() |
Modifier and Type | Method and 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.
|
abstract javax.swing.JPanel getPanel()
double[] getYBounds(java.lang.Object[][] tableData, int glyphIndex)
tableData
- glyphIndex
- the table index that has glyphs.