com.rie.rieps.engine.image
Interface Image

All Known Implementing Classes:
SmallGrayImage

public interface Image

Author:
Yves Piel

Method Summary
 java.lang.StringBuffer getPSImage()
           
 void load(java.awt.image.BufferedImage img)
           
 

Method Detail

load

void load(java.awt.image.BufferedImage img)
          throws RiepsException
Throws:
RiepsException

getPSImage

java.lang.StringBuffer getPSImage()
                                  throws RiepsException
Throws:
RiepsException