com.stimulsoft.report.painters.components
Class StiSparklinePainter

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

public class StiSparklinePainter
extends StiComponentPainter

Copyright Stimulsoft


Constructor Summary
StiSparklinePainter()
           
 
Method Summary
static void drawSparkline(StiGraphics g, StiRectangle rect, StiSparkline sparkline, double zoom, double pageZoom)
           
 java.awt.image.BufferedImage getImage(StiComponent component, double zoom, StiExportFormat format)
           
 void paint(StiComponent component, StiPaintArgs e)
          Paint component
static void RenderSparkline(StiContext context, StiRectangle rect, StiSparkline sparkline, double zoom, double pageZoom)
           
 
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

StiSparklinePainter

public StiSparklinePainter()
Method Detail

getImage

public java.awt.image.BufferedImage getImage(StiComponent component,
                                             double zoom,
                                             StiExportFormat format)

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

drawSparkline

public static void drawSparkline(StiGraphics g,
                                 StiRectangle rect,
                                 StiSparkline sparkline,
                                 double zoom,
                                 double pageZoom)

RenderSparkline

public static void RenderSparkline(StiContext context,
                                   StiRectangle rect,
                                   StiSparkline sparkline,
                                   double zoom,
                                   double pageZoom)