java.lang.Object
org.gvsig.app.project.documents.view.legend.gui.AbstractParentPanel
org.gvsig.app.project.documents.view.legend.gui.Categories
All Implemented Interfaces:
ILegendPanel

public class Categories extends AbstractParentPanel
  • Constructor Details

    • Categories

      public Categories()
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: ILegendPanel
      Returns a brief human-readable description about what kind of legend builds this panel
      Returns:
      String with a brief description
    • getTitle

      public String getTitle()
      Description copied from interface: ILegendPanel
      Returns the title (a human-readable one) of this panel.
    • isSuitableFor

      public boolean isSuitableFor(org.gvsig.fmap.mapcontext.layers.FLayer layer)
      Description copied from interface: ILegendPanel
      Returns true if this legend is applicable to this layer, false otherwise.