Interface ISimpleTextSymbol
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable,org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol,org.gvsig.fmap.mapcontext.rendering.symbols.ITextSymbol,org.gvsig.tools.persistence.Persistent
public interface ISimpleTextSymbol
extends org.gvsig.fmap.mapcontext.rendering.symbols.ITextSymbol
-
Field Summary
Fields inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol
SELECTION_COLORFields inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.ITextSymbol
SYMBOL_NAME, SYMBOL_STYLE_ALIGNMENT_CENTERED, SYMBOL_STYLE_ALIGNMENT_JUSTIFY, SYMBOL_STYLE_ALIGNMENT_LEFT, SYMBOL_STYLE_ALIGNMENT_RIGHT -
Method Summary
Modifier and TypeMethodDescriptiondoublevoidsetRotation(double rotation) Defines the angle of rotation for the text that composes the symbolMethods inherited from interface org.gvsig.tools.lang.Cloneable
cloneMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable
printMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol
draw, draw, drawInsideRectangle, getColor, getDescription, getFeature, getID, getSymbolForSelection, getSymbolForSelection, getSymbolType, isShapeVisible, isSuitableFor, setColor, setDescription, setFeature, setIDMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.ITextSymbol
getBounds, getFont, getHaloColor, getHaloWidth, getText, getTextColor, getTextWrappingShape, isAutoresizeEnabled, isDrawWithHalo, setAutoresizeEnabled, setDrawWithHalo, setFont, setFontSize, setHaloColor, setHaloWidth, setText, setTextColorMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Method Details
-
getRotation
double getRotation() -
setRotation
void setRotation(double rotation) Defines the angle of rotation for the text that composes the symbol- Parameters:
rotation-
-