Uses of Class
com.stimulsoft.report.components.StiWatermark

Packages that use StiWatermark
com.stimulsoft.report.components   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.painters.components   
 

Uses of StiWatermark in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiWatermark
 StiWatermark StiPage.getWatermark()
          Gets or sets watermark of the page.
 

Methods in com.stimulsoft.report.components with parameters of type StiWatermark
 void StiPage.setWatermark(StiWatermark value)
           
 

Uses of StiWatermark in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiWatermark
 StiWatermark StiForm.getWatermark()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiWatermark
 void StiForm.setWatermark(StiWatermark value)
           
 

Uses of StiWatermark in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiWatermark
 void StiPagePainter.paintImage(StiReport report, StiWatermark watermark, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint image watermark
 void StiPagePainter.paintText(StiWatermark watermark, StiGraphics g, StiRectangle rect, double zoom, boolean isPrinting)