Interface IClassifiedLegend

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, ILegend, Legend, org.gvsig.tools.persistence.Persistent
All Known Subinterfaces:
IClassifiedRasterLegend, IClassifiedVectorLegend, IVectorialIntervalLegend, IVectorialUniqueValueLegend

public interface IClassifiedLegend extends ILegend
Information of the legend that allows to be represented graphically to the user
  • Method Details

    • getDescriptions

      String[] getDescriptions()
      Obtains the descriptions of the classes that are in the classification
      Returns:
      DOCUMENT ME!
    • getSymbols

      ISymbol[] getSymbols()
      Obtains the symbols of each class of the classification for the user.
      Returns:
      DOCUMENT ME!
    • getValues

      Object[] getValues()
      Obtains the values in relation with each class of the classification
      Returns:
      DOCUMENT ME!