com.stimulsoft.report.engine.engineV2.builders
Class StiMapV2Builder

java.lang.Object
  extended by com.stimulsoft.report.engine.StiBuilder
      extended by com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
          extended by com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
              extended by com.stimulsoft.report.engine.engineV2.builders.StiMapV2Builder

public class StiMapV2Builder
extends StiComponentV2Builder


Constructor Summary
StiMapV2Builder()
           
 
Method Summary
 StiComponent InternalRender(StiComponent masterComp)
          Renders a component.
 void Prepare(StiComponent masterComp)
          Prepares a component for rendering.
static StiMap renderMap(StiMap masterMap)
           
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Render, SetReportVariables, UnPrepare
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMapV2Builder

public StiMapV2Builder()
Method Detail

renderMap

public static StiMap renderMap(StiMap masterMap)
                        throws java.io.UnsupportedEncodingException,
                               java.io.IOException,
                               JSONException
Throws:
java.io.UnsupportedEncodingException
java.io.IOException
JSONException

Prepare

public void Prepare(StiComponent masterComp)
Description copied from class: StiComponentV2Builder
Prepares a component for rendering.

Overrides:
Prepare in class StiComponentV2Builder

InternalRender

public StiComponent InternalRender(StiComponent masterComp)
Description copied from class: StiV2Builder
Renders a component. Does not call events of a component while rendering.

Overrides:
InternalRender in class StiComponentV2Builder
Returns: