com.stimulsoft.report.painters.components
Class StiCheckBoxPainter

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

public class StiCheckBoxPainter
extends StiComponentPainter

StiCheckBox Painter Copyright Stimulsoft


Constructor Summary
StiCheckBoxPainter()
           
 
Method Summary
 java.awt.image.BufferedImage getImage(StiComponent component, java.lang.Double zoom, int format)
           
 void paint(StiComponent component, StiPaintArgs args)
          Paint component
static void paintCheck(StiCheckBox checkBox, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint Checkbox
 
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

StiCheckBoxPainter

public StiCheckBoxPainter()
Method Detail

paintCheck

public static void paintCheck(StiCheckBox checkBox,
                              StiGraphics g,
                              StiRectangle rect,
                              java.lang.Double zoom)
Paint Checkbox

Parameters:
checkBox - StiCheckBox
g - StiGraphics
rect - StiRectangle
zoom -

getImage

public java.awt.image.BufferedImage getImage(StiComponent component,
                                             java.lang.Double zoom,
                                             int format)

paint

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

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