Interface IGeneralLabelingStrategy

All Superinterfaces:
org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport, Cloneable, org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy, org.gvsig.tools.persistence.Persistent
All Known Implementing Classes:
GeneralLabelingStrategy

public interface IGeneralLabelingStrategy extends org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy, Cloneable, org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport
Author:
osc
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport

    org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport.CartographicContext
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport

    PAPER, WORLD
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setAllowOverlapping(boolean allowOverlapping)
     

    Methods inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport

    copyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnits

    Methods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy

    draw, getLabelingMethod, getPlacementConstraints, getUsedFields, getZoomConstraints, print, setLabelingMethod, setLayer, setPlacementConstraints, setZoomConstraints, shouldDrawLabels

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState
  • Field Details

  • Method Details

    • isAllowingOverlap

      boolean isAllowingOverlap()
    • setAllowOverlapping

      void setAllowOverlapping(boolean allowOverlapping)