Statistics
| Revision:

svn-gvsig-desktop / 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 @ 47476

History | View | Annotate | Download (751 Bytes)

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

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

    
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);
25

    
26
}