Software Disclaimer

Class UML 2.4.1::Image

Description:

Physical definition of a graphical image.

Direct Superclasses: Element

Direct Subclasses:

Class Precedence List: Image, Element

Properties:

content : String (0 1); -- source Image

This contains the serialization of the image according to the format. The value could represent a bitmap, image such as a GIF file, or drawing 'instructions' using a standard such as Scalable Vector Graphic (SVG) (which is XML based).

format : String (0 1); -- source Image
location : String (0 1); -- source Image

This contains a location that can be used by a tool to locate the image as an alternative to embedding it in the stereotype.

ownedComment : Comment (0 *); -- source Element

The Comments owned by this element.
{composite}
Subsets: Element.ownedElement

ownedElement : Element (0 *); -- source Element
owner : Element (0 1); -- source Element

Constraints:

No additional constraints.

Operations:

No additional operations.



Send questions or comments to [email protected].