Uses of Interface
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 LayoutContext in org.faceless.publisher
Modifier and TypeMethodDescriptionDocument.getLayoutContext()
Document.newLayoutContext()
-
Uses of LayoutContext in org.faceless.publisher.type
Modifier and TypeMethodDescriptionorg.faceless.publisher.type.FloatProp
FloatProp.computedValue
(LayoutContext layoutContext) Collapse inside/outside to left/right based on the current pageModifierConstructorDescriptionStrut
(LayoutContext layoutContext, org.faceless.publisher.type.CSSStyle style, boolean root) Create a Strut for a normal objectStrut
(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
(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.