com.stimulsoft.report.engine
Class StiOddEvenStylesHelper

java.lang.Object
  extended by com.stimulsoft.report.engine.StiOddEvenStylesHelper

public class StiOddEvenStylesHelper
extends java.lang.Object


Constructor Summary
StiOddEvenStylesHelper()
           
 
Method Summary
static void ApplyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont, StiBand band)
          Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiOddEvenStylesHelper

public StiOddEvenStylesHelper()
Method Detail

ApplyOddEvenStyles

public static void ApplyOddEvenStyles(StiReport report,
                                      IStiOddEvenStyles styles,
                                      StiContainer cont,
                                      StiBand band)
Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.

Parameters:
styles - A band that realizes the IStiOddEvenStyles interface that formed the specified container.
cont - A container formed of the specified band.