Revision 4204 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameView.java

View differences:

FFrameView.java
311 311
     */
312 312
    public void draw(Graphics2D g, AffineTransform at, Rectangle2D rv,
313 313
        BufferedImage imgBase) throws com.iver.cit.gvsig.fmap.DriverException {
314
    	System.out.println("Tama?o del imgBase= "+ imgBase.getWidth()+","+imgBase.getHeight());
315 314
    	Point2D point =null;
316 315
    	if (getATMap()!=null){
317 316
    	point =functions.toMapPoint(new Point2D.Double(layout.getRect().getX(),layout.getRect().getY()), getATMap());

Also available in: Unified diff