com.stimulsoft.report.components
Class StiComponentDivider

java.lang.Object
  extended by com.stimulsoft.report.components.StiComponentDivider

public class StiComponentDivider
extends java.lang.Object


Constructor Summary
StiComponentDivider()
           
 
Method Summary
static StiContainer BreakContainer(double maxAllowedHeight, StiContainer renderedContainer)
          Break container with all components.
static StiComponentsCollection BreakContainer(StiContainer renderedContainer, StiContainer masterContainer, boolean firstPass)
          Break container with all components.
static StiBreakText BreakText(StiGraphics measureGraphics, StiRectangle rect, java.lang.String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiComponentDivider

public StiComponentDivider()
Method Detail

BreakText

public static StiBreakText BreakText(StiGraphics measureGraphics,
                                     StiRectangle rect,
                                     java.lang.String text,
                                     StiFont font,
                                     StiTextOptions textOptions,
                                     StiTextQuality textQuality,
                                     boolean allowHtmlTags,
                                     StiText textComp)

BreakContainer

public static StiComponentsCollection BreakContainer(StiContainer renderedContainer,
                                                     StiContainer masterContainer,
                                                     boolean firstPass)
Break container with all components. EngineV1.

Parameters:
renderedContainer - Rendered container with components.
masterContainer - Master container, who is render renderedContainer.
firstPass - True if this is first pass of breaking components.
Returns:

BreakContainer

public static StiContainer BreakContainer(double maxAllowedHeight,
                                          StiContainer renderedContainer)
Break container with all components. EngineV2.

Parameters:
renderedContainer - Rendered container with components.
masterContainer - Master container, who is render renderedContainer.
firstPass - True if this is first pass of breaking components.
Returns: