Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libDwg / src / com / iver / cit / jdwglib / dwg / objects / DwgImageDef.java @ 10091

History | View | Annotate | Download (465 Bytes)

1
/*
2
 * Created on 02-feb-2007 by azabala
3
 *
4
 */
5
package com.iver.cit.jdwglib.dwg.objects;
6

    
7
import com.iver.cit.jdwglib.dwg.DwgObject;
8

    
9
/**
10
 * @author alzabord
11
 *
12
 * TODO To change the template for this generated type comment go to
13
 * Window - Preferences - Java - Code Style - Code Templates
14
 */
15
public class DwgImageDef extends DwgObject {
16

    
17
        /**
18
         * @param index
19
         */
20
        public DwgImageDef(int index) {
21
                super(index);
22
                // TODO Auto-generated constructor stub
23
        }
24

    
25
}