Uses of Class
org.gvsig.symbology.fmap.mapcontext.rendering.symbol.line.impl.AbstractLineSymbol
Packages that use AbstractLineSymbol
-
Uses of AbstractLineSymbol in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.line.impl
Modifier and TypeClassDescriptionclassMultiLayerLineSymbol allows to create new symbols using a composition of several lineal symbols (xxxLineSymbol implementing ILineSymbol)and be treated as an only one symbol.classPictureLineSymbol 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).classSimpleLineSymbol is the most basic symbol for the representation of line objects.