Revision 11741 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/AttrInTableLabeling.java

View differences:

AttrInTableLabeling.java
52 52
	private double fixedSize;
53 53
	private int unit = -1; //(pixel)
54 54
	private boolean useFixedSize;
55
	private int referenceSystem;
55 56

  
56 57
	public ILabelingMethod getLabelingMethod() {
57 58
		return this.method;
......
120 121
					}
121 122

  
122 123
					size = CartographicSupportToolkit.
123
								toScreenUnitYAxis(size,
124
												  unit,
124
								toScreenUnitYAxis(this,
125
												  size,
125 126
												  viewPort
126 127
												 );
127 128

  
......
333 334
		}
334 335
		return (String[]) v.toArray(new String[v.size()]);
335 336
	}
337

  
338
	public int getReferenceSystem() {
339
		return referenceSystem;
340
	}
341

  
342
	public void setReferenceSystem(int referenceSystem) {
343
		this.referenceSystem = referenceSystem;
344
	}
336 345
}

Also available in: Unified diff