Uses of Class
org.xhtmlrenderer.newtable.CollapsedBorderValue
-
Packages that use CollapsedBorderValue Package Description org.xhtmlrenderer.css.style.derived org.xhtmlrenderer.newtable -
-
Uses of CollapsedBorderValue in org.xhtmlrenderer.css.style.derived
Constructors in org.xhtmlrenderer.css.style.derived with parameters of type CollapsedBorderValue Constructor Description BorderPropertySet(CollapsedBorderValue top, CollapsedBorderValue right, CollapsedBorderValue bottom, CollapsedBorderValue left) -
Uses of CollapsedBorderValue in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return CollapsedBorderValue Modifier and Type Method Description static CollapsedBorderValueCollapsedBorderValue. borderBottom(BorderPropertySet border, int precedence)static CollapsedBorderValueCollapsedBorderValue. borderLeft(BorderPropertySet border, int precedence)static CollapsedBorderValueCollapsedBorderValue. borderRight(BorderPropertySet border, int precedence)static CollapsedBorderValueCollapsedBorderValue. borderTop(BorderPropertySet border, int precedence)static CollapsedBorderValueTableCellBox. compareBorders(CollapsedBorderValue border1, CollapsedBorderValue border2, boolean returnNullOnEqual)CollapsedBorderValueTableCellBox. getCollapsedBorderBottom()CollapsedBorderValueTableCellBox. getCollapsedBorderLeft()CollapsedBorderValueTableCellBox. getCollapsedBorderRight()CollapsedBorderValueTableCellBox. getCollapsedBorderTop()Methods in org.xhtmlrenderer.newtable with parameters of type CollapsedBorderValue Modifier and Type Method Description static CollapsedBorderValueTableCellBox. compareBorders(CollapsedBorderValue border1, CollapsedBorderValue border2, boolean returnNullOnEqual)Method parameters in org.xhtmlrenderer.newtable with type arguments of type CollapsedBorderValue Modifier and Type Method Description voidTableCellBox. addCollapsedBorders(Set<CollapsedBorderValue> all, List<CollapsedBorderSide> borders)
-