| 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 |
OutputDevice.paintReplacedElement(RenderingContext c,
BlockBox box) |
| Modifier and Type | Method and Description |
|---|---|
static BlockBox |
BoxBuilder.createRootBox(LayoutContext c,
Document document) |
BlockBox |
FloatLayoutResult.getBlock() |
BlockBox |
BreakAtLineContext.getBlock() |
BlockBox |
BoxRangeData.getBox() |
static BlockBox |
BoxBuilder.getRunningBlock(LayoutContext c,
PropertyValue value) |
BlockBox |
Layer.getRunningBlock(String identifer,
PageBox page,
PageElementPosition which) |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.addFloat(BlockBox floater,
BlockFormattingContext bfc) |
void |
Layer.addPageSequence(BlockBox start) |
void |
Layer.addRunningBlock(BlockBox block) |
static void |
BoxBuilder.createChildren(LayoutContext c,
BlockBox parent) |
void |
BlockFormattingContext.floatBox(LayoutContext c,
BlockBox floated) |
void |
FloatManager.floatBox(LayoutContext c,
Layer layer,
BlockFormattingContext bfc,
BlockBox box) |
Point |
FloatManager.getOffset(BlockBox floater) |
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.paintAsLayer(RenderingContext c,
BlockBox startingPoint) |
void |
FloatManager.removeFloat(BlockBox floater) |
void |
Layer.removeFloat(BlockBox floater) |
void |
Layer.removeRunningBlock(BlockBox block) |
void |
FloatLayoutResult.setBlock(BlockBox block) |
void |
BoxRangeData.setBox(BlockBox box) |
| Constructor and Description |
|---|
BlockFormattingContext(BlockBox block,
LayoutContext c) |
BoxRangeData(BlockBox box,
BoxRange range) |
BreakAtLineContext(BlockBox block,
int line) |
PersistentBFC(BlockBox master,
LayoutContext c) |
| Modifier and Type | Class and Description |
|---|---|
class |
TableBox |
class |
TableCellBox |
class |
TableRowBox |
class |
TableSectionBox |
| Modifier and Type | Method and Description |
|---|---|
BlockBox |
TableBox.copyOf() |
BlockBox |
TableCellBox.copyOf() |
BlockBox |
TableSectionBox.copyOf() |
BlockBox |
TableRowBox.copyOf() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableRowBox.initStaticPos(LayoutContext c,
BlockBox parent,
int childOffset) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousBlockBox
An anonymous block box as defined in the CSS spec.
|
class |
MarginBox
A dummy box representing one side of the margin area of a page.
|
class |
ViewportBox
A dummy box representing the viewport
|
| Modifier and Type | Method and Description |
|---|---|
BlockBox |
BlockBox.copyOf() |
BlockBox |
AnonymousBlockBox.copyOf() |
BlockBox |
MarginBox.copyOf() |
BlockBox |
ViewportBox.copyOf() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineBox.addNonFlowContent(BlockBox box) |
void |
BlockBox.initStaticPos(LayoutContext c,
BlockBox parent,
int childOffset) |
static void |
ListItemPainter.paint(RenderingContext c,
BlockBox box) |
| 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 |
|---|---|
BlockBox |
FormField.getBox() |
| 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 |
|---|---|
ReplacedElement |
SwingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
void |
Java2DOutputDevice.paintReplacedElement(RenderingContext c,
BlockBox box) |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
DelegatingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
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) |
Copyright © 2020. All rights reserved.