| Package | Description |
|---|---|
| org.xhtmlrenderer.css.style | |
| org.xhtmlrenderer.css.style.derived | |
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.newtable | |
| org.xhtmlrenderer.render |
| Modifier and Type | Method and Description |
|---|---|
BorderPropertySet |
CalculatedStyle.getBorder(CssContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
static BorderPropertySet |
BorderPropertySet.EMPTY_BORDER |
| Modifier and Type | Method and Description |
|---|---|
BorderPropertySet |
BorderPropertySet.darken(IdentValue style)
Returns the colors for brighter parts of each side for a particular decoration style
|
BorderPropertySet |
BorderPropertySet.lighten(IdentValue style)
Returns the colors for brighter parts of each side for a particular decoration style
|
static BorderPropertySet |
BorderPropertySet.newInstance(CalculatedStyle style,
CssContext ctx) |
BorderPropertySet |
BorderPropertySet.normalizedInstance(Rectangle bounds) |
| Constructor and Description |
|---|
BorderPropertySet(BorderPropertySet border) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDevice.paintBackground(RenderingContext c,
CalculatedStyle style,
Rectangle bounds,
Rectangle bgImageContainer,
BorderPropertySet border) |
void |
OutputDevice.paintCollapsedBorder(RenderingContext c,
BorderPropertySet border,
Rectangle bounds,
int side) |
| Modifier and Type | Method and Description |
|---|---|
BorderPropertySet |
TableBox.getBorder(CssContext cssCtx) |
BorderPropertySet |
TableCellBox.getBorder(CssContext cssCtx) |
protected BorderPropertySet |
TableCellBox.getCollapsedPaintingBorder() |
| Modifier and Type | Method and Description |
|---|---|
static CollapsedBorderValue |
CollapsedBorderValue.borderBottom(BorderPropertySet border,
int precedence) |
static CollapsedBorderValue |
CollapsedBorderValue.borderLeft(BorderPropertySet border,
int precedence) |
static CollapsedBorderValue |
CollapsedBorderValue.borderRight(BorderPropertySet border,
int precedence) |
static CollapsedBorderValue |
CollapsedBorderValue.borderTop(BorderPropertySet border,
int precedence) |
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 |
|---|---|
BorderPropertySet |
Box.getBorder(CssContext cssCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
static Path2D |
BorderPainter.generateBorderBounds(Rectangle bounds,
BorderPropertySet border,
boolean inside)
Generates a full round rectangle that is made of bounds and border
|
static Path2D |
BorderPainter.generateBorderShape(Rectangle bounds,
int side,
BorderPropertySet border,
boolean drawInterior)
Generates one side of a border
|
static Path2D |
BorderPainter.generateBorderShape(Rectangle bounds,
int side,
BorderPropertySet border,
boolean drawInterior,
float scaledOffset)
Generates one side of a border
|
static Path2D |
BorderPainter.generateBorderShape(Rectangle bounds,
int side,
BorderPropertySet border,
boolean drawInterior,
float scaledOffset,
float widthScale)
Generates one side of a border
|
static void |
BorderPainter.paint(Rectangle bounds,
int sides,
BorderPropertySet border,
RenderingContext ctx,
int xOffset,
boolean bevel) |
void |
AbstractOutputDevice.paintBackground(RenderingContext c,
CalculatedStyle style,
Rectangle bounds,
Rectangle bgImageContainer,
BorderPropertySet border) |
void |
AbstractOutputDevice.paintCollapsedBorder(RenderingContext c,
BorderPropertySet border,
Rectangle bounds,
int side) |
protected void |
BlockBox.resolveAutoMargins(LayoutContext c,
int cssWidth,
RectPropertySet padding,
BorderPropertySet border) |
Copyright © 2021. All rights reserved.