Revision 9641 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/MultiLayerSymbol.java

View differences:

MultiLayerSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1  2007-01-10 16:31:36  jaume
46
* Revision 1.2  2007-01-10 16:39:41  jaume
47
* ISymbol now belongs to com.iver.cit.gvsig.fmap.core.symbols package
48
*
49
* Revision 1.1  2007/01/10 16:31:36  jaume
47 50
* *** empty log message ***
48 51
*
49 52
*
......
159 162
		}
160 163
	}
161 164

  
165
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws com.iver.cit.gvsig.fmap.DriverException {
166
		// TODO Implement it
167
		throw new Error("Not yet implemented!");
162 168

  
169
	}
170

  
171

  
163 172
}

Also available in: Unified diff