Package org.gvsig.labeling.label
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
FieldsFields inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport
PAPER, WORLD -
Method Summary
Methods inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport
copyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnitsMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy
draw, getLabelingMethod, getPlacementConstraints, getUsedFields, getZoomConstraints, print, setLabelingMethod, setLayer, setPlacementConstraints, setZoomConstraints, shouldDrawLabelsMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
isAllowingOverlap
boolean isAllowingOverlap() -
setAllowOverlapping
void setAllowOverlapping(boolean allowOverlapping)
-