|
||||||||||
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
- StiPage
g
- StiGraphics
pageNumber
- pageRect
- zoom
- pageZoom
- public void paintTableLines(StiPage page, StiGraphics g)
page
- StiPage
g
- 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
- StiWatermark
g
- StiGraphics
rect
- StiRectangle
zoom
- public void paintTileImage(java.awt.image.BufferedImage watermarkImage, StiGraphics g, StiRectangle rect, StiSize imageSize, java.lang.Double zoom, StiReport report)
watermark
- StiWatermark
g
- StiGraphics
rect
- StiRectangle
imageSize
- StiSize
zoom
- 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 StiContainerPainter
component
- StiComponent
args
- StiPaintArgs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |