http://www.yworks.com/xml/graphml
complexType NodeLabel.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}NodeLabel.type (restriction)

Documentation
Complex type that describes the additional attributes of node labels.
Properties
This component is not nillable.

Model
<...
  autoSizePolicy = autoSizePolicy.type
  modelName = nodeLabelModel.type
  modelPosition = nodeLabelPosition.type>
Label.type
</...>


Attribute Summary
 autoSizePolicy.typeautoSizePolicy
           The auto size policy of the label.  
 nodeLabelModel.typemodelName
           The label model.  
 nodeLabelPosition.typemodelPosition
           The actual label position in the current label model.  

Attribute Detail

autoSizePolicy

The auto size policy of the label.

Type:
autoSizePolicy.type
Use:
optional
Form:
unqualified

modelName

The label model.

Type:
nodeLabelModel.type
Use:
optional
Form:
unqualified

modelPosition

The actual label position in the current label model.

Type:
nodeLabelPosition.type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="NodeLabel.type">
<xs:simpleContent>
<xs:extension base="Label.type">
<xs:attribute name="modelName" type="nodeLabelModel.type" use="optional">
</xs:attribute>
<xs:attribute name="modelPosition" type="nodeLabelPosition.type" use="optional">
</xs:attribute>
<xs:attribute name="autoSizePolicy" type="autoSizePolicy.type" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.