Revision 40793 branches/v02_desarrollo/libraries/sld/temp/org.gvsig.sldsupport.lib.api/src/main/java/org/gvsig/sldsupport/sld/symbol/misc/SLDStroke.java

View differences:

SLDStroke.java
39 39
	protected SLDGraphic graphic = null;
40 40
	// ============================================
41 41
	
42
	public SLDStroke(int type) {
43
		strokeType = type;
42
	public SLDStroke() {
44 43
	}
45 44

  
45
	public void setStrokeType(int t) {
46
		this.strokeType = t;
47
	}
48
	
46 49
	public int getStrokeType() {
47 50
		return strokeType;
48 51
	}

Also available in: Unified diff