Revision 3035 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FGraphicUtilities.java

View differences:

FGraphicUtilities.java
229 229
	public static void DrawShape(Graphics2D g2, AffineTransform mT, FShape shp,
230 230
		FSymbol theSymbol) {
231 231
		// Hacemos la transformaci?n del shape aqu? dentro... por ahora.
232
		if (shp == null || theSymbol == null) {
232
		if (shp == null || theSymbol == null || (!theSymbol.isShapeVisible())) {
233 233
			return;
234 234
		}
235 235
        g2.setColor(theSymbol.getColor());

Also available in: Unified diff