Class MarkerFillProperties

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MarkerFillProperties extends JPanel
Implements a tab to modify attributes to fill the padding of a polygon such offset and separation (between pictures or markers).

This tab is used several times in different places in our applicattion becuase the behaviour is the same if the user is filling the padding of a polygon using pictures or makers .For this reason, in order to avoid the repetition of code, this class has been created (instead of treat it like a simple tab). With this solution, the user only has to refer it to use it (and do not need to create a tab and fill it again and so on).

Author:
jaume dominguez faus - jaume.dominguez@iver.es
See Also:
  • Constructor Details

    • MarkerFillProperties

      public MarkerFillProperties()
      Constructor method
  • Method Details

    • setModel

      public void setModel(org.gvsig.symbology.fmap.mapcontext.rendering.symbol.style.IMarkerFillPropertiesStyle fillProps)
      Sets the graphical component that shows the properties of the model.
      Parameters:
      fillProps - ,IMarkerFillPropertiesStyle
    • getMarkerFillProperties

      public org.gvsig.symbology.fmap.mapcontext.rendering.symbol.style.IMarkerFillPropertiesStyle getMarkerFillProperties()
      Obtains the MarkerFillProperties
      Returns:
      mfProps,IMarkerFillPropertiesStyle
    • addActionListener

      public void addActionListener(ActionListener l)
      Permits the good operation of the JIncrementalNumberFields that are included in the panel
      Parameters:
      l - ,ActionListener
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent