com.stimulsoft.report.painters.components
Class StiContainerPainter

java.lang.Object
  extended by com.stimulsoft.report.painters.StiPainter
      extended by com.stimulsoft.report.painters.components.StiComponentPainter
          extended by com.stimulsoft.report.painters.components.StiContainerPainter
Direct Known Subclasses:
StiPagePainter

public class StiContainerPainter
extends StiComponentPainter

StiContainer Painter Copyright Stimulsoft


Constructor Summary
StiContainerPainter()
           
 
Method Summary
 void paint(StiComponent component, StiPaintArgs args)
          Paint component
 void paintColumns(StiContainer container, StiGraphics g)
          Paint container columns
 void paintComponents(StiContainer container, StiPaintArgs args)
          Paint conatiner components
 
Methods inherited from class com.stimulsoft.report.painters.components.StiComponentPainter
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelection
 
Methods inherited from class com.stimulsoft.report.painters.StiPainter
getImage, getIndicatorPainter, getPainter, getShapePainter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiContainerPainter

public StiContainerPainter()
Method Detail

paintColumns

public void paintColumns(StiContainer container,
                         StiGraphics g)
Paint container columns

Parameters:
container - StiContainer
g - StiGraphics

paintComponents

public void paintComponents(StiContainer container,
                            StiPaintArgs args)
Paint conatiner components

Parameters:
container -
args - StiPaintArgs

paint

public void paint(StiComponent component,
                  StiPaintArgs args)
Paint component

Overrides:
paint in class StiPainter
Parameters:
component - StiComponent
args - StiPaintArgs