Interface TransparencyPanel

All Superinterfaces:
org.gvsig.tools.swing.api.Component

public interface TransparencyPanel extends org.gvsig.tools.swing.api.Component
Author:
fdiaz
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    fetch(org.gvsig.fmap.mapcontext.layers.FLayer layer)
    Fetch the layer with the panel's values.
    void
    set(org.gvsig.fmap.mapcontext.layers.FLayer layer)
    Sets the layer
    void
    setColor(Color color)
    Sets the color.

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Method Details

    • fetch

      boolean fetch(org.gvsig.fmap.mapcontext.layers.FLayer layer)
      Fetch the layer with the panel's values.
      Parameters:
      layer -
      Returns:
    • set

      void set(org.gvsig.fmap.mapcontext.layers.FLayer layer)
      Sets the layer
      Parameters:
      layer -
    • setColor

      void setColor(Color color)
      Sets the color.
      Parameters:
      color -