Package org.loboevolution.html.style
Class MarginInsets
java.lang.Object
org.loboevolution.html.style.MarginInsets
MarginInsets class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlInsets
getMarginInsets
(CSSStyleDeclaration cssProperties, HTMLElementImpl element, RenderState renderState) getMarginInsets.static HtmlInsets
getPaddingInsets
(CSSStyleDeclaration cssProperties, HTMLElementImpl element, RenderState renderState) getPaddingInsets.
-
Constructor Details
-
MarginInsets
public MarginInsets()
-
-
Method Details
-
getMarginInsets
public static HtmlInsets getMarginInsets(CSSStyleDeclaration cssProperties, HTMLElementImpl element, RenderState renderState) getMarginInsets.
- Parameters:
cssProperties
- aCSSStyleDeclaration
object.element
- aHTMLElementImpl
object.renderState
- aRenderState
object.- Returns:
- a
HtmlInsets
object.
-
getPaddingInsets
public static HtmlInsets getPaddingInsets(CSSStyleDeclaration cssProperties, HTMLElementImpl element, RenderState renderState) getPaddingInsets.
- Parameters:
cssProperties
- aCSSStyleDeclaration
object.element
- aHTMLElementImpl
object.renderState
- aRenderState
object.- Returns:
- a
HtmlInsets
object.
-