Uses of Interface
com.rie.rieps.engine.image.Image

Packages that use Image
com.rie.rieps.engine   
com.rie.rieps.engine.factories   
com.rie.rieps.engine.image   
 

Uses of Image in com.rie.rieps.engine
 

Methods in com.rie.rieps.engine with parameters of type Image
 void Page.drawImage(float x, float y, Image img, float width, float height)
           
 

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

Methods in com.rie.rieps.engine.factories with parameters of type Image
 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 Image in com.rie.rieps.engine.image
 

Classes in com.rie.rieps.engine.image that implement Image
 class SmallGrayImage
          This class generate Black and White image from a file.
 

Methods in com.rie.rieps.engine.image that return Image
 Image ImageFactory.create(java.awt.image.BufferedImage bi)