Class GeneralLabelingFactory

java.lang.Object
org.gvsig.labeling.label.GeneralLabelingFactory
All Implemented Interfaces:
org.gvsig.tools.util.Factory

public class GeneralLabelingFactory extends Object implements org.gvsig.tools.util.Factory
ExtendedLabelingFactory.java
Author:
jaume dominguez faus - jaume.dominguez@iver.es Mar 6, 2008
  • 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

      public String getName()
      Specified by:
      getName in interface org.gvsig.tools.util.Factory
    • create

      public Object create(Object... parameters)
      Specified by:
      create in interface org.gvsig.tools.util.Factory