Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / extEditing / config / plugin-persistence.def @ 38539

History | View | Annotate | Download (1.05 KB)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.editing.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.editing">
9
      <description>Persistence for the edition plugin</description>
10
      <fields>
11
        <field name="default_editing_handler_symbol" type="object" classOfValue="org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol" mandatory="false">
12
          <description>Symbol used to draw a geometry handler</description>
13
        </field>
14
         <field name="default_editing_axis_references_symbol" type="object" classOfValue="org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol" mandatory="false">
15
          <description>Symbol used to draw the edition axis</description>
16
        </field>
17
         <field name="default_editing_rectangle_selection_symbol" type="object" classOfValue="org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol" mandatory="false">
18
          <description>Symbol used in the complex edition tool</description>
19
        </field>
20
      </fields>
21
    </class>
22
  </classes>
23
</definitions>