Interface AggregateLegendManager
public interface AggregateLegendManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOperation(Operation operation) Creates an aggregate legendcreateOperation(String name) org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyleClass<? extends AggregateLegend> voidsetDefaultLabelStyle(org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle defaultLabelStyle)
-
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
-
getOperations
Collection<Operation> getOperations() -
createOperation
-