Class AggregateLegendLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.legend.aggregate.lib.api.AggregateLegendLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class AggregateLegendLocator
extends org.gvsig.tools.locator.AbstractLocator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregateLegendManagerReturn a reference to AggregateLegendManager.static org.gvsig.tools.locator.Locatorstatic voidRegisters the Class implementing the AggregateLegendManager interface.static voidRegisters the default Class implementing the AggregateLegendManager interfaceMethods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
MANAGER_NAME
AggregateLegend manager name- See Also:
-
-
Constructor Details
-
AggregateLegendLocator
public AggregateLegendLocator()
-
-
Method Details
-
getLocatorName
-
registerAggregateLegendManager
Registers the Class implementing the AggregateLegendManager interface.- Parameters:
clazz- implementing the AggregateLegendManager interface
-
registerDefaultAggregateLegendManager
Registers the default Class implementing the AggregateLegendManager interface- Parameters:
clazz- implementing the AggregateLegendManager interface
-
getAggregateLegendManager
public static AggregateLegendManager getAggregateLegendManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference to AggregateLegendManager.- Returns:
- a reference to AggregateLegendManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
getInstance
public static org.gvsig.tools.locator.Locator getInstance()- Returns:
-