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

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

    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.ExpandContext in in
    Modifier and Type
    Method
    Description
    float
    GeneralText.expand(org.faceless.publisher.type.ExpandContext ctx)
     
  • Uses of org.faceless.publisher.type.ExpandContext in org.faceless.publisher.type

    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.ExpandContext in in
    Modifier and Type
    Method
    Description
    float
    ReplacedInline.expand(org.faceless.publisher.type.ExpandContext context)
    Possibly expand this ReplacedInline object to take more space on the line.
    boolean
    ExpandContext.Task.run(org.faceless.publisher.type.ExpandContext context)
    Run the task.