Class ComputedLayoutProperties
- java.lang.Object
-
- org.jfree.layouting.renderer.model.ComputedLayoutProperties
-
- All Implemented Interfaces:
java.io.Serializable
public class ComputedLayoutProperties extends java.lang.Object implements java.io.SerializableImmutable version of the node-layout properties.- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComputedLayoutProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderLengthgetBlockContextWidth()longgetBorderBottom()longgetBorderLeft()longgetBorderRight()longgetBorderTop()RenderLengthgetComputedWidth()longgetMarginBottom()longgetMarginLeft()longgetMarginRight()longgetMarginTop()longgetPaddingBottom()longgetPaddingLeft()longgetPaddingRight()longgetPaddingTop()voidsetBlockContextWidth(RenderLength blockContextWidth)voidsetBorderBottom(long borderBottom)voidsetBorderLeft(long borderLeft)voidsetBorderRight(long borderRight)voidsetBorderTop(long borderTop)voidsetComputedWidth(RenderLength computedWidth)voidsetMarginBottom(long marginBottom)voidsetMarginLeft(long marginLeft)voidsetMarginRight(long marginRight)voidsetMarginTop(long marginTop)voidsetPaddingBottom(long paddingBottom)voidsetPaddingLeft(long paddingLeft)voidsetPaddingRight(long paddingRight)voidsetPaddingTop(long paddingTop)java.lang.StringtoString()
-
-
-
Method Detail
-
setBlockContextWidth
public void setBlockContextWidth(RenderLength blockContextWidth)
-
setComputedWidth
public void setComputedWidth(RenderLength computedWidth)
-
getBlockContextWidth
public RenderLength getBlockContextWidth()
-
getComputedWidth
public RenderLength getComputedWidth()
-
getMarginLeft
public long getMarginLeft()
-
setMarginLeft
public void setMarginLeft(long marginLeft)
-
getMarginRight
public long getMarginRight()
-
setMarginRight
public void setMarginRight(long marginRight)
-
getMarginTop
public long getMarginTop()
-
setMarginTop
public void setMarginTop(long marginTop)
-
getMarginBottom
public long getMarginBottom()
-
setMarginBottom
public void setMarginBottom(long marginBottom)
-
getPaddingLeft
public long getPaddingLeft()
-
setPaddingLeft
public void setPaddingLeft(long paddingLeft)
-
getPaddingTop
public long getPaddingTop()
-
setPaddingTop
public void setPaddingTop(long paddingTop)
-
getPaddingRight
public long getPaddingRight()
-
setPaddingRight
public void setPaddingRight(long paddingRight)
-
getPaddingBottom
public long getPaddingBottom()
-
setPaddingBottom
public void setPaddingBottom(long paddingBottom)
-
getBorderLeft
public long getBorderLeft()
-
setBorderLeft
public void setBorderLeft(long borderLeft)
-
getBorderRight
public long getBorderRight()
-
setBorderRight
public void setBorderRight(long borderRight)
-
getBorderTop
public long getBorderTop()
-
setBorderTop
public void setBorderTop(long borderTop)
-
getBorderBottom
public long getBorderBottom()
-
setBorderBottom
public void setBorderBottom(long borderBottom)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-