Immutable version of the node-layout properties.
getBlockContextWidth
public RenderLength getBlockContextWidth()
getBorderBottom
public long getBorderBottom()
getBorderLeft
public long getBorderLeft()
getBorderRight
public long getBorderRight()
getBorderTop
public long getBorderTop()
getMarginBottom
public long getMarginBottom()
getMarginLeft
public long getMarginLeft()
getMarginRight
public long getMarginRight()
getMarginTop
public long getMarginTop()
getPaddingBottom
public long getPaddingBottom()
getPaddingLeft
public long getPaddingLeft()
getPaddingRight
public long getPaddingRight()
getPaddingTop
public long getPaddingTop()
setBlockContextWidth
public void setBlockContextWidth(RenderLength blockContextWidth)
setBorderBottom
public void setBorderBottom(long borderBottom)
setBorderLeft
public void setBorderLeft(long borderLeft)
setBorderRight
public void setBorderRight(long borderRight)
setBorderTop
public void setBorderTop(long borderTop)
setComputedWidth
public void setComputedWidth(RenderLength computedWidth)
setMarginBottom
public void setMarginBottom(long marginBottom)
setMarginLeft
public void setMarginLeft(long marginLeft)
setMarginRight
public void setMarginRight(long marginRight)
setMarginTop
public void setMarginTop(long marginTop)
setPaddingBottom
public void setPaddingBottom(long paddingBottom)
setPaddingLeft
public void setPaddingLeft(long paddingLeft)
setPaddingRight
public void setPaddingRight(long paddingRight)
setPaddingTop
public void setPaddingTop(long paddingTop)
toString
public String toString()