Zoom this container in or out to a given transformation origin. This transformation is taken literally, it does not stack onto a current transformation should there be one. TODO why not try a transform(matrix) kind of method? How would IE handle it??? TODO why not 'applyScale(double scale);' ?
@param scale The zooming factor.
@param x The X ordinate of the origin to where we want this container to zoom.
@param y The Y ordinate of the origin to where we want this container to zoom.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.