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

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

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

Model
<...
  bottomF = xs:double
  leftF = xs:double
  rightF = xs:double
  topF = xs:double>

</...>


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

Attribute Detail

bottomF

The minimal inset at the bottom in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

leftF

The minimal inset at the left in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

rightF

The minimal inset at the right in double precision.

Type:
xs:double
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:complexContent>
<xs:extension base="IntInsets.type">
<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:extension>
</xs:complexContent>
</xs:complexType>


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