Revision 4637 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/LayerDrawEvent.java

View differences:

LayerDrawEvent.java
13 13
	public static final int LAYER_AFTER_DRAW = 102;
14 14
	public static final int GRAPHICLAYER_BEFORE_DRAW = 103;
15 15
	public static final int GRAPHICLAYER_AFTER_DRAW = 104;
16
	
16

  
17 17
	public LayerDrawEvent(FLayer lyr, Graphics2D g, ViewPort vp, int eventType) {
18 18
		this.lyr = lyr;
19 19
		this.g = g;
20 20
		this.vp = vp;
21
		setEventType(eventType);
21 22
	}
22 23
	public Graphics2D getGraphics() {
23 24
		return g;

Also available in: Unified diff