|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.renderer.model.EmptyBoxDefinition
public final class EmptyBoxDefinition
Creation-Date: 15.06.2006, 17:10:27
Method Summary | |
---|---|
CSSColorValue |
getBackgroundColor()
|
Border |
getBorder()
|
static EmptyBoxDefinition |
getInstance()
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EmptyBoxDefinition getInstance()
public RenderLength getMarginTop()
getMarginTop
in interface BoxDefinition
public RenderLength getMarginBottom()
getMarginBottom
in interface BoxDefinition
public RenderLength getMarginLeft()
getMarginLeft
in interface BoxDefinition
public RenderLength getMarginRight()
getMarginRight
in interface BoxDefinition
public RenderLength getPaddingTop()
getPaddingTop
in interface BoxDefinition
public RenderLength getPaddingLeft()
getPaddingLeft
in interface BoxDefinition
public RenderLength getPaddingBottom()
getPaddingBottom
in interface BoxDefinition
public RenderLength getPaddingRight()
getPaddingRight
in interface BoxDefinition
public Border getBorder()
getBorder
in interface BoxDefinition
public RenderLength getMinimumWidth()
getMinimumWidth
in interface BoxDefinition
public RenderLength getMinimumHeight()
getMinimumHeight
in interface BoxDefinition
public RenderLength getMaximumWidth()
getMaximumWidth
in interface BoxDefinition
public RenderLength getMaximumHeight()
getMaximumHeight
in interface BoxDefinition
public RenderLength getPreferredWidth()
BoxDefinition
getPreferredWidth
in interface BoxDefinition
public RenderLength getPreferredHeight()
BoxDefinition
getPreferredHeight
in interface BoxDefinition
public BoxDefinition[] split(int axis)
split
in interface BoxDefinition
public CSSColorValue getBackgroundColor()
getBackgroundColor
in interface BoxDefinition
public boolean isEmpty()
isEmpty
in interface BoxDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |