com.stimulsoft.report.painters.components
Class StiTextInCellsPainter

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.StiTextPainter
              extended by com.stimulsoft.report.painters.components.StiTextInCellsPainter

public class StiTextInCellsPainter
extends StiTextPainter

Copyright Stimulsoft


Constructor Summary
StiTextInCellsPainter()
           
 
Method Summary
 void paintBackground(StiText textComp, StiGraphics g, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint component background
 void paintBorder(StiComponent textComp, StiGraphics g, StiRectangle rect, java.lang.Boolean drawBorderFormatting, java.lang.Boolean drawTopmostBorderSides, java.lang.Double zoom)
           
 void paintText(StiText textComp, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint component text
 
Methods inherited from class com.stimulsoft.report.painters.components.StiTextPainter
getImage, paint, paintIndicator
 
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

StiTextInCellsPainter

public StiTextInCellsPainter()
Method Detail

paintBorder

public void paintBorder(StiComponent textComp,
                        StiGraphics g,
                        StiRectangle rect,
                        java.lang.Boolean drawBorderFormatting,
                        java.lang.Boolean drawTopmostBorderSides,
                        java.lang.Double zoom)
Overrides:
paintBorder in class StiTextPainter

paintBackground

public void paintBackground(StiText textComp,
                            StiGraphics g,
                            StiRectangle rect,
                            java.lang.Double zoom,
                            java.lang.Double pageZoom)
Description copied from class: StiTextPainter
Paint component background

Overrides:
paintBackground in class StiTextPainter
Parameters:
textComp - StiText
g - StiGraphics
rect - StiRectangle

paintText

public void paintText(StiText textComp,
                      StiGraphics g,
                      StiRectangle rect,
                      java.lang.Double zoom)
Description copied from class: StiTextPainter
Paint component text

Overrides:
paintText in class StiTextPainter
Parameters:
textComp - StiText
g - StiGraphics
rect - StiRectangle