public class StiThreads
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
CurrentColumn |
int |
CurrentPage |
java.lang.String |
DestinationName |
StiEngine |
engine |
boolean |
IsActive |
| Constructor and Description |
|---|
StiThreads(StiEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
StiEngine |
CreateContainerEngine(java.lang.String destinationName,
StiReport report,
StiEngine masterEngine,
int indexOfStartRenderedPages)
Creates a new engine sample to output in the specified container.
|
StiContainer |
GetDestinationContainer() |
StiContainer |
GetTemplateContainer() |
void |
NewPage()
Prepares a new page to output a container.
|
void |
SelectThreadFromContainer(StiContainer container)
Sets the stream to output the specified component.
|
public boolean IsActive
public int CurrentPage
public int CurrentColumn
public java.lang.String DestinationName
public StiEngine engine
public StiThreads(StiEngine engine)
public final void NewPage()
public final void SelectThreadFromContainer(StiContainer container)
public final StiEngine CreateContainerEngine(java.lang.String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages)
destinationName - A name of a container that will process output.report - masterEngine - An engine that outputs bands on a page.indexOfStartRenderedPages - An index of a page. Starting with it output of the current page began.public final StiContainer GetTemplateContainer()
public final StiContainer GetDestinationContainer()
Copyright © 2019 Stimulsoft. All Rights Reserved.