org.jfree.layouting.renderer.text
Class DefaultRenderableTextFactory
public
class
DefaultRenderableTextFactory
extends Object
implements RenderableTextFactory
For the sake of completeness, we would now also need a script-type classifier
and from there we would need a BaseLineInfo-factory.
Author: Thomas Morgner
protected DefaultRenderableTextFactory(
LayoutProcess layoutProcess, boolean init)
protected void addGlyph(int rawCodePoint, int[] extraChars)
protected void addWord(boolean forceLinebreak)
protected BreakOpportunityProducer createBreakProducer(
LayoutContext layoutContext)
protected FontSizeProducer createFontSizeProducer(
LayoutContext layoutContext)
protected GlyphClassificationProducer createGlyphClassifier(
LayoutContext layoutContext)
protected KerningProducer createKerningProducer(
LayoutContext layoutContext)
protected SpacingProducer createSpacingProducer(
LayoutContext layoutContext)
protected WhiteSpaceFilter createWhitespaceFilter(
LayoutContext layoutContext)
protected
RenderNode[] processText(int[] text, int offset, int length)
public void startText()