Revision 37196 branches/v2_0_0_prep/extensions/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/FFrameGroup.java

View differences:

FFrameGroup.java
62 62
     * Crea un nuevo FFrameGroup.
63 63
     */
64 64
    public FFrameGroup() {
65
        // do nothing
65

  
66 66
    }
67 67

  
68 68
    /**
......
226 226
            + (r.height / 2));
227 227
        IFFrame[] fframes = m_fframes.toArray(new IFFrame[0]);
228 228
        for (int i = 0; i < fframes.length; i++) {
229
            // fframes[i].setPrintingProperties(printingProperties);
230 229
            fframes[i].print(g, at, geom, printingProperties);
231
            // fframes[i].setPrintingProperties(null);
232 230
        }
233 231

  
234 232
        g.rotate(Math.toRadians(-getRotation()), r.x + (r.width / 2), r.y
......
246 244
    }
247 245

  
248 246
    public void initialize() {
249
        // TODO Auto-generated method stub
250 247

  
251 248
    }
252 249

  

Also available in: Unified diff