com.stimulsoft.report.painters.components
Class StiChartPainter

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.StiChartPainter

public class StiChartPainter
extends StiComponentPainter

Copyright Stimulsoft


Constructor Summary
StiChartPainter()
           
 
Method Summary
 void drawChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground)
           
 void paint(StiComponent component, StiPaintArgs e)
          Paint component
 void paintChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean topMost, boolean drawFormatting, boolean isThumnail)
           
 
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

StiChartPainter

public StiChartPainter()
Method Detail

drawChart

public void drawChart(StiChart chart,
                      StiGraphics g,
                      StiRectangle rect,
                      boolean useMargins,
                      boolean useBackground)

paintChart

public void paintChart(StiChart chart,
                       StiGraphics g,
                       StiRectangle rect,
                       boolean topMost,
                       boolean drawFormatting,
                       boolean isThumnail)

paint

public void paint(StiComponent component,
                  StiPaintArgs e)
Description copied from class: StiPainter
Paint component

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