Statistics
| Revision:

root / tags / v2_0_0_Build_2050 / applications / appgvSIG / resources / plugin-persistence.def @ 38653

History | View | Annotate | Download (1.24 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.app">
9
      <description>Persistence for the gvSIG plugin</description>
10
      <fields>
11
        <field name="defaultSymbolLibraryPath" type="String" classOfValue="" mandatory="false">
12
          <description>Default symbol library path</description>
13
        </field>
14
        <field name="defaultSymbolFillColorAleatory" type="Boolean" classOfValue="" mandatory="false">
15
          <description></description>
16
        </field>
17
        <field name="defaultSymbolFillColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
18
          <description></description>
19
        </field>
20
        <field name="defaultSymbolColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
21
          <description></description>
22
        </field>
23
        <field name="defaultSymbolFont" type="OBJECT" classOfValue="java.awt.Font" mandatory="false">
24
          <description></description>
25
        </field>
26
        <field name="symbolLibraryPath" type="String" classOfValue="" mandatory="false">
27
          <description></description>
28
        </field>
29
      </fields>
30
    </class>
31
  </classes>
32
</definitions>