Class StiTextPainter
java.lang.Object
com.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
com.stimulsoft.report.painters.components.StiTextPainter
- Direct Known Subclasses:
StiRichTextPainter,StiTextInCellsPainter
StiText Painter
Copyright Stimulsoft-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage(StiComponent component, Double zoom, int format) voidpaint(StiComponent component, StiPaintArgs args) Paint componentvoidpaintBackground(StiText text, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Paint component backgroundvoidpaintBorder(StiComponent component, StiGraphics g, StiRectangle rect, Boolean topMost, Boolean isThumbPaint, Double zoom) paintIndicator(StiText textComp, StiGraphics g, StiRectangle rect) Paint indicatorvoidpaintText(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom) Paint component textMethods 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
-
StiTextPainter
public StiTextPainter()
-
-
Method Details
-
paintIndicator
Paint indicator- Parameters:
textComp-StiTextg-StiGraphicsrect-StiRectangle- Returns:
-
paintText
Paint component text- Parameters:
textComp-StiTextg-StiGraphicsrect-StiRectanglezoom-
-
paintBackground
public void paintBackground(StiText text, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Paint component background- Parameters:
text-StiTextg-StiGraphicsrect-StiRectanglezoom-pageZoom-
-
paintBorder
public void paintBorder(StiComponent component, StiGraphics g, StiRectangle rect, Boolean topMost, Boolean isThumbPaint, Double zoom) -
getImage
-
paint
Paint component- Overrides:
paintin classStiPainter- Parameters:
component-StiComponentargs-StiPaintArgs
-