Package org.gvsig.labeling.label
Class GeneralLabelingFactory
java.lang.Object
org.gvsig.labeling.label.GeneralLabelingFactory
- All Implemented Interfaces:
org.gvsig.tools.util.Factory
ExtendedLabelingFactory.java
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es Mar 6, 2008
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneralLabelingStrategycreateStrategy(org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod method, org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placement_c, org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints zoom_c) getName()
-
Constructor Details
-
GeneralLabelingFactory
public GeneralLabelingFactory()
-
-
Method Details
-
createStrategy
public static GeneralLabelingStrategy createStrategy(org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod method, org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placement_c, org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints zoom_c) -
getName
- Specified by:
getNamein interfaceorg.gvsig.tools.util.Factory
-
create
- Specified by:
createin interfaceorg.gvsig.tools.util.Factory
-