Class LabelLocationMetrics
java.lang.Object
org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelLocationMetrics
- All Implemented Interfaces:
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
public class LabelLocationMetrics
extends Object
implements org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
LabelLocationMetrics.java
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es Dec 17, 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublebooleanisFixed()voidvoidsetRotation(double rotation)
-
Constructor Details
-
LabelLocationMetrics
-
-
Method Details
-
getAnchor
- Specified by:
getAnchorin interfaceorg.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
-
setAnchor
- Specified by:
setAnchorin interfaceorg.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
-
getRotation
public double getRotation()- Specified by:
getRotationin interfaceorg.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
-
setRotation
public void setRotation(double rotation) - Specified by:
setRotationin interfaceorg.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
-
isFixed
public boolean isFixed()- Specified by:
isFixedin interfaceorg.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
-