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.



<!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.



<!ELEMENT Description (#PCDATA)>



Examples:
[Enter extension point usage example here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]