Uses of Interface
org.faceless.publisher.type.ReplacedInline

Packages that use org.faceless.publisher.type.ReplacedInline
Package
Description
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Provides the classes used to write output to PDF
Provides the classes used to write output to SVG
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.ReplacedInline in org.faceless.publisher.output

    Methods in org.faceless.publisher.output that return org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ReplacedInline
    DiscardReportOutput.createLeader(String text, org.faceless.publisher.type.CSSStyle style, Language language, int bidilevel)
     
    org.faceless.publisher.type.ReplacedInline
    ReportOutputFilter.createLeader(String text, org.faceless.publisher.type.CSSStyle style, Language language, int bidilevel)
    Create a new leader with the specified leader text.
    org.faceless.publisher.type.ReplacedInline
    DiscardReportOutput.createText(String text, org.faceless.publisher.type.CSSStyle style, Language language, boolean linebreakfollows, int level, boolean svg)
     
    org.faceless.publisher.type.ReplacedInline
    ReportOutputFilter.createText(String text, org.faceless.publisher.type.CSSStyle style, Language language, boolean linebreakfollows, int level, boolean svg)
    Create a new ReplacedInline for the specified text.
    org.faceless.publisher.type.ReplacedInline
    GeneralText.getNthLineClone(int linenumber, org.faceless.publisher.type.ReplacedInline prev, org.faceless.publisher.type.LengthEvaluationContext ctx)
     
    org.faceless.publisher.type.ReplacedInline
    GeneralText.join(org.faceless.publisher.type.ReplacedInline other)
     
    org.faceless.publisher.type.ReplacedInline[]
    GeneralText.split2(float start, float splitpoint, org.faceless.publisher.type.ReplacedInline.SplitType type, org.faceless.publisher.type.ReplacedInline.HyphenateContext hyphenateContext)
     
    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ReplacedInline.SplitBefore
    GeneralText.canSplitBefore(org.faceless.publisher.type.ReplacedInline other, org.faceless.publisher.type.CSSStyle style, Language language)
     
    org.faceless.publisher.type.ReplacedInline
    GeneralText.getNthLineClone(int linenumber, org.faceless.publisher.type.ReplacedInline prev, org.faceless.publisher.type.LengthEvaluationContext ctx)
     
    org.faceless.publisher.type.ReplacedInline
    GeneralText.join(org.faceless.publisher.type.ReplacedInline other)
     
    void
    BitmapCanvas.text(org.faceless.publisher.type.ReplacedInline text, float x, float y, BasicStroke stroke, Paint fillPaint, Paint strokePaint)
     
    void
    ReportCanvas.text(org.faceless.publisher.type.ReplacedInline text, float x, float y, BasicStroke stroke, Paint fillPaint, Paint strokePaint)
    Draw the specified text.
    void
    ReportCanvasFilter.text(org.faceless.publisher.type.ReplacedInline text, float x, float y, BasicStroke stroke, Paint fillPaint, Paint strokePaint)
     
  • Uses of org.faceless.publisher.type.ReplacedInline in org.faceless.publisher.output.pdf

    Methods in org.faceless.publisher.output.pdf with parameters of type org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Method
    Description
    void
    PDFReportCanvas.text(org.faceless.publisher.type.ReplacedInline ri, float x, float y, BasicStroke stroke, Paint fillPaint, Paint strokePaint)
     
  • Uses of org.faceless.publisher.type.ReplacedInline in org.faceless.publisher.output.svg

    Methods in org.faceless.publisher.output.svg with parameters of type org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Method
    Description
    void
    SVGReportCanvas.text(org.faceless.publisher.type.ReplacedInline ri, float x, float y, BasicStroke stroke, Paint fillPaint, Paint strokePaint)
     
  • Uses of org.faceless.publisher.type.ReplacedInline in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.ReplacedInline
    ReplacedInline.TAB
     
    static final org.faceless.publisher.type.ReplacedInline
    ReplacedInline.TAB
     
    static final org.faceless.publisher.type.ReplacedInline
    ReplacedInline.TAB
     
    static final org.faceless.publisher.type.ReplacedInline
    ReplacedInline.TAB
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ReplacedInline
    ReplacedInline.getNthLineClone(int linenumber, org.faceless.publisher.type.ReplacedInline prev, org.faceless.publisher.type.LengthEvaluationContext ctx)
    Returns a version of this object restyled with the specified style.
    org.faceless.publisher.type.ReplacedInline
    ReplacedInline.join(org.faceless.publisher.type.ReplacedInline other)
    Join the ReplacedInline with this one.
    org.faceless.publisher.type.ReplacedInline[]
    ReplacedInline.split2(float start, float x, org.faceless.publisher.type.ReplacedInline.SplitType type, org.faceless.publisher.type.ReplacedInline.HyphenateContext hyphens)
    Split this object horizontally.
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.ReplacedInline in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ReplacedInline.SplitBefore
    ReplacedInline.canSplitBefore(org.faceless.publisher.type.ReplacedInline inline, org.faceless.publisher.type.CSSStyle parentStyle, Language language)
    Return true if a split is possible between the end of this ReplacedInline and the start of the specified one.
    org.faceless.publisher.type.ReplacedInline
    ReplacedInline.getNthLineClone(int linenumber, org.faceless.publisher.type.ReplacedInline prev, org.faceless.publisher.type.LengthEvaluationContext ctx)
    Returns a version of this object restyled with the specified style.
    org.faceless.publisher.type.ReplacedInline
    ReplacedInline.join(org.faceless.publisher.type.ReplacedInline other)
    Join the ReplacedInline with this one.