Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/FGraphicLabel.java

View differences:

FGraphicLabel.java
48 48
import com.iver.cit.gvsig.fmap.ViewPort;
49 49
import com.iver.cit.gvsig.fmap.core.FPoint2D;
50 50
import com.iver.cit.gvsig.fmap.core.IGeometry;
51
import com.iver.cit.gvsig.fmap.core.v02.FGraphicUtilities;
52 51
import com.iver.cit.gvsig.fmap.core.v02.FLabel;
53 52
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
54 53

  
......
86 85
    public void draw(Graphics2D g, ViewPort viewPort, FSymbol theSymbol) {
87 86
        super.draw(g, viewPort, theSymbol);
88 87
        FPoint2D theShape = new FPoint2D(theLabel.getOrig());
89
        FGraphicUtilities.DrawLabel(g, viewPort.getAffineTransform(),
90
                theShape, theSymbol, theLabel);
88
        theLabel.draw(g, viewPort.getAffineTransform(), theShape, theSymbol);
89
//        FGraphicUtilities.DrawLabel(g, viewPort.getAffineTransform(),
90
//                theShape, theSymbol, theLabel);
91 91
        
92 92
    }
93 93
    /**

Also available in: Unified diff