Uses of Class
com.rie.rieps.exception.RiepsException

Packages that use RiepsException
com.rie.rieps.engine   
com.rie.rieps.engine.factories   
com.rie.rieps.engine.fonts   
com.rie.rieps.engine.image   
 

Uses of RiepsException in com.rie.rieps.engine
 

Methods in com.rie.rieps.engine that throw RiepsException
 void Job.close()
           
 void Document.close()
           
 Document Job.createDocument(int nbPages)
           
 void Page.drawImage(float x, float y, Image img, float width, float height)
           
 void Job.open()
           
 void Document.open()
           
 void Page.showPage()
           
 void Document.showPage(Page page)
          Send a complete page to the outputStream.
 

Uses of RiepsException in com.rie.rieps.engine.factories
 

Methods in com.rie.rieps.engine.factories that throw RiepsException
 void PSFactory.drawImage(Page page, float x, float y, Image img, float width, float height)
           
 void Factory.drawImage(Page page, float x, float y, Image img, float width, float height)
           
 

Uses of RiepsException in com.rie.rieps.engine.fonts
 

Constructors in com.rie.rieps.engine.fonts that throw RiepsException
PSFont(java.lang.String desc)
           
 

Uses of RiepsException in com.rie.rieps.engine.image
 

Methods in com.rie.rieps.engine.image that throw RiepsException
 Image ImageFactory.create(java.awt.image.BufferedImage bi)
           
 java.lang.StringBuffer SmallGrayImage.getPSImage()
           
 java.lang.StringBuffer Image.getPSImage()
           
 void SmallGrayImage.load(java.awt.image.BufferedImage img)
           
 void Image.load(java.awt.image.BufferedImage img)