Interface TextPrintPiece
-
- All Superinterfaces:
PrintPiece
- All Known Implementing Classes:
TextPiece
public interface TextPrintPiece extends PrintPiece
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
-
-