Uses of Class
org.gvsig.symbology.fmap.mapcontext.rendering.symbol.marker.impl.AbstractMarkerSymbol
Packages that use AbstractMarkerSymbol
-
Uses of AbstractMarkerSymbol in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.marker.impl
Subclasses of AbstractMarkerSymbol in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.marker.implModifier and TypeClassDescriptionclassclassMultiLayerMarkerSymbol allows to group several marker symbols (xxxMarkerSymbol implementing IMarkerSymbol)in one and treat it as an only one symbol.classPictureMarkerSymbol allows to use an image file as a definition to be painted instead of a marker symbol.classSimpleMarkerSymbol is the most basic symbol for the representation of point objects which can define its size and color apart from the rotation and the offset from a point in the map.