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 inModifier and TypeMethodDescriptionorg.faceless.publisher.LayoutContextDocument.getLayoutContext()org.faceless.publisher.LayoutContextDocument.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 inModifier and TypeMethodDescriptionorg.faceless.publisher.type.FloatPropFloatProp.computedValue(org.faceless.publisher.LayoutContext layoutContext) Collapse inside/outside to left/right based on the current pageConstructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.LayoutContext in inModifierConstructorDescriptionStrut(org.faceless.publisher.LayoutContext layoutContext, org.faceless.publisher.type.CSSStyle style, boolean root) Create a Strut for a normal objectStrut(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.