org.jfree.layouting.renderer.model
Class DefaultBoxDefinition
public
class
DefaultBoxDefinition
extends Object
implements BoxDefinition
Describes the margins, paddings, borders and sizes of a box. (This does not
define or describe the *actual* value used for the rendering, it describes
the stylesheet's computed values.)
Author: Thomas Morgner
public DefaultBoxDefinition()
public boolean isEmpty()
public void setBorder(
Border border)
public void setPreferredHeight(
RenderLength preferredHeight)
Split the box definition for the given major axis. A horizontal axis will
perform vertical splits (resulting in a left and right box definition) and
a given vertical axis will split the box into a top and bottom box.
Parameters: axis
Returns: