Revision 9173 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/fmap/core/symbols/AbstractMarkerSymbol.java

View differences:

AbstractMarkerSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.3  2006-11-14 11:10:27  jaume
46
* Revision 1.4  2006-12-04 17:13:39  fjp
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.3  2006/11/14 11:10:27  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.2  2006/11/09 18:39:05  jaume
50 53
* *** empty log message ***
51 54
*
......
76 79
import java.awt.geom.Point2D;
77 80
import java.util.ArrayList;
78 81

  
82
import javax.print.attribute.PrintRequestAttributeSet;
83

  
79 84
import com.iver.cit.gvsig.fmap.core.FShape;
80 85
import com.iver.cit.gvsig.fmap.core.IGeometry;
81 86
import com.iver.cit.gvsig.fmap.core.ISymbol;
......
163 168
	public int getOnePointRgb() {
164 169
		return color.getRGB();
165 170
	}
171
	
172
	public void setPrintingProperties(PrintRequestAttributeSet printProperties) {
173
		// TODO Auto-generated method stub
174
		
175
	}
176

  
166 177
}

Also available in: Unified diff