Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.app / org.gvsig.view3d.app.common / src / main / resources-plugin / plugin-persistence.def @ 496

History | View | Annotate | Download (1.82 KB)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.geometry.
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.view3d.app">
9
      <description>Persistence for the view3d plugin</description>
10
      <fields>
11
  
12
        <field name="defultViewWidth" type="Integer" defaultValue="800" classOfValue="" mandatory="true">
13
          <description></description>
14
        </field>
15
      
16
        <field name="defultViewHeight" type="Integer" defaultValue="600" classOfValue="" mandatory="true">
17
          <description></description>
18
        </field>
19
        
20
        <field name="atmosphereVisibility" type="Boolean" defaultValue="true" classOfValue="" mandatory="true">
21
          <description></description>
22
        </field>
23
        
24
        <field name="northIndicatorVisibility" type="Boolean" defaultValue="true" classOfValue="" mandatory="true">
25
          <description></description>
26
        </field>
27
        
28
        <field name="minimapVisibility" type="Boolean" defaultValue="true" classOfValue="" mandatory="true">
29
          <description></description>
30
        </field>
31
        
32
        <field name="starsBackgroundVisibility" type="Boolean" defaultValue="true" classOfValue="" mandatory="true">
33
          <description></description>
34
        </field>
35
        
36
        <field name="scaleVisibility" type="Boolean" defaultValue="true" classOfValue="" mandatory="true">
37
          <description></description>
38
        </field>
39
        
40
        <field name="viewportAnimation" type="Boolean" defaultValue="true" classOfValue="" mandatory="true">
41
          <description></description>
42
        </field>
43
        
44
        <field name="cachePath" type="String" defaultValue="" classOfValue="" mandatory="false">
45
          <description></description>
46
        </field>
47

    
48
      </fields>
49
    </class>
50
  </classes>
51
</definitions>