Interface TextPrintPiece

All Superinterfaces:
PrintPiece
All Known Implementing Classes:
TextPiece

public interface TextPrintPiece
extends PrintPiece
  • Method Summary

    Modifier and Type Method Description
    int getAscent()
    Returns the ascent of the first line of text, in pixels.

    Methods inherited from interface org.eclipse.nebula.paperclips.core.PrintPiece

    dispose, getSize, paint
  • Method Details

    • getAscent

      int getAscent()
      Returns the ascent of the first line of text, in pixels.
      Returns:
      the ascent of the first line of text, in pixels.