| Package | Description |
|---|---|
| org.xhtmlrenderer.css.style | |
| org.xhtmlrenderer.css.style.derived | |
| org.xhtmlrenderer.newtable | |
| org.xhtmlrenderer.render |
| Modifier and Type | Method and Description |
|---|---|
RectPropertySet |
CalculatedStyle.getCachedMargin() |
RectPropertySet |
CalculatedStyle.getCachedPadding() |
RectPropertySet |
CalculatedStyle.getMarginRect(float cbWidth,
CssContext ctx)
Convenience property accessor; returns a Border initialized with the
four-sided margin width.
|
RectPropertySet |
CalculatedStyle.getMarginRect(float cbWidth,
CssContext ctx,
boolean useCache) |
RectPropertySet |
CalculatedStyle.getPaddingRect(float cbWidth,
CssContext ctx) |
RectPropertySet |
CalculatedStyle.getPaddingRect(float cbWidth,
CssContext ctx,
boolean useCache)
Convenience property accessor; returns a Border initialized with the
four-sided padding width.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BorderPropertySet
Created by IntelliJ IDEA.
|
| Modifier and Type | Field and Description |
|---|---|
static RectPropertySet |
RectPropertySet.ALL_ZEROS |
| Modifier and Type | Method and Description |
|---|---|
RectPropertySet |
RectPropertySet.copyOf() |
static RectPropertySet |
RectPropertySet.newInstance(CalculatedStyle style,
CSSName shortHandProperty,
CSSName.CSSSideProperties sideProperties,
float cbWidth,
CssContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
protected void |
TableRowBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
protected void |
TableBox.resolveAutoMargins(LayoutContext c,
int cssWidth,
RectPropertySet padding,
BorderPropertySet border) |
| Modifier and Type | Method and Description |
|---|---|
RectPropertySet |
PageBox.getMargin(CssContext cssCtx) |
RectPropertySet |
Box.getMargin(CssContext cssContext) |
RectPropertySet |
Box.getPadding(CssContext cssCtx) |
protected RectPropertySet |
Box.getStyleMargin(CssContext cssContext) |
protected RectPropertySet |
Box.getStyleMargin(CssContext cssContext,
boolean useCache) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
protected void |
BlockBox.resolveAutoMargins(LayoutContext c,
int cssWidth,
RectPropertySet padding,
BorderPropertySet border) |
Copyright © 2021. All rights reserved.