java.io.Serializable
public class ComputedLayoutProperties
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
ComputedLayoutProperties() |
Modifier and Type | Method | Description |
---|---|---|
RenderLength |
getBlockContextWidth() |
|
long |
getBorderBottom() |
|
long |
getBorderLeft() |
|
long |
getBorderRight() |
|
long |
getBorderTop() |
|
RenderLength |
getComputedWidth() |
|
long |
getMarginBottom() |
|
long |
getMarginLeft() |
|
long |
getMarginRight() |
|
long |
getMarginTop() |
|
long |
getPaddingBottom() |
|
long |
getPaddingLeft() |
|
long |
getPaddingRight() |
|
long |
getPaddingTop() |
|
void |
setBlockContextWidth(RenderLength blockContextWidth) |
|
void |
setBorderBottom(long borderBottom) |
|
void |
setBorderLeft(long borderLeft) |
|
void |
setBorderRight(long borderRight) |
|
void |
setBorderTop(long borderTop) |
|
void |
setComputedWidth(RenderLength computedWidth) |
|
void |
setMarginBottom(long marginBottom) |
|
void |
setMarginLeft(long marginLeft) |
|
void |
setMarginRight(long marginRight) |
|
void |
setMarginTop(long marginTop) |
|
void |
setPaddingBottom(long paddingBottom) |
|
void |
setPaddingLeft(long paddingLeft) |
|
void |
setPaddingRight(long paddingRight) |
|
void |
setPaddingTop(long paddingTop) |
|
java.lang.String |
toString() |
public void setBlockContextWidth(RenderLength blockContextWidth)
public void setComputedWidth(RenderLength computedWidth)
public RenderLength getBlockContextWidth()
public RenderLength getComputedWidth()
public long getMarginLeft()
public void setMarginLeft(long marginLeft)
public long getMarginRight()
public void setMarginRight(long marginRight)
public long getMarginTop()
public void setMarginTop(long marginTop)
public long getMarginBottom()
public void setMarginBottom(long marginBottom)
public long getPaddingLeft()
public void setPaddingLeft(long paddingLeft)
public long getPaddingTop()
public void setPaddingTop(long paddingTop)
public long getPaddingRight()
public void setPaddingRight(long paddingRight)
public long getPaddingBottom()
public void setPaddingBottom(long paddingBottom)
public long getBorderLeft()
public void setBorderLeft(long borderLeft)
public long getBorderRight()
public void setBorderRight(long borderRight)
public long getBorderTop()
public void setBorderTop(long borderTop)
public long getBorderBottom()
public void setBorderBottom(long borderBottom)
public java.lang.String toString()
toString
in class java.lang.Object