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) |
Constructor and Description |
---|
BorderPropertySet(BorderPropertySet border) |
Modifier and Type | Method and Description |
---|---|
void |
OutputDevice.paintCollapsedBorder(RenderingContext c,
BorderPropertySet border,
java.awt.Rectangle bounds,
int side) |
Modifier and Type | Method and Description |
---|---|
BorderPropertySet |
TableCellBox.getBorder(CssContext cssCtx) |
BorderPropertySet |
TableBox.getBorder(CssContext cssCtx) |
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) |
Modifier and Type | Method and Description |
---|---|
BorderPropertySet |
Box.getBorder(CssContext cssCtx) |
Modifier and Type | Method and Description |
---|---|
static void |
BorderPainter.paint(java.awt.Rectangle bounds,
int sides,
BorderPropertySet border,
RenderingContext ctx,
int xOffset,
boolean bevel) |
void |
AbstractOutputDevice.paintCollapsedBorder(RenderingContext c,
BorderPropertySet border,
java.awt.Rectangle bounds,
int side) |