Revision 43436 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.impl/src/main/java/org/gvsig/symbology/fmap/mapcontext/rendering/legend/impl/AbstractVectorialLegend.java

View differences:

AbstractVectorialLegend.java
530 530
     * Draws the features from the {@link FeatureSet}, with the symbols of the
531 531
     * legend.
532 532
     */
533
    private void drawFeatures(BufferedImage image, Graphics2D g,
533
    protected void drawFeatures(BufferedImage image, Graphics2D g,
534 534
        ViewPort viewPort, Cancellable cancel, ICoordTrans coordTrans,
535 535
        double dpi, DefaultFeatureDrawnNotification drawnNotification,
536 536
        FeatureSet featureSet, FeatureSelection selection)

Also available in: Unified diff