This method is a workaround to access the drawImage method from a XML handler with correct position. The XML handler gets the absolute x and y coordinate but the drawImage method takes the relative position of the image, so we have to subtract currentIPPosition and currentBPPosition before.
@param uri Referenced image file
@param pos Location of the image
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.