Revision 47476 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/ISymbol_v2.java

View differences:

ISymbol_v2.java
1 1
package org.gvsig.fmap.mapcontext.rendering.symbols;
2 2

  
3
import org.gvsig.fmap.dal.feature.Feature;
4

  
5 3
public interface ISymbol_v2 extends ISymbol {
4
    // A fecha del 27/9/2023 se suben todos estos m?todos al ISymbol
6 5

  
7
    /**
8
     * Set the id ob the symbol (the basename of file).
9
     * This attribute is not persistent.
10
     *
11
     * @param id
12
     */
13
    public void setID(String id);
6
//    /**
7
//     * Set the id ob the symbol (the basename of file).
8
//     * This attribute is not persistent.
9
//     *
10
//     * @param id
11
//     */
12
//    public void setID(String id);
13
//
14
//    /**
15
//     * Get the id ob the symbol (the basename of file).This attribute is not persistent.
16
//     * @return
17
//     */
18
//    public String getID();
19
//    
20
//    public Feature getFeature();
21
//    
22
//    public void setFeature(Feature feature);
23
//    
24
//    public void draw(Graphics2D g, AffineTransform affineTransform, Geometry geom, Feature f, Cancellable cancel, Rectangle r);
14 25

  
15
    /**
16
     * Get the id ob the symbol (the basename of file).This attribute is not persistent.
17
     * @return
18
     */
19
    public String getID();
20
    
21
    public Feature getFeature();
22
    
23
    public void setFeature(Feature feature);
24
    
25 26
}

Also available in: Unified diff