Interface AggregateLegendManager


public interface AggregateLegendManager
  • Method Details

    • createAggregateLegend

      AggregateLegend createAggregateLegend()
      Creates an aggregate legend
      Returns:
      the aggregate legend
    • getLegendClass

      Class<? extends AggregateLegend> getLegendClass()
    • getDefaultLabelStyle

      org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle getDefaultLabelStyle()
    • setDefaultLabelStyle

      void setDefaultLabelStyle(org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle defaultLabelStyle)
    • getDefaultOperation

      Operation getDefaultOperation()
    • addOperation

      void addOperation(Operation operation)
    • getOperations

      Collection<Operation> getOperations()
    • createOperation

      Operation createOperation(String name)