Uses of Interface
org.faceless.publisher.LayoutContext

Packages that use org.faceless.publisher.LayoutContext
Package
Description
Provides the main classes for BFO Publisher
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.LayoutContext in org.faceless.publisher

    Methods in org.faceless.publisher that return org.faceless.publisher.LayoutContext in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.LayoutContext
    Document.getLayoutContext()
     
    org.faceless.publisher.LayoutContext
    Document.newLayoutContext()
     
  • Uses of org.faceless.publisher.LayoutContext in org.faceless.publisher.type

    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.LayoutContext in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.FloatProp
    FloatProp.computedValue(org.faceless.publisher.LayoutContext layoutContext)
    Collapse inside/outside to left/right based on the current page
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.LayoutContext in in
    Modifier
    Constructor
    Description
     
    Strut(org.faceless.publisher.LayoutContext layoutContext, org.faceless.publisher.type.CSSStyle style, boolean root)
    Create a Strut for a normal object
     
    Strut(org.faceless.publisher.LayoutContext layoutContext, org.faceless.publisher.type.CSSStyle style, boolean root, org.faceless.publisher.type.LengthEvaluationContext ctx)
    Create a Strut for a normal object that is part of an SVG embedded inside another SVG as an .
     
    Strut(org.faceless.publisher.LayoutContext layoutContext, org.faceless.publisher.type.CSSStyle style, float baseline, float height)
    Create a Strut for an inline object that has no concept of a baseline, such as an image.