Class FontEncodingView.GlyphCellRenderer

  • All Implemented Interfaces:
    javax.swing.table.TableCellRenderer
    Enclosing class:
    FontEncodingView

    private static final class FontEncodingView.GlyphCellRenderer
    extends java.lang.Object
    implements javax.swing.table.TableCellRenderer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[] yBounds  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GlyphCellRenderer​(double[] yBounds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getTableCellRendererComponent​(javax.swing.JTable jTable, java.lang.Object o, boolean b, boolean b1, int row, int col)  
      private java.awt.image.BufferedImage renderGlyph​(java.awt.geom.GeneralPath path, java.awt.geom.Rectangle2D bounds2D, java.awt.Rectangle cellRect)  
      • Methods inherited from class java.lang.Object

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

      • yBounds

        private final double[] yBounds
    • Constructor Detail

      • GlyphCellRenderer

        private GlyphCellRenderer​(double[] yBounds)
    • Method Detail

      • getTableCellRendererComponent

        public java.awt.Component getTableCellRendererComponent​(javax.swing.JTable jTable,
                                                                java.lang.Object o,
                                                                boolean b,
                                                                boolean b1,
                                                                int row,
                                                                int col)
        Specified by:
        getTableCellRendererComponent in interface javax.swing.table.TableCellRenderer
      • renderGlyph

        private java.awt.image.BufferedImage renderGlyph​(java.awt.geom.GeneralPath path,
                                                         java.awt.geom.Rectangle2D bounds2D,
                                                         java.awt.Rectangle cellRect)