Uses of Interface
org.gvsig.symbology.fmap.mapcontext.rendering.symbol.style.IMarkerFillPropertiesStyle
Packages that use IMarkerFillPropertiesStyle
Package
Description
Symbology library API.
-
Uses of IMarkerFillPropertiesStyle in org.gvsig.symbology
Methods in org.gvsig.symbology that return IMarkerFillPropertiesStyle -
Uses of IMarkerFillPropertiesStyle in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.fill
Methods in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.fill that return IMarkerFillPropertiesStyleModifier and TypeMethodDescriptionIMarkerFillSymbol.getMarkerFillProperties()Returns the markerfillproperties that are used by the classIPictureFillSymbol.getMarkerFillProperties()Returns the IMarkerFillProperties that allows this class to treat the picture as a marker in order to scale it, rotate it and so on.Methods in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.fill with parameters of type IMarkerFillPropertiesStyleModifier and TypeMethodDescriptionvoidIMarkerFillSymbol.setMarkerFillProperties(IMarkerFillPropertiesStyle markerFillStyle) Sets the markerfillproperties to be used by the classvoidIPictureFillSymbol.setMarkerFillProperties(IMarkerFillPropertiesStyle prop) Sets the MarkerFillProperties in order to allow the user to modify the picture as a marker (it is possible to scale it, rotate it and so on)