Revision 97 trunk/libraries/libCq CMS for java.old/src/org/cresques/px/dxf/DxfEntityList.java

View differences:

DxfEntityList.java
39 39
			data.add(obj);
40 40
		}
41 41
	}
42
	
43
	public Extent.Has get(int cnt) {
44
		return (Extent.Has) data.get(cnt);
45
	}
42 46

  
43 47
	public IObjList getAt(Point2D pt) {
44 48
		IObjList oList = new DxfEntityList(proj);

Also available in: Unified diff