Interface IAttrInTableLabelingStrategy
- All Superinterfaces:
org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport,org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy,org.gvsig.tools.persistence.Persistent
public interface IAttrInTableLabelingStrategy
extends org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy, org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport
-
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
Modifier and TypeMethodDescriptiondoublegetFont()voidsetColorField(String colorFieldName) voidsetColorFont(Color colorFont) voidsetFixedColor(Color fixedColor) voidsetFixedSize(double fixedSize) voidvoidsetHeightField(String heightFieldName) Sets the field that contains the size of the text.voidsetRotationField(String rotationFieldName) voidsetTextField(String textFieldName) voidsetUsesFixedColor(boolean b) voidsetUsesFixedSize(boolean b) booleanbooleanMethods 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
-
getRotationField
String getRotationField() -
getTextField
String getTextField() -
getHeightField
String getHeightField() -
getColorField
String getColorField() -
setTextField
-
setRotationField
-
setHeightField
Sets the field that contains the size of the text. The size is computed in meters. To use any other unit, call setUnit(int) with the scale factor from meters (for centimeters, call setUnitFactor(0.01)).- Parameters:
heightFieldName-
-
setColorField
-
setUsesFixedSize
void setUsesFixedSize(boolean b) -
usesFixedSize
boolean usesFixedSize() -
getFixedSize
double getFixedSize() -
setFixedSize
void setFixedSize(double fixedSize) -
setUsesFixedColor
void setUsesFixedColor(boolean b) -
usesFixedColor
boolean usesFixedColor() -
getFixedColor
Color getFixedColor() -
setFixedColor
-
getColorFont
Color getColorFont() -
setColorFont
-
getFont
Font getFont() -
setFont
-