de.intarsys.pdf.platform.cwt.adapter
Class StandardGraphicsEnvironmentAdapterRegistry
java.lang.Object
de.intarsys.pdf.platform.cwt.adapter.StandardGraphicsEnvironmentAdapterRegistry
- All Implemented Interfaces:
- IGraphicsEnvironmentAdapterRegistry
public class StandardGraphicsEnvironmentAdapterRegistry
- extends Object
- implements IGraphicsEnvironmentAdapterRegistry
A common implementation for IGraphicsEnvironmentAdapterRegistry
.
The providers of IGraphicsEnvironmentAdapter
are looked up using the
standard Java mechanics for provider lookup and registered.
StandardGraphicsEnvironmentAdapterRegistry
public StandardGraphicsEnvironmentAdapterRegistry()
isLookupProviders
public boolean isLookupProviders()
lookupGraphicsEnvironmentAdapter
public IGraphicsEnvironmentAdapter lookupGraphicsEnvironmentAdapter(de.intarsys.cwt.environment.IGraphicsEnvironment environment)
- Specified by:
lookupGraphicsEnvironmentAdapter
in interface IGraphicsEnvironmentAdapterRegistry
registerGraphicsEnvironmentAdapter
public void registerGraphicsEnvironmentAdapter(de.intarsys.cwt.environment.IGraphicsEnvironment environment,
IGraphicsEnvironmentAdapter adapter)
- Specified by:
registerGraphicsEnvironmentAdapter
in interface IGraphicsEnvironmentAdapterRegistry
setLookupProviders
public void setLookupProviders(boolean pLookupProviders)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.