Class EmptyBoxDefinition
- java.lang.Object
-
- org.jfree.layouting.renderer.model.EmptyBoxDefinition
-
- All Implemented Interfaces:
BoxDefinition
public final class EmptyBoxDefinition extends java.lang.Object implements BoxDefinition
Creation-Date: 15.06.2006, 17:10:27- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSColorValuegetBackgroundColor()BordergetBorder()static EmptyBoxDefinitiongetInstance()RenderLengthgetMarginBottom()RenderLengthgetMarginLeft()RenderLengthgetMarginRight()RenderLengthgetMarginTop()RenderLengthgetMaximumHeight()RenderLengthgetMaximumWidth()RenderLengthgetMinimumHeight()RenderLengthgetMinimumWidth()RenderLengthgetPaddingBottom()RenderLengthgetPaddingLeft()RenderLengthgetPaddingRight()RenderLengthgetPaddingTop()RenderLengthgetPreferredHeight()The preferred size is only set, if a height has been explicitly defined.RenderLengthgetPreferredWidth()The preferred size is only set, if a width has been explicitly defined.booleanisEmpty()BoxDefinition[]split(int axis)
-
-
-
Method Detail
-
getInstance
public static EmptyBoxDefinition getInstance()
-
getMarginTop
public RenderLength getMarginTop()
- Specified by:
getMarginTopin interfaceBoxDefinition
-
getMarginBottom
public RenderLength getMarginBottom()
- Specified by:
getMarginBottomin interfaceBoxDefinition
-
getMarginLeft
public RenderLength getMarginLeft()
- Specified by:
getMarginLeftin interfaceBoxDefinition
-
getMarginRight
public RenderLength getMarginRight()
- Specified by:
getMarginRightin interfaceBoxDefinition
-
getPaddingTop
public RenderLength getPaddingTop()
- Specified by:
getPaddingTopin interfaceBoxDefinition
-
getPaddingLeft
public RenderLength getPaddingLeft()
- Specified by:
getPaddingLeftin interfaceBoxDefinition
-
getPaddingBottom
public RenderLength getPaddingBottom()
- Specified by:
getPaddingBottomin interfaceBoxDefinition
-
getPaddingRight
public RenderLength getPaddingRight()
- Specified by:
getPaddingRightin interfaceBoxDefinition
-
getBorder
public Border getBorder()
- Specified by:
getBorderin interfaceBoxDefinition
-
getMinimumWidth
public RenderLength getMinimumWidth()
- Specified by:
getMinimumWidthin interfaceBoxDefinition
-
getMinimumHeight
public RenderLength getMinimumHeight()
- Specified by:
getMinimumHeightin interfaceBoxDefinition
-
getMaximumWidth
public RenderLength getMaximumWidth()
- Specified by:
getMaximumWidthin interfaceBoxDefinition
-
getMaximumHeight
public RenderLength getMaximumHeight()
- Specified by:
getMaximumHeightin interfaceBoxDefinition
-
getPreferredWidth
public RenderLength getPreferredWidth()
Description copied from interface:BoxDefinitionThe preferred size is only set, if a width has been explicitly defined.- Specified by:
getPreferredWidthin interfaceBoxDefinition- Returns:
-
getPreferredHeight
public RenderLength getPreferredHeight()
Description copied from interface:BoxDefinitionThe preferred size is only set, if a height has been explicitly defined.- Specified by:
getPreferredHeightin interfaceBoxDefinition- Returns:
-
split
public BoxDefinition[] split(int axis)
- Specified by:
splitin interfaceBoxDefinition
-
getBackgroundColor
public CSSColorValue getBackgroundColor()
- Specified by:
getBackgroundColorin interfaceBoxDefinition
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceBoxDefinition
-
-