Revision 11741 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/SimpleLineStyle.java

View differences:

SimpleLineStyle.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.6  2007-05-17 09:32:06  jaume
46
* Revision 1.7  2007-05-22 10:05:30  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.6  2007/05/17 09:32:06  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.5  2007/05/09 16:07:26  jaume
50 53
* *** empty log message ***
51 54
*
......
104 107
	private float lineWidth;
105 108
	private int measureUnit;// for the offset distance
106 109
	private double offset;
110
	private int referenceSystem;
107 111

  
108 112
	public SimpleLineStyle() {
109 113
		BasicStroke dummy = new BasicStroke();
......
255 259
		return measureUnit;
256 260
	}
257 261

  
262
	public int getReferenceSystem() {
263
		return referenceSystem;
264

  
265
	}
266

  
267
	public void setReferenceSystem(int referenceSystem) {
268
		this.referenceSystem = referenceSystem;
269
	}
270

  
258 271
}

Also available in: Unified diff