Class StiTextInCellsPainter
java.lang.Object
com.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
com.stimulsoft.report.painters.components.StiTextPainter
com.stimulsoft.report.painters.components.StiTextInCellsPainter
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBackground(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Paint component backgroundvoidpaintBorder(StiComponent textComp, StiGraphics g, StiRectangle rect, Boolean drawBorderFormatting, Boolean drawTopmostBorderSides, Double zoom) voidpaintText(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom) Paint component textMethods inherited from class com.stimulsoft.report.painters.components.StiTextPainter
getImage, paint, paintIndicatorMethods inherited from class com.stimulsoft.report.painters.components.StiComponentPainter
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelectionMethods inherited from class com.stimulsoft.report.painters.StiPainter
getImage, getIndicatorPainter, getPainter, getShapePainter
-
Constructor Details
-
StiTextInCellsPainter
public StiTextInCellsPainter()
-
-
Method Details
-
paintBorder
public void paintBorder(StiComponent textComp, StiGraphics g, StiRectangle rect, Boolean drawBorderFormatting, Boolean drawTopmostBorderSides, Double zoom) - Overrides:
paintBorderin classStiTextPainter
-
paintBackground
public void paintBackground(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Description copied from class:StiTextPainterPaint component background- Overrides:
paintBackgroundin classStiTextPainter- Parameters:
textComp-StiTextg-StiGraphicsrect-StiRectanglezoom-pageZoom-
-
paintText
Description copied from class:StiTextPainterPaint component text- Overrides:
paintTextin classStiTextPainter- Parameters:
textComp-StiTextg-StiGraphicsrect-StiRectanglezoom-
-