com.stimulsoft.report.painters.components
Class StiGaugePainter

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

public class StiGaugePainter
extends StiComponentPainter

Copyright Stimulsoft


Constructor Summary
StiGaugePainter()
           
 
Method Summary
 void drawGauge(StiGauge gauge, StiGraphics g, StiRectangle rect, double zoom)
           
 void drawGauge(StiGraphics g, StiGauge gauge, StiRectangle rect)
           
 StiImage getImage(StiComponent component, double zoom, StiExportFormat format)
           
 void paint(StiComponent component, StiPaintArgs e)
          Paint component
 
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

StiGaugePainter

public StiGaugePainter()
Method Detail

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

drawGauge

public void drawGauge(StiGauge gauge,
                      StiGraphics g,
                      StiRectangle rect,
                      double zoom)

drawGauge

public void drawGauge(StiGraphics g,
                      StiGauge gauge,
                      StiRectangle rect)

getImage

public StiImage getImage(StiComponent component,
                         double zoom,
                         StiExportFormat format)