All Superinterfaces:
org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport, Cloneable, org.gvsig.tools.lang.Cloneable, IMarkerSymbol, org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable, org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol, org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol_v2, org.gvsig.tools.persistence.Persistent
All Known Subinterfaces:
IPictureLineSymbol, IPictureMarkerSymbol

public interface IMarkerSymbol_v2 extends IMarkerSymbol, org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol_v2
Author:
gvSIG Team
  • Method Details

    • getEfectiveLineToOffsetColor

      Color getEfectiveLineToOffsetColor(org.gvsig.fmap.dal.feature.Feature f)
    • getEfectiveOffset

      Point2D getEfectiveOffset(org.gvsig.fmap.dal.feature.Feature f)
    • getEfectiveRotationInDegres

      double getEfectiveRotationInDegres(org.gvsig.fmap.dal.feature.Feature f)
    • getEfectiveRotationInRadians

      double getEfectiveRotationInRadians(org.gvsig.fmap.dal.feature.Feature f)
    • getEfectiveSize

      double getEfectiveSize(org.gvsig.fmap.dal.feature.Feature f)
    • getLineToOffsetColor

      Color getLineToOffsetColor()
    • getLineToOffsetColorExpression

      String getLineToOffsetColorExpression()
    • getOffsetXExpression

      String getOffsetXExpression()
    • getOffsetYExpression

      String getOffsetYExpression()
    • getRotationExpression

      String getRotationExpression()
    • getSizeExpression

      String getSizeExpression()
    • isDrawLineToOffset

      boolean isDrawLineToOffset()
    • setDrawLineToOffset

      void setDrawLineToOffset(boolean drawLineToOffset)
    • setLineToOffsetColor

      void setLineToOffsetColor(Color color)
    • setLineToOffsetColorExpression

      void setLineToOffsetColorExpression(String lineToOffsetColorExpression)
    • setOffsetXExpression

      void setOffsetXExpression(String offsetXExpression)
    • setOffsetYExpression

      void setOffsetYExpression(String offsetYExpression)
    • setRotationExpression

      void setRotationExpression(String rotationExpression)
    • setSizeExpression

      void setSizeExpression(String sizeExpression)