Package | Description |
---|---|
org.xhtmlrenderer.css.style | |
org.xhtmlrenderer.css.style.derived | |
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[] sideProperties,
float cbWidth,
CssContext ctx) |
Modifier and Type | Method and Description |
---|---|
RectPropertySet |
Box.getMargin(CssContext cssContext) |
RectPropertySet |
PageBox.getMargin(CssContext cssCtx) |
RectPropertySet |
Box.getPadding(CssContext cssCtx) |