|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
com.stimulsoft.report.painters.components.StiTextPainter
public class StiTextPainter
StiText Painter
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiTextPainter()
|
|
| Method Summary | |
|---|---|
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 |
| 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 |
|---|
public StiTextPainter()
| Method Detail |
|---|
public StiRectangle paintIndicator(StiText textComp,
StiGraphics g,
StiRectangle rect)
textComp - StiTextg - StiGraphicsrect - StiRectangle
public 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 - StiPaintArgs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||