public class StiTextPainter extends StiComponentPainter
StiText Painter
Copyright Stimulsoft| Constructor and Description |
|---|
StiTextPainter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getImage(StiComponent component,
java.lang.Double zoom,
int format) |
void |
paint(StiComponent component,
StiPaintArgs args)
Paint component
|
void |
paintBackground(StiText text,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint component background
|
void |
paintBorder(StiComponent component,
StiGraphics g,
StiRectangle rect,
java.lang.Boolean topMost,
java.lang.Boolean isThumbPaint,
java.lang.Double zoom) |
StiRectangle |
paintIndicator(StiText textComp,
StiGraphics g,
StiRectangle rect)
Paint indicator
|
void |
paintText(StiText textComp,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
Paint component text
|
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelectiongetImage, getIndicatorPainter, getPainter, getShapePainterpublic StiRectangle paintIndicator(StiText textComp, StiGraphics g, StiRectangle rect)
textComp - StiTextg - StiGraphicsrect - StiRectanglepublic void paintText(StiText textComp, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
textComp - StiTextg - StiGraphicsrect - StiRectanglezoom - public void paintBackground(StiText text, StiGraphics g, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
text - StiTextg - StiGraphicsrect - StiRectanglezoom - pageZoom - public void paintBorder(StiComponent component, StiGraphics g, StiRectangle rect, java.lang.Boolean topMost, java.lang.Boolean isThumbPaint, java.lang.Double zoom)
public java.lang.Object getImage(StiComponent component, java.lang.Double zoom, int format)
public void paint(StiComponent component, StiPaintArgs args)
paint in class StiPaintercomponent - StiComponentargs - StiPaintArgsCopyright © 2019 Stimulsoft. All Rights Reserved.