Class ClassicPhrase

java.lang.Object
net.sf.jasperreports.pdf.classic.ClassicPhrase
All Implemented Interfaces:
PdfPhrase

public class ClassicPhrase extends Object implements PdfPhrase
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • ClassicPhrase

      public ClassicPhrase(ClassicPdfProducer pdfProducer, com.lowagie.text.Phrase phrase)
  • Method Details

    • add

      public void add(PdfChunk chunk)
      Specified by:
      add in interface PdfPhrase
    • go

      public float go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
      Specified by:
      go in interface PdfPhrase
    • toPdfRunDirection

      protected static int toPdfRunDirection(TextDirection direction)