RenderExecutor
Identifier:
net.refractions.udig.project.RenderExecutor
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (RenderExecutor*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
Declares render executors to use for rendering particular types of renderers. Renderers are not required to implement a executor. The default ones will work in most cases.
- id - Optional id of the extension
- name - Optional id of the extension
<!ELEMENT RenderExecutor (Description)>
<!ATTLIST RenderExecutor
executorClass CDATA #REQUIRED
rendererClass CDATA #REQUIRED
name CDATA #IMPLIED>
A declaration of a RenderExecutor to use to execute a renderer.
- executorClass - The class of the RenderExecutor
- rendererClass - The renderClass that the executor will execute.
- name - The name of the executor
<!ELEMENT Description (#PCDATA)>
Examples:
[Enter extension point usage example here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]