Uses of Class
org.faceless.publisher.type.TagType

Packages that use org.faceless.publisher.type.TagType
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.TagType in org.faceless.publisher.output

    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.TagType in in
    Modifier and Type
    Method
    Description
    void
    BitmapCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
    void
    ReportCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
    Open a tag
    void
    ReportCanvasFilter.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
  • Uses of org.faceless.publisher.type.TagType in org.faceless.publisher.output.pdf

    Methods in org.faceless.publisher.output.pdf with parameters of type org.faceless.publisher.type.TagType in in
    Modifier and Type
    Method
    Description
    void
    PDFReportCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
  • Uses of org.faceless.publisher.type.TagType in org.faceless.publisher.output.svg

    Methods in org.faceless.publisher.output.svg with parameters of type org.faceless.publisher.type.TagType in in
    Modifier and Type
    Method
    Description
    void
    SVGReportCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
  • Uses of org.faceless.publisher.type.TagType in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.TagType in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.TagType
    TagType.ARTIFACT
     
    static final org.faceless.publisher.type.TagType
    TagType.FENOTE
     
    static final org.faceless.publisher.type.TagType
    TagType.NONE
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TagType in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.TagType
    CSSStyle.getBFOIndex()
     
    org.faceless.publisher.type.TagType
    FilterCSSStyle.getBFOIndex()
     
    org.faceless.publisher.type.TagType
    CSSStyle.getBFOPdfTag()
     
    org.faceless.publisher.type.TagType
    FilterCSSStyle.getBFOPdfTag()