http://jbpm.org/jpdl-4
element graph

Documentation
Graphical attributes for a node in the process graph
    
Properties
This component is not nillable.

Model
<graph
  {}
  {}
  {}
  {}>

</graph>


Attribute Summary
 h
          Height of the node 
 w
          Width of the node 
 x
          X coordinate of the node 
 y
          Y coordinate of the node 

Attribute Detail

h

Height of the node

Type:
Use:
optional
Form:
qualified

w

Width of the node

Type:
Use:
optional
Form:
qualified

x

X coordinate of the node

Type:
Use:
optional
Form:
qualified

y

Y coordinate of the node

Type:
Use:
optional
Form:
qualified

Source
<element name="graph">
<complexType>
<attribute name="x">
</attribute>
<attribute name="y">
</attribute>
<attribute name="w">
</attribute>
<attribute name="h">
</attribute>
</complexType>
</element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.