Templates

net.refractions.udig.printing.templates

0.3

A Template is used to layout elements on a Page that will be use for printing.

<!ELEMENT extension (template*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT template EMPTY>

<!ATTLIST template

class CDATA #REQUIRED

id    CDATA #REQUIRED>


 

<extension point=

"net.refractions.udig.printing.templates"

>

<template class=

"net.refractions.udig.printing.internal.BasicTemplate"

/>

</extension>

See the net.refractions.udig.printing package.

See the net.refractions.udig.printing package.