Prepare the translation transform

Listing 6 prepares a translation transform

Listing 6. Prepare the translation transform.

    AffineTransform translateTransform = 
                                    new AffineTransform(); 
    translateTransform.translate( 
                      (resultWidth - pic.getWidth())/2, 
                      (resultHeight - pic.getHeight())/2); 
File: bp.htm [Next] [Prev]