|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.renderer.model.RenderNode
org.jfree.layouting.renderer.model.RenderBox
org.jfree.layouting.renderer.model.BlockRenderBox
org.jfree.layouting.renderer.model.PageAreaRenderBox
public class PageAreaRenderBox
A renderbox, that represents a page-area. As our CSS-parser does not yet handle @page declarations, we can ignore all advanced features and concentrate on the plain content holding ability of this element.
Field Summary |
---|
Fields inherited from class org.jfree.layouting.renderer.model.RenderBox |
---|
LOG_PRUNE |
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode |
---|
HORIZONTAL_AXIS, VERTICAL_AXIS |
Constructor Summary | |
---|---|
PageAreaRenderBox(BoxDefinition boxDefinition)
|
Method Summary | |
---|---|
void |
appyStyle(LayoutContext context,
OutputProcessorMetaData metaData)
|
void |
setParent(RenderBox parent)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageAreaRenderBox(BoxDefinition boxDefinition)
Method Detail |
---|
public void appyStyle(LayoutContext context, OutputProcessorMetaData metaData)
appyStyle
in class RenderBox
public void setParent(RenderBox parent)
setParent
in class RenderNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |