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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport

    PAPER, WORLD
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    double
     
     
     
     
     
    void
    setColorField(String colorFieldName)
     
    void
    setColorFont(Color colorFont)
     
    void
    setFixedColor(Color fixedColor)
     
    void
    setFixedSize(double fixedSize)
     
    void
    setFont(Font selFont)
     
    void
    setHeightField(String heightFieldName)
    Sets the field that contains the size of the text.
    void
    setRotationField(String rotationFieldName)
     
    void
    setTextField(String textFieldName)
     
    void
    setUsesFixedColor(boolean b)
     
    void
    setUsesFixedSize(boolean b)
     
    boolean
     
    boolean
     

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

    copyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnits

    Methods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy

    draw, getLabelingMethod, getPlacementConstraints, getUsedFields, getZoomConstraints, print, setLabelingMethod, setLayer, setPlacementConstraints, setZoomConstraints, shouldDrawLabels

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState
  • Field Details

  • Method Details

    • getRotationField

      String getRotationField()
    • getTextField

      String getTextField()
    • getHeightField

      String getHeightField()
    • getColorField

      String getColorField()
    • setTextField

      void setTextField(String textFieldName)
    • setRotationField

      void setRotationField(String rotationFieldName)
    • setHeightField

      void setHeightField(String heightFieldName)
      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

      void setColorField(String colorFieldName)
    • 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

      void setFixedColor(Color fixedColor)
    • getColorFont

      Color getColorFont()
    • setColorFont

      void setColorFont(Color colorFont)
    • getFont

      Font getFont()
    • setFont

      void setFont(Font selFont)