| Modifier and Type | Method and Description |
|---|---|
ContentFunction |
ContentFunctionFactory.lookupFunction(LayoutContext c,
FSFunction function) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContentFunction.calculate(LayoutContext c,
FSFunction function) |
boolean |
ContentFunction.canHandle(LayoutContext c,
FSFunction function) |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
ReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
void |
ReplacedElement.detach(LayoutContext c) |
| Modifier and Type | Method and Description |
|---|---|
LayoutContext |
SharedContext.newLayoutContextInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockFormattingContext.clear(LayoutContext c,
Box current) |
static void |
BoxBuilder.createChildren(LayoutContext c,
BlockBox parent) |
static StrutMetrics |
InlineBoxing.createDefaultStrutMetrics(LayoutContext c,
Box container) |
static TableBox |
BoxBuilder.createMarginTable(LayoutContext c,
PageInfo pageInfo,
MarginBoxName[] names,
int height,
int direction) |
static BlockBox |
BoxBuilder.createRootBox(LayoutContext c,
Document document) |
boolean |
Layer.crossesPageBreak(LayoutContext c,
int top,
int bottom) |
void |
Layer.finish(LayoutContext c) |
void |
BlockFormattingContext.floatBox(LayoutContext c,
BlockBox floated) |
void |
FloatManager.floatBox(LayoutContext c,
Layer layer,
BlockFormattingContext bfc,
BlockBox box) |
Dimension |
Layer.getPaintingDimension(LayoutContext c) |
static BlockBox |
BoxBuilder.getRunningBlock(LayoutContext c,
PropertyValue value) |
static void |
LayoutUtil.layoutAbsolute(LayoutContext c,
LineBox currentLine,
BlockBox box) |
static void |
BlockBoxing.layoutContent(LayoutContext c,
BlockBox block,
int contentStart) |
static void |
InlineBoxing.layoutContent(LayoutContext c,
BlockBox box,
int initialY,
int breakAtLine) |
static FloatLayoutResult |
LayoutUtil.layoutFloated(LayoutContext c,
LineBox currentLine,
BlockBox block,
int avail,
List pendingFloats) |
void |
Layer.layoutPages(LayoutContext c) |
void |
Layer.positionChildren(LayoutContext c) |
| Constructor and Description |
|---|
BlockFormattingContext(BlockBox block,
LayoutContext c) |
PersistentBFC(BlockBox master,
LayoutContext c) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Breaker.breakFirstLetter(LayoutContext c,
LineBreakContext context,
int avail,
CalculatedStyle style) |
static void |
Breaker.breakText(LayoutContext c,
LineBreakContext context,
int avail,
CalculatedStyle style) |
static BreakPointsProvider |
Breaker.getBreakPointsProvider(String text,
LayoutContext c,
Element element,
CalculatedStyle style) |
static BreakPointsProvider |
Breaker.getBreakPointsProvider(String text,
LayoutContext c,
Text textNode,
CalculatedStyle style) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBox.analyzePageBreaks(LayoutContext c,
ContentLimitContainer container) |
void |
TableRowBox.analyzePageBreaks(LayoutContext c,
ContentLimitContainer container) |
int |
TableCellBox.calcBaseline(LayoutContext c) |
int |
TableCellBox.calcBlockBaseline(LayoutContext c) |
void |
TableSectionBox.calcBorders(LayoutContext c) |
protected void |
TableBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
protected void |
TableRowBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
void |
TableBox.calcMinMaxWidth(LayoutContext c) |
int |
TableRowBox.forcePageBreakBefore(LayoutContext c,
IdentValue pageBreakValue,
boolean pendingPageName) |
void |
TableRowBox.initStaticPos(LayoutContext c,
BlockBox parent,
int childOffset) |
boolean |
TableCellBox.isPageBreaksChange(LayoutContext c,
int posDeltaY) |
void |
TableBox.layout(LayoutContext c) |
void |
TableCellBox.layout(LayoutContext c) |
void |
TableSectionBox.layout(LayoutContext c,
int contentStart) |
void |
TableRowBox.layout(LayoutContext c,
int contentStart) |
protected void |
TableBox.layoutChildren(LayoutContext c,
int contentStart) |
protected void |
TableSectionBox.layoutChildren(LayoutContext c,
int contentStart) |
protected void |
TableRowBox.layoutChildren(LayoutContext c,
int contentStart) |
void |
TableCellBox.moveContent(LayoutContext c,
int deltaY) |
void |
TableSectionBox.recalcCells(LayoutContext c) |
void |
TableBox.reset(LayoutContext c) |
void |
TableSectionBox.reset(LayoutContext c) |
void |
TableRowBox.reset(LayoutContext c) |
protected void |
TableBox.resolveAutoMargins(LayoutContext c,
int cssWidth,
RectPropertySet padding,
BorderPropertySet border) |
void |
TableCellBox.setLayoutWidth(LayoutContext c,
int width) |
| Constructor and Description |
|---|
ContentLimitContainer(LayoutContext c,
int startAbsY) |
InlineLayoutBox(LayoutContext c,
Element elem,
CalculatedStyle style,
int cbWidth) |
| Modifier and Type | Method and Description |
|---|---|
FormField |
XhtmlForm.addComponent(Element e,
LayoutContext context,
BlockBox box) |
ReplacedElement |
NoReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
| Modifier and Type | Method and Description |
|---|---|
LayoutContext |
FormField.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static FormField |
FormFieldFactory.create(XhtmlForm form,
LayoutContext context,
BlockBox box) |
| Constructor and Description |
|---|
AbstractButtonField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box) |
FormField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box) |
InputField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box) |
| Modifier and Type | Method and Description |
|---|---|
LayoutContext |
BoxRenderer.getLayoutContext()
Returns the LayoutContext to be used by renderer.
|
LayoutContext |
RootPanel.getLayoutContext() |
protected LayoutContext |
RootPanel.newLayoutContext(Graphics2D g) |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
SwingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
void |
SwingReplacedElement.detach(LayoutContext c) |
void |
ImageReplacedElement.detach(LayoutContext c) |
void |
DeferredImageReplacedElement.detach(LayoutContext c) |
void |
EmptyReplacedElement.detach(LayoutContext c) |
protected Element |
SwingReplacedElementFactory.getParentForm(Element e,
LayoutContext context) |
protected ReplacedElement |
SwingReplacedElementFactory.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ElementReplacer.accept(LayoutContext context,
Element element) |
boolean |
SwingImageReplacer.accept(LayoutContext context,
Element element) |
ReplacedElement |
DelegatingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
Dimension |
XLayout.getIntrinsicDimensions(LayoutContext c,
Element elem)
Gets the intrinsicDimensions attribute of the XLayout object
|
abstract ReplacedElement |
ElementReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
ReplacedElement |
SwingImageReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
protected ReplacedElement |
SwingImageReplacer.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document.
|
Copyright © 2020. All rights reserved.