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

Packages that use org.faceless.publisher.type.ReplacedContent
Package
Description
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
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.ReplacedContent in org.faceless.publisher.output

    Methods in org.faceless.publisher.output that return org.faceless.publisher.type.ReplacedContent in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ReplacedContent
    DiscardReportOutput.createReplacedContent(org.faceless.publisher.type.ReplacedContentResource resource, org.faceless.publisher.type.CSSStyle style, EgressFilter filter)
     
    org.faceless.publisher.type.ReplacedContent
    ReportOutputFilter.createReplacedContent(org.faceless.publisher.type.ReplacedContentResource resource, org.faceless.publisher.type.CSSStyle style, EgressFilter filter)
     
    org.faceless.publisher.type.ReplacedContent
    Box.getReplacedContent()
    Return the ReplacedContent of this Box, or null if the box content is not replaced.
    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.ReplacedContent in in
    Modifier and Type
    Method
    Description
    void
    BitmapCanvas.image(org.faceless.publisher.type.ReplacedContent image, float x, float y, float w, float h)
     
    void
    ReportCanvas.image(org.faceless.publisher.type.ReplacedContent image, float x, float y, float w, float h)
    Draw the specified ReplacedContent image from (0,0) to (w,h)
    void
    ReportCanvasFilter.image(org.faceless.publisher.type.ReplacedContent image, float x, float y, float w, float h)
     
  • Uses of org.faceless.publisher.type.ReplacedContent in org.faceless.publisher.output.svg

    Methods in org.faceless.publisher.output.svg with parameters of type org.faceless.publisher.type.ReplacedContent in in
    Modifier and Type
    Method
    Description
    void
    SVGReportCanvas.image(org.faceless.publisher.type.ReplacedContent image, float x, float y, float w, float h)
     
  • Uses of org.faceless.publisher.type.ReplacedContent in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.ReplacedContent in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ReplacedContent
    BufferedImageResource.create(ReportOutput output, org.faceless.publisher.type.CSSStyle style, EgressFilter filter)
     
    org.faceless.publisher.type.ReplacedContent
    LinearGradientResource.create(ReportOutput output, org.faceless.publisher.type.CSSStyle style, EgressFilter filter)
     
    org.faceless.publisher.type.ReplacedContent
    RadialGradientResource.create(ReportOutput output, org.faceless.publisher.type.CSSStyle style, EgressFilter filter)
     
    default org.faceless.publisher.type.ReplacedContent
    ReplacedContentResource.create(ReportOutput output, org.faceless.publisher.type.CSSStyle style, EgressFilter filter)
    Create an instance of ReplacedContent that will targe the specified ReportOutput.
    org.faceless.publisher.type.ReplacedContent
    StyleListener.elementStyled(org.faceless.publisher.type.AbstractNode node, org.faceless.publisher.type.CSSStyle style)
    This method will be called by the DoucmentSink when the currently opened Element has a style associated with it.
    org.faceless.publisher.type.ReplacedContent
    AbstractNode.getReplacedContent()
    Returns the replaced content associated with this set of styles, or null if there is no replaced content.
    org.faceless.publisher.type.ReplacedContent
    ContentOutput.ContentOutputIterator.getReplacedContent()
    Return the current item as a ReplacedContent
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.ReplacedContent in in
    Modifier and Type
    Method
    Description
    float
    AspectRatio.getValue(org.faceless.publisher.type.ReplacedContent content)
    Return the used Aspect Ratio; * aspect-ratio: auto use replacedRatio * aspect-ratio: auto N if replacedRatio is set, use that, otherwise use N * aspect-ratio: N use N
    void
    ContentHandlerWrapper.setReplacedContent(org.faceless.publisher.type.ReplacedContent content)
     
    void
    DocumentSink.setReplacedContent(org.faceless.publisher.type.ReplacedContent content)
    Set the replaced content of the currently open Element.