Revision 13881 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/SimpleLineSymbol.java

View differences:

SimpleLineSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.14  2007-09-17 09:33:47  jaume
46
* Revision 1.15  2007-09-19 16:22:04  jaume
47
* removed unnecessary imports
48
*
49
* Revision 1.14  2007/09/17 09:33:47  jaume
47 50
* some multishapedsymbol bugs fixed
48 51
*
49 52
* Revision 1.13  2007/08/09 07:38:32  jvidal
......
111 114

  
112 115
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
113 116
import com.iver.cit.gvsig.fmap.MapContext;
114
import com.iver.cit.gvsig.fmap.core.FPolygon2D;
115 117
import com.iver.cit.gvsig.fmap.core.FShape;
116
import com.iver.cit.gvsig.fmap.core.GeneralPathX;
117 118
import com.iver.cit.gvsig.fmap.core.SymbologyFactory;
118 119
import com.iver.cit.gvsig.fmap.core.styles.ArrowDecoratorStyle;
119 120
import com.iver.cit.gvsig.fmap.core.styles.ILineStyle;
120
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
121 121
import com.iver.utiles.StringUtilities;
122 122
import com.iver.utiles.XMLEntity;
123 123

  
124 124
/**
125
 * SimpleLineSymbol is the most basic symbol for the representation of lineal objects.
125
 * SimpleLineSymbol is the most basic symbol for the representation of line objects.
126 126
 * Allows to define the width of the line, the color and the drawn pattern.
127 127
 *
128 128
 * @author   jaume dominguez faus - jaume.dominguez@iver.es

Also available in: Unified diff