Revision 40789 branches/v02_desarrollo/libraries/sld/temp/org.gvsig.sldsupport.lib.api/src/main/java/org/gvsig/sldsupport/sld/graphic/SLDLegendGraphic.java

View differences:

SLDLegendGraphic.java
4 4
	
5 5
	protected SLDGraphic graphic = null;
6 6
	
7
	public SLDLegendGraphic(SLDGraphic gr) {
8
		graphic = gr;
7
	public SLDLegendGraphic() {
9 8
	}
10 9
	
11 10
	public SLDGraphic getGraphic() {
12 11
		return graphic;
13 12
	}
13
	
14
	public void setGraphic(SLDGraphic gr) {
15
		graphic = gr;
16
	}
14 17

  
15 18
}

Also available in: Unified diff