org.jfree.layouting.renderer.model

Class EmptyBoxDefinition

public final class EmptyBoxDefinition extends Object implements BoxDefinition

Creation-Date: 15.06.2006, 17:10:27

Author: Thomas Morgner

Method Summary
CSSColorValuegetBackgroundColor()
BordergetBorder()
static EmptyBoxDefinitiongetInstance()
RenderLengthgetMarginBottom()
RenderLengthgetMarginLeft()
RenderLengthgetMarginRight()
RenderLengthgetMarginTop()
RenderLengthgetMaximumHeight()
RenderLengthgetMaximumWidth()
RenderLengthgetMinimumHeight()
RenderLengthgetMinimumWidth()
RenderLengthgetPaddingBottom()
RenderLengthgetPaddingLeft()
RenderLengthgetPaddingRight()
RenderLengthgetPaddingTop()
RenderLengthgetPreferredHeight()
RenderLengthgetPreferredWidth()
booleanisEmpty()
BoxDefinition[]split(int axis)

Method Detail

getBackgroundColor

public CSSColorValue getBackgroundColor()

getBorder

public Border getBorder()

getInstance

public static EmptyBoxDefinition getInstance()

getMarginBottom

public RenderLength getMarginBottom()

getMarginLeft

public RenderLength getMarginLeft()

getMarginRight

public RenderLength getMarginRight()

getMarginTop

public RenderLength getMarginTop()

getMaximumHeight

public RenderLength getMaximumHeight()

getMaximumWidth

public RenderLength getMaximumWidth()

getMinimumHeight

public RenderLength getMinimumHeight()

getMinimumWidth

public RenderLength getMinimumWidth()

getPaddingBottom

public RenderLength getPaddingBottom()

getPaddingLeft

public RenderLength getPaddingLeft()

getPaddingRight

public RenderLength getPaddingRight()

getPaddingTop

public RenderLength getPaddingTop()

getPreferredHeight

public RenderLength getPreferredHeight()

getPreferredWidth

public RenderLength getPreferredWidth()

isEmpty

public boolean isEmpty()

split

public BoxDefinition[] split(int axis)