http://www.yworks.com/xml/graphml
element Image

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
Encodes an image for an ImageNodeRealizer.
Properties
This component is not nillable.

Model
<Image
  alphaImage = xs:boolean
  href = xs:anyURI
  {}>

</Image>


Attribute Summary
 xs:booleanalphaImage
           Whether to use alpha channel information from the image.  
 xs:anyURIhref
           The URL of an image for external image sources.  
 refid
           Reference to an inlined image resource.

The refid must point to an existing inlined image resource in a toplevel graphml y:Resource block.

 

Attribute Detail

alphaImage

Whether to use alpha channel information from the image.

Type:
xs:boolean
Use:
optional
Form:
unqualified

href

The URL of an image for external image sources.

Type:
xs:anyURI
Use:
optional
Form:
unqualified

refid

Reference to an inlined image resource. The refid must point to an existing inlined image resource in a toplevel graphml y:Resource block.

Type:
Use:
optional
Form:
unqualified

Source
<xs:element name="Image">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="optional">
</xs:attribute>
<xs:attribute name="alphaImage" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="refid" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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