Uses of Class
jdbreport.model.Picture

Packages that use Picture
jdbreport.model   
 

Uses of Picture in jdbreport.model
 

Subclasses of Picture in jdbreport.model
 class PictureSVG
           
 class PictureWMF
           
 

Methods in jdbreport.model that return Picture
static Picture PictureFactory.createPicture(String format)
           
 Picture Cell.getPicture()
          Returns the picture of the cell
 Picture NullCell.getPicture()
           
 Picture ReportCell.getPicture()
           
 

Methods in jdbreport.model with parameters of type Picture
 void Cell.setPicture(Picture picture)
          Sets an picture to the cell
 void NullCell.setPicture(Picture picture)
           
 void ReportCell.setPicture(Picture picture)