Revision 2218 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/px/dxf/DxfBlock.java

View differences:

DxfBlock.java
16 16
import org.cresques.px.IObjList;
17 17
import org.cresques.px.PxObj;
18 18

  
19
/**
20
 * jmorell, 050406: a?adido m?todo para obtener el punto base del bloque.
21
 */
19 22
public class DxfBlock extends PxObj implements IObjList {
20 23
	IProjection proj = null;
21 24
	Vector data = null;
......
116 119
		this.bPoint = basePoint;
117 120
		System.out.println("setBPoint: this.bPoint = " + this.bPoint);
118 121
	}
119
		
122
	
123
	public Point2D getBPoint() {
124
		return bPoint;
125
	}
126
	
120 127
	public void setFlags(int flags) {
121 128
		this.flags = flags;
122 129
		System.out.println("setFlags: this.flags = " + this.flags);

Also available in: Unified diff