com.pearsoneduc.ip.util
Class GeomTools

java.lang.Object
  |
  +--com.pearsoneduc.ip.util.GeomTools

public class GeomTools
extends java.lang.Object

Various tools to support geometric operations.

Version:
1.0 [1999/08/13]
Author:
Nick Efford

Constructor Summary
GeomTools()
           
 
Method Summary
static java.awt.geom.Rectangle2D getBoundingBox(java.awt.image.BufferedImage image, java.awt.geom.AffineTransform transformation)
          Determines the bounding box that an image would have following an affine transformation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeomTools

public GeomTools()
Method Detail

getBoundingBox

public static java.awt.geom.Rectangle2D getBoundingBox(java.awt.image.BufferedImage image,
                                                       java.awt.geom.AffineTransform transformation)
Determines the bounding box that an image would have following an affine transformation.
Parameters:
image - image to be transformed
transformation - affine transformation
Returns:
bounding box.