|
||||||||||
| 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.StiContainerPainter
com.stimulsoft.report.painters.components.StiPagePainter
public class StiPagePainter
StiPage Painter
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiPagePainter()
|
|
| Method Summary | |
|---|---|
void |
drawPageNumber(StiPage page,
StiGraphics g,
java.lang.Integer pageNumber,
StiRectangle pageRect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw page numbers for segment page |
java.awt.image.BufferedImage |
getWatermarkImage(StiPage page,
double zoom,
boolean useMargins)
|
java.awt.image.BufferedImage |
getWatermarkImage(StiPage page,
double zoom,
boolean useMargins,
int imageType)
|
void |
paint(StiComponent component,
StiPaintArgs args)
Paint component |
void |
paintImage(StiReport report,
StiWatermark watermark,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
Paint image watermark |
void |
paintTableLines(StiPage page,
StiGraphics g)
Paint table lines |
void |
paintText(StiWatermark watermark,
StiGraphics g,
StiRectangle rect,
double zoom,
boolean isPrinting)
|
void |
paintTileImage(java.awt.image.BufferedImage watermarkImage,
StiGraphics g,
StiRectangle rect,
StiSize imageSize,
java.lang.Double zoom,
StiReport report)
Paint title image watermark |
| Methods inherited from class com.stimulsoft.report.painters.components.StiContainerPainter |
|---|
paintColumns, paintComponents |
| 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 StiPagePainter()
| Method Detail |
|---|
public void drawPageNumber(StiPage page,
StiGraphics g,
java.lang.Integer pageNumber,
StiRectangle pageRect,
java.lang.Double zoom,
java.lang.Double pageZoom)
page - StiPageg - StiGraphicspageNumber - pageRect - zoom - pageZoom -
public void paintTableLines(StiPage page,
StiGraphics g)
page - StiPageg -
public void paintText(StiWatermark watermark,
StiGraphics g,
StiRectangle rect,
double zoom,
boolean isPrinting)
public void paintImage(StiReport report,
StiWatermark watermark,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
watermark - StiWatermarkg - StiGraphicsrect - StiRectanglezoom -
public void paintTileImage(java.awt.image.BufferedImage watermarkImage,
StiGraphics g,
StiRectangle rect,
StiSize imageSize,
java.lang.Double zoom,
StiReport report)
watermark - StiWatermarkg - StiGraphicsrect - StiRectangleimageSize - StiSizezoom -
public java.awt.image.BufferedImage getWatermarkImage(StiPage page,
double zoom,
boolean useMargins)
public java.awt.image.BufferedImage getWatermarkImage(StiPage page,
double zoom,
boolean useMargins,
int imageType)
public void paint(StiComponent component,
StiPaintArgs args)
paint in class StiContainerPaintercomponent - StiComponentargs - StiPaintArgs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||