Class PipelineLayer

java.lang.Object
be.quodlibet.boxable.text.PipelineLayer

public class PipelineLayer extends Object
Author:
Markus Kühne
  • Constructor Details

    • PipelineLayer

      public PipelineLayer()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • push

      public void push(Token token)
    • push

      public void push(org.apache.pdfbox.pdmodel.font.PDFont font, float fontSize, Token token) throws IOException
      Throws:
      IOException
    • push

      public void push(PipelineLayer pipeline)
    • reset

      public void reset()
    • trimmedText

      public String trimmedText()
    • width

      public float width()
    • trimmedWidth

      public float trimmedWidth()
    • tokens

      public List<Token> tokens()
    • toString

      public String toString()
      Overrides:
      toString in class Object