Statistics
| Revision:

root / org.gvsig.legend.aggregate / trunk / org.gvsig.legend.aggregate / org.gvsig.legend.aggregate.lib / org.gvsig.legend.aggregate.lib.impl / src / main / resources / org / gvsig / legend / aggregate / lib / impl / DefaultAggregateLegend.persistence.xml @ 1848

History | View | Annotate | Download (1.47 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5
    <class name="DefaultAggregateLegend">
6
      <extends>
7
        <class>VectorialLegend</class>
8
      </extends>
9
      <fields>
10
        <field name="symbolSize" type="integer" defaultValue="30">
11
          <description></description>
12
        </field>
13
        <field name="fillColor" type="object" classOfValue="java.awt.Color">
14
          <description></description>
15
        </field>
16
        <field name="outlineColor" type="object" classOfValue="java.awt.Color">
17
          <description></description>
18
        </field>
19
        <field name="textColor" type="object" classOfValue="java.awt.Color">
20
          <description></description>
21
        </field>
22
        <field name="showBounds" type="boolean" defaultValue="false">
23
          <description></description>
24
        </field>
25
        <field name="font" type="object" classOfValue="java.awt.Font">
26
          <description></description>
27
        </field>
28
        <field name="labelStyle" type="object" classOfValue="org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle">
29
          <description></description>
30
        </field>
31
        <field name="useStyle" type="boolean" defaultValue="false">
32
          <description></description>
33
        </field>
34
        <field name="operation" type="object" classOfValue="org.gvsig.legend.aggregate.lib.api.Operation">
35
          <description></description>
36
        </field>
37
      </fields>
38
    </class>
39

    
40
  </classes>
41
</definitions>