Interface IBackgroundFileStyle

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, IStyle, org.gvsig.tools.persistence.Persistent

public interface IBackgroundFileStyle extends IStyle
Styles implementing this interface will use an image as background. Example: style for labeling
Author:
gvSIG Team
  • Method Details

    • getSource

      URL getSource()
      Returns:
      Gets URL of source file (svg, jpg, etc)
    • setSource

      void setSource(URL src) throws IOException
      Sets URL of source file (svg, jpg, etc)
      Parameters:
      src -
      Throws:
      IOException
    • getBounds

      Rectangle getBounds()
    • setSymbolTable

      void setSymbolTable(org.gvsig.expressionevaluator.SymbolTable symbolTable)