Class DefaultAggregateLegendManager
java.lang.Object
org.gvsig.legend.aggregate.lib.impl.DefaultAggregateLegendManager
- All Implemented Interfaces:
AggregateLegendManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOperation(Operation operation) createOperation(String name) org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyleClass<? extends AggregateLegend> voidsetDefaultLabelStyle(org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle defaultLabelStyle)
-
Constructor Details
-
DefaultAggregateLegendManager
public DefaultAggregateLegendManager()
-
-
Method Details
-
createAggregateLegend
- Specified by:
createAggregateLegendin interfaceAggregateLegendManager
-
getLegendClass
- Specified by:
getLegendClassin interfaceAggregateLegendManager
-
getDefaultLabelStyle
public org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle getDefaultLabelStyle()- Specified by:
getDefaultLabelStylein interfaceAggregateLegendManager
-
setDefaultLabelStyle
public void setDefaultLabelStyle(org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle defaultLabelStyle) - Specified by:
setDefaultLabelStylein interfaceAggregateLegendManager
-
addOperation
- Specified by:
addOperationin interfaceAggregateLegendManager
-
getOperations
- Specified by:
getOperationsin interfaceAggregateLegendManager
-
getDefaultOperation
- Specified by:
getDefaultOperationin interfaceAggregateLegendManager
-
createOperation
- Specified by:
createOperationin interfaceAggregateLegendManager
-