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

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

    Method parameters in org.faceless.publisher.output with type arguments of type org.faceless.publisher.type.Background in in
    Modifier and Type
    Method
    Description
    void
    DiscardReportOutput.draw(org.faceless.publisher.output.Box box, List<org.faceless.publisher.type.Background> backgrounds, int flags)
     
    void
    ReportOutputFilter.draw(org.faceless.publisher.output.Box box, List<org.faceless.publisher.type.Background> backgrounds, int flags)
    Draw a Box to the page.
  • Uses of org.faceless.publisher.type.Background in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.Background in in
    Modifier and Type
    Method
    Description
    List<org.faceless.publisher.type.Background>
    CSSStyle.getBackgrounds()
    Returns the list of backgrounds.
    List<org.faceless.publisher.type.Background>
    FilterCSSStyle.getBackgrounds()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Background in in
    Modifier
    Constructor
    Description
     
    Background(org.faceless.publisher.type.Background o, org.faceless.publisher.type.BoxProp clip)
    Create a new Background that is a clone of the specified background, but with a different clip.