org.jfree.layouting.renderer.model
public class ComputedLayoutProperties extends Object implements Serializable
Constructor Summary | |
---|---|
ComputedLayoutProperties() |
Method Summary | |
---|---|
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) |
String | toString() |