Revision 13032 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/AbstractLineSymbol.java

View differences:

AbstractLineSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.8  2007-07-18 06:54:34  jaume
46
* Revision 1.9  2007-08-13 11:36:50  jvidal
47
* javadoc
48
*
49
* Revision 1.8  2007/07/18 06:54:34  jaume
47 50
* continuing with cartographic support
48 51
*
49 52
* Revision 1.7  2007/07/03 10:58:29  jaume
......
96 99
import com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle;
97 100

  
98 101
/**
102
 * AbstractLineSymbol is the class that implements the interface for line symbols.
103
 * It is considered as the father of all the XXXLineSymbols and will implement all the
104
 * methods that these classes had not developed (and correspond with one of the methods
105
 * of AbstractLineSymbol class).
106
 *
107
 *
99 108
 * @author   jaume dominguez faus - jaume.dominguez@iver.es
100 109
 */
101 110
public abstract class AbstractLineSymbol extends AbstractSymbol implements ILineSymbol {

Also available in: Unified diff