|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.layout.model.RenderNode
org.pentaho.reporting.engine.classic.core.layout.model.RenderBox
org.pentaho.reporting.engine.classic.core.layout.model.BlockRenderBox
org.pentaho.reporting.engine.classic.core.layout.model.BreakMarkerRenderBox
public final class BreakMarkerRenderBox
A special box that simply marks the position of an automatic pagebreak. This is needed in the process of the event ordering and rollback processing.
Field Summary |
---|
Fields inherited from class org.pentaho.reporting.engine.classic.core.layout.model.RenderBox |
---|
DIRECT_MANUAL_BREAK, INDIRECT_MANUAL_BREAK, NO_MANUAL_BREAK |
Fields inherited from class org.pentaho.reporting.engine.classic.core.layout.model.RenderNode |
---|
CACHE_CLEAN, CACHE_DEEP_DIRTY, CACHE_DIRTY, HORIZONTAL_AXIS, VERTICAL_AXIS |
Constructor Summary | |
---|---|
BreakMarkerRenderBox(StyleSheet styleSheet,
InstanceID instanceID,
BoxDefinition boxDefinition,
ElementType elementType,
ReportAttributeMap attributeMap,
ReportStateKey stateKey)
|
Method Summary | |
---|---|
int |
getNodeType()
|
boolean |
isIgnorableForRendering()
If that method returns true, the element will not be used for rendering. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.model.BlockRenderBox |
---|
close |
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.model.RenderNode |
---|
apply, clone, getAttributes, getCachedAge, getCachedHeight, getCachedParentWidth, getCachedWidth, getCachedX, getCachedY, getCacheState, getChangeTracker, getEffectiveMarginBottom, getEffectiveMarginTop, getElementType, getHeight, getInstanceId, getLogicalPage, getMajorAxis, getMaximumBoxWidth, getMinimumChunkWidth, getMinorAxis, getNext, getNodeLayoutProperties, getParent, getPrev, getStyleSheet, getVerticalTextAlignment, getWidth, getX, getY, isBoxVisible, isBoxVisible, isCacheValid, isFinishedPaginate, isFinishedTable, isFrozen, isHibernated, isNodeVisible, isNodeVisible, isNodeVisible, isNodeVisible, isVirtualNode, setCachedAge, setCachedHeight, setCachedParentWidth, setCachedWidth, setCachedX, setCachedY, setFinishedPaginate, setFinishedTable, setHeight, setMaximumBoxWidth, setVirtualNode, setWidth, setX, setY, shift, shiftCached |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BreakMarkerRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
Method Detail |
---|
public boolean isIgnorableForRendering()
RenderNode
isIgnorableForRendering
in class RenderNode
public int getNodeType()
getNodeType
in class BlockRenderBox
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |