org.jfree.layouting.renderer.model
public interface BoxDefinition
Method Summary | |
---|---|
CSSColorValue | getBackgroundColor() |
Border | getBorder() |
RenderLength | getMarginBottom() |
RenderLength | getMarginLeft() |
RenderLength | getMarginRight() |
RenderLength | getMarginTop() |
RenderLength | getMaximumHeight() |
RenderLength | getMaximumWidth() |
RenderLength | getMinimumHeight() |
RenderLength | getMinimumWidth() |
RenderLength | getPaddingBottom() |
RenderLength | getPaddingLeft() |
RenderLength | getPaddingRight() |
RenderLength | getPaddingTop() |
RenderLength | getPreferredHeight()
The preferred size is only set, if a height has been explicitly defined.
|
RenderLength | getPreferredWidth()
The preferred size is only set, if a width has been explicitly defined.
|
boolean | isEmpty() |
BoxDefinition[] | split(int axis) |
Returns:
Returns: