Revision 9532 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/LayoutContext.java

View differences:

LayoutContext.java
30 30
    private Boolean m_showRuler;
31 31
    private Boolean isGridVisible = null;
32 32

  
33

  
34 33
	public LayoutContext() {
35 34
		m_attributes=new Attributes();
36 35
		efs = new DefaultEditableFeatureSource();
......
301 300
    public void setGridVisible(boolean b) {
302 301
        isGridVisible = new Boolean(b);
303 302
    }
303

  
304 304
}

Also available in: Unified diff