Uses of Enum Class
org.xhtmlrenderer.css.style.CalculatedStyle.Edge
Packages that use CalculatedStyle.Edge
-
Uses of CalculatedStyle.Edge in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return CalculatedStyle.EdgeModifier and TypeMethodDescriptionstatic CalculatedStyle.Edge
Returns the enum constant of this class with the specified name.static CalculatedStyle.Edge[]
CalculatedStyle.Edge.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xhtmlrenderer.css.style with parameters of type CalculatedStyle.EdgeModifier and TypeMethodDescriptionint
CalculatedStyle.getMarginBorderPadding
(CssContext cssCtx, int cbWidth, CalculatedStyle.Edge edge) -
Uses of CalculatedStyle.Edge in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type CalculatedStyle.EdgeModifier and TypeMethodDescriptionint
Box.getMarginBorderPadding
(CssContext cssCtx, CalculatedStyle.Edge edge) int
PageBox.getMarginBorderPadding
(CssContext cssCtx, CalculatedStyle.Edge edge)