com.supermap.mapping
Interface LegendChangedListener
-
public interface LegendChangedListener
The LegendChangedListener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
updateLegendResources(int operation, int[] vectorIDs)
The listener used to listen to the legend changes.
-
-
-
Method Detail
-
updateLegendResources
void updateLegendResources(int operation, int[] vectorIDs)
The listener used to listen to the legend changes.- Parameters:
operation
- Symbol information (the number of each symbol, dotted line symbols each six, point color two, line, face color of the 6)vectorIDs
- symbol id
-
-