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_COLOR

    Fields 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 Type
    Method
    Description
    double
     
    void
    setRotation(double rotation)
    Defines the angle of rotation for the text that composes the symbol

    Methods inherited from interface org.gvsig.tools.lang.Cloneable

    clone

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

    print

    Methods 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, setID

    Methods 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, setTextColor

    Methods 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 -