Home
last modified time | relevance | path

Searched refs:getTextRuns (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/svg/
H A DPDFFlowTextPainter.java44 public List getTextRuns(TextNode node, AttributedCharacterIterator aci) { in getTextRuns() method in PDFFlowTextPainter
47 return delegate.getTextRuns(node, aci); in getTextRuns()
H A DPDFFlowExtTextPainter.java44 public List getTextRuns(TextNode node, AttributedCharacterIterator aci) { in getTextRuns() method in PDFFlowExtTextPainter
47 return delegate.getTextRuns(node, aci); in getTextRuns()
H A DAbstractFOPTextPainter.java84 new TextRunPainter().paintTextRuns(node.getTextRuns(), g2d, node.getLocation()); in paint()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DPSSVGFlowRootElementBridge.java78 public List getTextRuns(TextNode node, AttributedCharacterIterator aci) { in getTextRuns() method in PSSVGFlowRootElementBridge.PSFlowTextPainter
81 return delegate.getTextRuns(node, aci); in getTextRuns()
H A DPSBatikFlowTextElementBridge.java78 public List getTextRuns(TextNode node, AttributedCharacterIterator aci) { in getTextRuns() method in PSBatikFlowTextElementBridge.PSFlowExtTextPainter
81 return delegate.getTextRuns(node, aci); in getTextRuns()