Uses of Class
org.xhtmlrenderer.css.style.derived.BorderPropertySet
Packages that use BorderPropertySet
Package
Description
-
Uses of BorderPropertySet in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return BorderPropertySet -
Uses of BorderPropertySet in org.xhtmlrenderer.css.style.derived
Fields in org.xhtmlrenderer.css.style.derived declared as BorderPropertySetMethods in org.xhtmlrenderer.css.style.derived that return BorderPropertySetModifier and TypeMethodDescriptionBorderPropertySet.darken
(IdentValue style) Returns the colors for brighter parts of each side for a particular decoration styleBorderPropertySet.lighten
(IdentValue style) Returns the colors for brighter parts of each side for a particular decoration stylestatic BorderPropertySet
BorderPropertySet.newInstance
(CalculatedStyle style, CssContext ctx) Constructors in org.xhtmlrenderer.css.style.derived with parameters of type BorderPropertySet -
Uses of BorderPropertySet in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type BorderPropertySetModifier and TypeMethodDescriptionvoid
OutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) -
Uses of BorderPropertySet in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return BorderPropertySetModifier and TypeMethodDescriptionTableBox.getBorder
(CssContext cssCtx) TableCellBox.getBorder
(CssContext cssCtx) Methods in org.xhtmlrenderer.newtable with parameters of type BorderPropertySetModifier and TypeMethodDescriptionstatic 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) -
Uses of BorderPropertySet in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return BorderPropertySetMethods in org.xhtmlrenderer.render with parameters of type BorderPropertySetModifier and TypeMethodDescriptionstatic void
BorderPainter.paint
(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel) void
AbstractOutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side)