Uses of Class
game.graphics.image.CImageProcessor

Packages that use CImageProcessor
game.graphics.image Contains classes enabling pixel operations such as sub-pixel scrolling, gaussian blur, zoom & rotation. 
game.graphics.text Text displaying classes (contains CBitmapFont and COnscreenMessage). 
 

Uses of CImageProcessor in game.graphics.image
 

Methods in game.graphics.image with parameters of type CImageProcessor
 void CImageProcessor.interleave(CImageProcessor imgProcessor, int[][] mask)
           
 

Constructors in game.graphics.image with parameters of type CImageProcessor
CImageProcessor(CImageProcessor rhs)
          Copy a CImageProcessor (image data is copied too)
 

Uses of CImageProcessor in game.graphics.text
 

Subclasses of CImageProcessor in game.graphics.text
 class CBitmapFont
          Variable width font constructed from an image.
 

Fields in game.graphics.text declared as CImageProcessor
private  CImageProcessor COnscreenMessage.m_imgMessage
           
private  CImageProcessor COnscreenMessage.m_imgShadow