Package org.gvsig.symbology.fmap.mapcontext.rendering.symbol.line.impl
package org.gvsig.symbology.fmap.mapcontext.rendering.symbol.line.impl
-
ClassesClassDescriptionAbstractLineSymbol is the class that implements the interface for line symbols.MultiLayerLineSymbol allows to create new symbols using a composition of several lineal symbols (xxxLineSymbol implementing ILineSymbol)and be treated as an only one symbol.PictureLineSymbol allows to use any symbol defined as an image (by an image file) supported by gvSIG.This symbol will be used as an initial object.The line will be painted as a succession of puntual symbols through the path defined by it(the line).SimpleLineSymbol is the most basic symbol for the representation of line objects.