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

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

Documentation
Type that can be used to describe insets in both integer and double precision.
Properties
This component is not nillable.

Model
<...
  bottom = xs:nonNegativeInteger
  bottomF = xs:double
  left = xs:nonNegativeInteger
  leftF = xs:double
  right = xs:nonNegativeInteger
  rightF = xs:double
  top = xs:nonNegativeInteger
  topF = xs:double>

</...>


Attribute Summary
 xs:nonNegativeIntegerbottom
           The minimal inset at the bottom in integer precision.  
 xs:doublebottomF
           The minimal inset at the bottom in double precision.  
 xs:nonNegativeIntegerleft
           The minimal inset at the left in integer precision.  
 xs:doubleleftF
           The minimal inset at the left in double precision.  
 xs:nonNegativeIntegerright
           The minimal inset at the right in integer precision.  
 xs:doublerightF
           The minimal inset at the right in double precision.  
 xs:nonNegativeIntegertop
           The minimal inset at the top in integer precision.  
 xs:doubletopF
           The minimal inset at the top in double precision.  

Attribute Detail

bottom

The minimal inset at the bottom in integer precision.

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

bottomF

The minimal inset at the bottom in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

left

The minimal inset at the left in integer precision.

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

leftF

The minimal inset at the left in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

right

The minimal inset at the right in integer precision.

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

rightF

The minimal inset at the right in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

top

The minimal inset at the top in integer precision.

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

topF

The minimal inset at the top in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="Insets.type">
<xs:attribute name="top" type="xs:nonNegativeInteger" use="optional">
</xs:attribute>
<xs:attribute name="bottom" type="xs:nonNegativeInteger" use="optional">
</xs:attribute>
<xs:attribute name="left" type="xs:nonNegativeInteger" use="optional">
</xs:attribute>
<xs:attribute name="right" type="xs:nonNegativeInteger" use="optional">
</xs:attribute>
<xs:attribute name="topF" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="bottomF" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="leftF" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="rightF" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>


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